Release 1.6.3
[blerg.git] / www / doc / changelog.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Blërg Changelog</title>
5 <link rel="stylesheet" href="/css/doc.css">
6 </head>
7 <body>
8
9 <h1>Changelog</h1>
10
11 The intent of this changelog is to give an overview of the major changes
12 and fixes made to Blërg.  For a detailed changelog, see the git log.
13
14 <a name="v1.6.3"><h2>Version 1.6.3 - released Thursday, January 19, 2012</h2>
15
16 <h3>Features Added</h3>
17 <ul>
18 <li>Added password change support</li>
19 </ul>
20
21 <h3>Bugs Squashed</h3>
22 <ul>
23 <li>Added missing application/json Content-type to success/failure
24 responses</li>
25 </ul>
26
27 <a name="v1.6.2"><h2>Version 1.6.2 - released Sunday, January 15, 2012</h2>
28
29 <h3>Features Deprecated</h3>
30 <ul>
31 <li>Blerg.httpd (the standalone HTTP Blërg server) is now deprecated.
32 It will not get new features and has been removed as a default build
33 target.  Libmicrohttpd is just too obtuse to continue to support.  Look
34 for a FastCGI version in the future, or maybe a new standalone version
35 written using <a href="https://github.com/ellzey/libevhtp">libevhtp</a>.</li>
36 </ul>
37
38 <a name="v1.6.1"><h2>Version 1.6.1 - released Monday, November 7, 2011</h2>
39
40 <h3>Features Added</h3>
41 <ul>
42 <li>Added support for inline media formats (mp3/ogg) played via the
43 audio tag</li>
44 <li>Added autoconf build system graciously provided by Boris
45 Manojlovic</li>
46 </ul>
47
48 <a name="v1.6"><h2>Version 1.6 - released Monday, July 18th 2011</h2>
49
50 <h3>Features Added</h3>
51 <ul>
52 <li>Passwords are now stored as MD5 hashes. See
53 tools/convert_to_md5_passwords.pl to convert old passwords.</li>
54 <li>Added notification of new messages from subscribed feeds.</li>
55 </ul>
56
57 <h3>Bugs Squashed</h3>
58 <ul>
59 <li>Users can now log in from multiple locations without clobbering
60 their previous login.</li>
61 <li>Fixed some relative URL problems so that Blërg can be more easily
62 used on a subpath.</li>
63 </ul>
64
65 <a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2>
66
67 <h3>Features Added</h3>
68 <ul>
69 <li>Added "stalking" (follow)</li>
70 <li>Added markdown-style headers (lines beginning with #), wiki-style
71 headers (lines beginning with =), lists (groups of lines beginning with
72 * separated by blank lines), and quoting (lines beginning with &gt;)</li>
73 <li>Added permalinks to posts</li>
74 <li>Added a new kind of ref tag (@user/N) that links to a specific post,
75 as well as a reply link that auto-enters the perma-ref tag into the
76 content of your post</li>
77 </ul>
78
79 <h3>Bugs Squashed</h3>
80 <ul>
81 <li>Removed the extra whitespace at the end of multi-line posts.</li>
82 <li>Fixed paging so that each page is its own URL, which means the back
83 button works in more places</li>
84 <li>Fixed a number of places where switching views would do nothing</li>
85 <li>Allow formatting metachars to be escaped with backslashes</li>
86 </ul>
87
88 <a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2>
89
90 <h3>Features Added</h3>
91 <ul>
92 <li>Added recent tags and posts display</li>
93 <li>Added a link to see chatter for users other than yourself</li>
94 <li>Changed ref/tag link colors to be gray so that they aren't confused
95 with hyperlinks</li>
96 </ul>
97
98 <h3>Bugs Squashed</h3>
99 <ul>
100 <li>Fixed a few XSS vulnerabilities in regex parsing for urls</li>
101 <li>Fixed tag accessibility issues for longer tags</li>
102 </ul>
103
104 <a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2>
105
106 <h3>Initial Release</h3>
107
108 </body>
109 </html>