Add more error checking in auth
[blerg.git] / www / doc / changelog.html
index b06e421..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.7"><h2>Version 1.7 - released Wednesday, January 16, 2013
+<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>
@@ -24,7 +95,7 @@ and fixes made to Blërg.  For a detailed changelog, see the git log.
 is whitespace ahead of it.</li>
 </ul>
 
-<a name="v1.6.3"><h2>Version 1.6.3 - released Thursday, January 19, 2012</h2>
+<a name="v1.6.3"><h2>Version 1.6.3 - released Thursday, January 19, 2012</h2></a>
 
 <h3>Features Added</h3>
 <ul>
@@ -37,7 +108,7 @@ is whitespace ahead of it.</li>
 responses</li>
 </ul>
 
-<a name="v1.6.2"><h2>Version 1.6.2 - released Sunday, January 15, 2012</h2>
+<a name="v1.6.2"><h2>Version 1.6.2 - released Sunday, January 15, 2012</h2></a>
 
 <h3>Features Deprecated</h3>
 <ul>
@@ -48,7 +119,7 @@ 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 name="v1.6.1"><h2>Version 1.6.1 - released Monday, November 7, 2011</h2></a>
 
 <h3>Features Added</h3>
 <ul>
@@ -58,7 +129,7 @@ audio tag</li>
 Manojlovic</li>
 </ul>
 
-<a name="v1.6"><h2>Version 1.6 - released Monday, July 18th 2011</h2>
+<a name="v1.6"><h2>Version 1.6 - released Monday, July 18th 2011</h2></a>
 
 <h3>Features Added</h3>
 <ul>
@@ -75,7 +146,7 @@ their previous login.</li>
 used on a subpath.</li>
 </ul>
 
-<a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2>
+<a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2></a>
 
 <h3>Features Added</h3>
 <ul>
@@ -98,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>
@@ -114,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>