4 <title>Blërg Changelog</title>
5 <link rel="stylesheet" href="/css/doc.css">
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.
14 <a name="v1.6.3"><h2>Version 1.6.3 - released Thursday, January 19, 2012</h2>
16 <h3>Features Added</h3>
18 <li>Added password change support</li>
21 <h3>Bugs Squashed</h3>
23 <li>Added missing application/json Content-type to success/failure
27 <a name="v1.6.2"><h2>Version 1.6.2 - released Sunday, January 15, 2012</h2>
29 <h3>Features Deprecated</h3>
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>
38 <a name="v1.6.1"><h2>Version 1.6.1 - released Monday, November 7, 2011</h2>
40 <h3>Features Added</h3>
42 <li>Added support for inline media formats (mp3/ogg) played via the
44 <li>Added autoconf build system graciously provided by Boris
48 <a name="v1.6"><h2>Version 1.6 - released Monday, July 18th 2011</h2>
50 <h3>Features Added</h3>
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>
57 <h3>Bugs Squashed</h3>
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>
65 <a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2>
67 <h3>Features Added</h3>
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 >)</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>
79 <h3>Bugs Squashed</h3>
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>
88 <a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2>
90 <h3>Features Added</h3>
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
98 <h3>Bugs Squashed</h3>
100 <li>Fixed a few XSS vulnerabilities in regex parsing for urls</li>
101 <li>Fixed tag accessibility issues for longer tags</li>
104 <a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2>
106 <h3>Initial Release</h3>