e3406499963dea256e40a660aa2d31ecbb217288
[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.8"><h2>Version 1.8 - released Thursday, May 30, 2013</h2></a>
15
16 <h3>Features Added</h3>
17 <ul>
18 <li>Passwords are now hashed with scrypt instead of lame old MD5. Source
19 for scrypt 1.1.6 is embedded as it provides no readily usable
20 library.</li>
21 <li>Password formats are automatically upgraded upon login.</li>
22 <li>Added new <a href="/doc/privacy_data.html">Privacy and Data
23   Policies</a></li>
24 </ul>
25
26 <h3>Editing</h3>
27 <ul>
28 <li>Minor edits to the documentation.</li>
29 </ul>
30
31 <a name="v1.7"><h2>Version 1.7 - released Wednesday, January 16, 2013</h2></a>
32
33 <h3>World Turned Upside-Down</h3>
34 <ul>
35 <li>Rewrote front-end using Enyo 2.1</li>
36 </ul>
37
38 <h3>Bugs Squashed</h3>
39 <ul>
40 <li>Links are now recognized inside parentheses/brackets, provided there
41 is whitespace ahead of it.</li>
42 </ul>
43
44 <a name="v1.6.3"><h2>Version 1.6.3 - released Thursday, January 19, 2012</h2></a>
45
46 <h3>Features Added</h3>
47 <ul>
48 <li>Added password change support</li>
49 </ul>
50
51 <h3>Bugs Squashed</h3>
52 <ul>
53 <li>Added missing application/json Content-type to success/failure
54 responses</li>
55 </ul>
56
57 <a name="v1.6.2"><h2>Version 1.6.2 - released Sunday, January 15, 2012</h2></a>
58
59 <h3>Features Deprecated</h3>
60 <ul>
61 <li>Blerg.httpd (the standalone HTTP Blërg server) is now deprecated.
62 It will not get new features and has been removed as a default build
63 target.  Libmicrohttpd is just too obtuse to continue to support.  Look
64 for a FastCGI version in the future, or maybe a new standalone version
65 written using <a href="https://github.com/ellzey/libevhtp">libevhtp</a>.</li>
66 </ul>
67
68 <a name="v1.6.1"><h2>Version 1.6.1 - released Monday, November 7, 2011</h2></a>
69
70 <h3>Features Added</h3>
71 <ul>
72 <li>Added support for inline media formats (mp3/ogg) played via the
73 audio tag</li>
74 <li>Added autoconf build system graciously provided by Boris
75 Manojlovic</li>
76 </ul>
77
78 <a name="v1.6"><h2>Version 1.6 - released Monday, July 18th 2011</h2></a>
79
80 <h3>Features Added</h3>
81 <ul>
82 <li>Passwords are now stored as MD5 hashes. See
83 tools/convert_to_md5_passwords.pl to convert old passwords.</li>
84 <li>Added notification of new messages from subscribed feeds.</li>
85 </ul>
86
87 <h3>Bugs Squashed</h3>
88 <ul>
89 <li>Users can now log in from multiple locations without clobbering
90 their previous login.</li>
91 <li>Fixed some relative URL problems so that Blërg can be more easily
92 used on a subpath.</li>
93 </ul>
94
95 <a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2></a>
96
97 <h3>Features Added</h3>
98 <ul>
99 <li>Added "stalking" (follow)</li>
100 <li>Added markdown-style headers (lines beginning with #), wiki-style
101 headers (lines beginning with =), lists (groups of lines beginning with
102 * separated by blank lines), and quoting (lines beginning with &gt;)</li>
103 <li>Added permalinks to posts</li>
104 <li>Added a new kind of ref tag (@user/N) that links to a specific post,
105 as well as a reply link that auto-enters the perma-ref tag into the
106 content of your post</li>
107 </ul>
108
109 <h3>Bugs Squashed</h3>
110 <ul>
111 <li>Removed the extra whitespace at the end of multi-line posts.</li>
112 <li>Fixed paging so that each page is its own URL, which means the back
113 button works in more places</li>
114 <li>Fixed a number of places where switching views would do nothing</li>
115 <li>Allow formatting metachars to be escaped with backslashes</li>
116 </ul>
117
118 <a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2></a>
119
120 <h3>Features Added</h3>
121 <ul>
122 <li>Added recent tags and posts display</li>
123 <li>Added a link to see chatter for users other than yourself</li>
124 <li>Changed ref/tag link colors to be gray so that they aren't confused
125 with hyperlinks</li>
126 </ul>
127
128 <h3>Bugs Squashed</h3>
129 <ul>
130 <li>Fixed a few XSS vulnerabilities in regex parsing for urls</li>
131 <li>Fixed tag accessibility issues for longer tags</li>
132 </ul>
133
134 <a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2></a>
135
136 <h3>Initial Release</h3>
137
138 </body>
139 </html>