Add new documentation
[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.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2>
15
16 <h3>Features Added</h3>
17 <ul>
18 <li>Added "stalking" (follow)</li>
19 <li>Added markdown-style headers (lines beginning with #), wiki-style
20 headers (lines beginning with =), lists (groups of lines beginning with
21 * separated by blank lines), and quoting (lines beginning with &gt;)</li>
22 <li>Added permalinks to posts</li>
23 <li>Added a new kind of ref tag (@user/N) that links to a specific post,
24 as well as a reply link that auto-enters the perma-ref tag into the
25 content of your post</li>
26 </ul>
27
28 <h3>Bugs Squashed</h3>
29 <ul>
30 <li>Removed the extra whitespace at the end of multi-line posts.</li>
31 <li>Fixed paging so that each page is its own URL, which means the back
32 button works in more places</li>
33 <li>Fixed a number of places where switching views would do nothing</li>
34 <li>Allow formatting metachars to be escaped with backslashes</li>
35 </ul>
36
37 <a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2>
38
39 <h3>Features Added</h3>
40 <ul>
41 <li>Added recent tags and posts display</li>
42 <li>Added a link to see chatter for users other than yourself</li>
43 <li>Changed ref/tag link colors to be gray so that they aren't confused
44 with hyperlinks</li>
45 </ul>
46
47 <h3>Bugs Squashed</h3>
48 <ul>
49 <li>Fixed a few XSS vulnerabilities in regex parsing for urls</li>
50 <li>Fixed tag accessibility issues for longer tags</li>
51 </ul>
52
53 <a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2>
54
55 <h3>Initial Release</h3>
56
57 </body>
58 </html>