Add more error checking in auth
[blerg.git] / www / doc / changelog.html
index b1359f6..a3f185d 100644 (file)
 The intent of this changelog is to give an overview of the major changes
 and fixes made to Blërg.  For a detailed changelog, see the git log.
 
-<a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2>
+<a name="v1.8.3"><h2>Version 1.8.3 - released Friday, March 21st, 2014</h2></a>
+
+<h3>Features Added</h3>
+<ul>
+<li>New full-screen editor dialog with preview and reply views.</li>
+<li>Add Markdown and GitHub Flavored Markdown-style code blocks, and GFM-style
+strikethrough.</li>
+</ul>
+
+<h3>Bugs Squashed</h3>
+<ul>
+<li>Fixed link clicking in Firefox and Chrome (and probably Safari and Opera).
+My link handler would consume all clicks, preventing the user from opening
+links in new tabs with middle-click, or getting a context-menu on right-click.
+It now only activates on left-click.</li>
+</ul>
+
+<a name="v1.8.2"><h2>Version 1.8.2 - released Monday, November 18th, 2013</h2></a>
+
+<h3>Features(?) Added</h3>
+<ul>
+<li>Updated frontpage style to better scale to different screen sizes,
+and maybe even look better.</li>
+<li>Upgraded to Enyo 2.2.</li>
+</ul>
+
+<h3>Bugs Squashed</h3>
+<ul>
+<li>After posting, you are now redirected to your user page.  This was
+intended behavior, but broken for the past few releases.</li>
+<li>Fix clicking on internal hash/user references in Firefox.</li>
+<li>Properly handle nonexistent/empty hash/user pages.</li>
+</ul>
+
+<a name="v1.8.1"><h2>Version 1.8.1 - released Sunday, July 2, 2013</h2</a>
+
+<h3>Features Added</h3>
+<ul>
+<li>Added a flag to account metadata allowing accounts to be "muted" so
+their posts do not update tags/references/subscription indices.</li>
+<li>Post indices are no longer preallocated, but instead created as
+sparse files.</li>
+</ul>
+
+<h3>Bugs Squashed</h3>
+<ul>
+<li>Numerous safety and integrity checks added</li>
+<li>The internal segment counter wasn't being updated when switching
+segments, causing deadlock on the 65537th entry.</li>
+<li>Record count is now updated after successfully writing a record
+rather than before.</li>
+</ul>
+
+<a name="v1.8"><h2>Version 1.8 - released Thursday, May 30, 2013</h2></a>
+
+<h3>Features Added</h3>
+<ul>
+<li>Passwords are now hashed with scrypt instead of lame old MD5. Source
+for scrypt 1.1.6 is embedded as it provides no readily usable
+library.</li>
+<li>Password formats are automatically upgraded upon login.</li>
+<li>mailto: is now supported in markdown links</li>
+<li>Added new <a href="/doc/privacy_data.html">Privacy and Data
+  Policies</a></li>
+</ul>
+
+<h3>Editing</h3>
+<ul>
+<li>Minor edits to the documentation.</li>
+</ul>
+
+<a name="v1.7"><h2>Version 1.7 - released Wednesday, January 16, 2013</h2></a>
+
+<h3>World Turned Upside-Down</h3>
+<ul>
+<li>Rewrote front-end using Enyo 2.1</li>
+</ul>
+
+<h3>Bugs Squashed</h3>
+<ul>
+<li>Links are now recognized inside parentheses/brackets, provided there
+is whitespace ahead of it.</li>
+</ul>
+
+<a name="v1.6.3"><h2>Version 1.6.3 - released Thursday, January 19, 2012</h2></a>
+
+<h3>Features Added</h3>
+<ul>
+<li>Added password change support</li>
+</ul>
+
+<h3>Bugs Squashed</h3>
+<ul>
+<li>Added missing application/json Content-type to success/failure
+responses</li>
+</ul>
+
+<a name="v1.6.2"><h2>Version 1.6.2 - released Sunday, January 15, 2012</h2></a>
+
+<h3>Features Deprecated</h3>
+<ul>
+<li>Blerg.httpd (the standalone HTTP Blërg server) is now deprecated.
+It will not get new features and has been removed as a default build
+target.  Libmicrohttpd is just too obtuse to continue to support.  Look
+for a FastCGI version in the future, or maybe a new standalone version
+written using <a href="https://github.com/ellzey/libevhtp">libevhtp</a>.</li>
+</ul>
+
+<a name="v1.6.1"><h2>Version 1.6.1 - released Monday, November 7, 2011</h2></a>
+
+<h3>Features Added</h3>
+<ul>
+<li>Added support for inline media formats (mp3/ogg) played via the
+audio tag</li>
+<li>Added autoconf build system graciously provided by Boris
+Manojlovic</li>
+</ul>
+
+<a name="v1.6"><h2>Version 1.6 - released Monday, July 18th 2011</h2></a>
+
+<h3>Features Added</h3>
+<ul>
+<li>Passwords are now stored as MD5 hashes. See
+tools/convert_to_md5_passwords.pl to convert old passwords.</li>
+<li>Added notification of new messages from subscribed feeds.</li>
+</ul>
+
+<h3>Bugs Squashed</h3>
+<ul>
+<li>Users can now log in from multiple locations without clobbering
+their previous login.</li>
+<li>Fixed some relative URL problems so that Blërg can be more easily
+used on a subpath.</li>
+</ul>
+
+<a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2></a>
 
 <h3>Features Added</h3>
 <ul>
@@ -34,7 +169,7 @@ button works in more places</li>
 <li>Allow formatting metachars to be escaped with backslashes</li>
 </ul>
 
-<a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2>
+<a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2></a>
 
 <h3>Features Added</h3>
 <ul>
@@ -50,7 +185,7 @@ with hyperlinks</li>
 <li>Fixed tag accessibility issues for longer tags</li>
 </ul>
 
-<a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2>
+<a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2></a>
 
 <h3>Initial Release</h3>