30e406ad942ddf0fc58a728caecd38db77afae57
[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"><h2>Version 1.6 - released Monday, July 18th 2011</h2>
15
16 <h3>Features Added</h3>
17 <ul>
18 <li>Passwords are now stored as MD5 hashes. See
19 tools/convert_to_md5_passwords.pl to convert old passwords.</li>
20 <li>Added notification of new messages from subscribed feeds.</li>
21 </ul>
22
23 <h3>Bugs Squashed</h3>
24 <ul>
25 <li>Users can now log in from multiple locations without clobbering
26 their previous login.</li>
27 <li>Fixed some relative URL problems so that Blërg can be more easily
28 used on a subpath.</li>
29 </ul>
30
31 <a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2>
32
33 <h3>Features Added</h3>
34 <ul>
35 <li>Added "stalking" (follow)</li>
36 <li>Added markdown-style headers (lines beginning with #), wiki-style
37 headers (lines beginning with =), lists (groups of lines beginning with
38 * separated by blank lines), and quoting (lines beginning with &gt;)</li>
39 <li>Added permalinks to posts</li>
40 <li>Added a new kind of ref tag (@user/N) that links to a specific post,
41 as well as a reply link that auto-enters the perma-ref tag into the
42 content of your post</li>
43 </ul>
44
45 <h3>Bugs Squashed</h3>
46 <ul>
47 <li>Removed the extra whitespace at the end of multi-line posts.</li>
48 <li>Fixed paging so that each page is its own URL, which means the back
49 button works in more places</li>
50 <li>Fixed a number of places where switching views would do nothing</li>
51 <li>Allow formatting metachars to be escaped with backslashes</li>
52 </ul>
53
54 <a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2>
55
56 <h3>Features Added</h3>
57 <ul>
58 <li>Added recent tags and posts display</li>
59 <li>Added a link to see chatter for users other than yourself</li>
60 <li>Changed ref/tag link colors to be gray so that they aren't confused
61 with hyperlinks</li>
62 </ul>
63
64 <h3>Bugs Squashed</h3>
65 <ul>
66 <li>Fixed a few XSS vulnerabilities in regex parsing for urls</li>
67 <li>Fixed tag accessibility issues for longer tags</li>
68 </ul>
69
70 <a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2>
71
72 <h3>Initial Release</h3>
73
74 </body>
75 </html>