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.9.1"><h2>Version 1.9.1 - released Tuesday, June 17th, 2014</h2></a>
16 <h3>Features Added</h3>
18 <li>You can now use the enter key to advance through the login field and log in.</li>
19 <li>RSS links added for tags, refs, and subscription feed.</li>
22 <h3>Bugs Squashed</h3>
24 <li>Login form now properly defocuses after login.</li>
27 <a name="v1.9"><h2>Version 1.9 - released Sunday, June 1st, 2014</h2></a>
29 <h3>Features Added</h3>
31 <li>Added media support for images. Image links will now have a play button
32 that will replace the text with the image.</li>
33 <li>Added a back-end Perl module for the file-level blerg API. The idea is to
34 allow ancilliary functionality (like RSS and mail notification) to be built in
35 Perl rather than C. Hardcore C and shit is good for core database structure,
36 but it's a royal pain for formatting/templating. The docs have also been
37 updated to describe this new low-level API.</li>
38 <li>New, less brain-dead RSS implementation using above Perl module. It
39 supports RSS feeds for mentions, tags, and the subscription feed, but it's not
40 currently worked into the UI.</li>
41 <li>Database location is now configurable with environment variables.</li>
42 <li>Added a way of installing Blërg to an "environment directory" that includes
43 most of what you need to run Blërg (see <code>make
44 install-environment</code>). Still lots to do before I can make Blërg "make
48 <h3>Bugs Squashed</h3>
50 <li>Numerous fixes for 64-bit cleanliness, bad behaviour, and general
52 <li>Fixed media functionality for Firefox.</li>
53 <li>Tested compilation with clang; fixed numerous warnings.</li>
56 <a name="v1.8.3"><h2>Version 1.8.3 - released Friday, March 21st, 2014</h2></a>
58 <h3>Features Added</h3>
60 <li>New full-screen editor dialog with preview and reply views.</li>
61 <li>Add Markdown and GitHub Flavored Markdown-style code blocks, and GFM-style
65 <h3>Bugs Squashed</h3>
67 <li>Fixed link clicking in Firefox and Chrome (and probably Safari and Opera).
68 My link handler would consume all clicks, preventing the user from opening
69 links in new tabs with middle-click, or getting a context-menu on right-click.
70 It now only activates on left-click.</li>
73 <a name="v1.8.2"><h2>Version 1.8.2 - released Monday, November 18th, 2013</h2></a>
75 <h3>Features(?) Added</h3>
77 <li>Updated frontpage style to better scale to different screen sizes,
78 and maybe even look better.</li>
79 <li>Upgraded to Enyo 2.2.</li>
82 <h3>Bugs Squashed</h3>
84 <li>After posting, you are now redirected to your user page. This was
85 intended behavior, but broken for the past few releases.</li>
86 <li>Fix clicking on internal hash/user references in Firefox.</li>
87 <li>Properly handle nonexistent/empty hash/user pages.</li>
90 <a name="v1.8.1"><h2>Version 1.8.1 - released Sunday, July 2, 2013</h2</a>
92 <h3>Features Added</h3>
94 <li>Added a flag to account metadata allowing accounts to be "muted" so
95 their posts do not update tags/references/subscription indices.</li>
96 <li>Post indices are no longer preallocated, but instead created as
100 <h3>Bugs Squashed</h3>
102 <li>Numerous safety and integrity checks added</li>
103 <li>The internal segment counter wasn't being updated when switching
104 segments, causing deadlock on the 65537th entry.</li>
105 <li>Record count is now updated after successfully writing a record
106 rather than before.</li>
109 <a name="v1.8"><h2>Version 1.8 - released Thursday, May 30, 2013</h2></a>
111 <h3>Features Added</h3>
113 <li>Passwords are now hashed with scrypt instead of lame old MD5. Source
114 for scrypt 1.1.6 is embedded as it provides no readily usable
116 <li>Password formats are automatically upgraded upon login.</li>
117 <li>mailto: is now supported in markdown links</li>
118 <li>Added new <a href="/doc/privacy_data.html">Privacy and Data
124 <li>Minor edits to the documentation.</li>
127 <a name="v1.7"><h2>Version 1.7 - released Wednesday, January 16, 2013</h2></a>
129 <h3>World Turned Upside-Down</h3>
131 <li>Rewrote front-end using Enyo 2.1</li>
134 <h3>Bugs Squashed</h3>
136 <li>Links are now recognized inside parentheses/brackets, provided there
137 is whitespace ahead of it.</li>
140 <a name="v1.6.3"><h2>Version 1.6.3 - released Thursday, January 19, 2012</h2></a>
142 <h3>Features Added</h3>
144 <li>Added password change support</li>
147 <h3>Bugs Squashed</h3>
149 <li>Added missing application/json Content-type to success/failure
153 <a name="v1.6.2"><h2>Version 1.6.2 - released Sunday, January 15, 2012</h2></a>
155 <h3>Features Deprecated</h3>
157 <li>Blerg.httpd (the standalone HTTP Blërg server) is now deprecated.
158 It will not get new features and has been removed as a default build
159 target. Libmicrohttpd is just too obtuse to continue to support. Look
160 for a FastCGI version in the future, or maybe a new standalone version
161 written using <a href="https://github.com/ellzey/libevhtp">libevhtp</a>.</li>
164 <a name="v1.6.1"><h2>Version 1.6.1 - released Monday, November 7, 2011</h2></a>
166 <h3>Features Added</h3>
168 <li>Added support for inline media formats (mp3/ogg) played via the
170 <li>Added autoconf build system graciously provided by Boris
174 <a name="v1.6"><h2>Version 1.6 - released Monday, July 18th 2011</h2></a>
176 <h3>Features Added</h3>
178 <li>Passwords are now stored as MD5 hashes. See
179 tools/convert_to_md5_passwords.pl to convert old passwords.</li>
180 <li>Added notification of new messages from subscribed feeds.</li>
183 <h3>Bugs Squashed</h3>
185 <li>Users can now log in from multiple locations without clobbering
186 their previous login.</li>
187 <li>Fixed some relative URL problems so that Blërg can be more easily
188 used on a subpath.</li>
191 <a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2></a>
193 <h3>Features Added</h3>
195 <li>Added "stalking" (follow)</li>
196 <li>Added markdown-style headers (lines beginning with #), wiki-style
197 headers (lines beginning with =), lists (groups of lines beginning with
198 * separated by blank lines), and quoting (lines beginning with >)</li>
199 <li>Added permalinks to posts</li>
200 <li>Added a new kind of ref tag (@user/N) that links to a specific post,
201 as well as a reply link that auto-enters the perma-ref tag into the
202 content of your post</li>
205 <h3>Bugs Squashed</h3>
207 <li>Removed the extra whitespace at the end of multi-line posts.</li>
208 <li>Fixed paging so that each page is its own URL, which means the back
209 button works in more places</li>
210 <li>Fixed a number of places where switching views would do nothing</li>
211 <li>Allow formatting metachars to be escaped with backslashes</li>
214 <a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2></a>
216 <h3>Features Added</h3>
218 <li>Added recent tags and posts display</li>
219 <li>Added a link to see chatter for users other than yourself</li>
220 <li>Changed ref/tag link colors to be gray so that they aren't confused
224 <h3>Bugs Squashed</h3>
226 <li>Fixed a few XSS vulnerabilities in regex parsing for urls</li>
227 <li>Fixed tag accessibility issues for longer tags</li>
230 <a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2></a>
232 <h3>Initial Release</h3>