Update changelog for 1.9
[blerg.git] / www / doc / changelog.html
index e340649..af41446 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.9"><h2>Version 1.9 - released Sunday, June 1st, 2014</h2></a>
+
+<h3>Features Added</h3>
+<ul>
+<li>Added media support for images.  Image links will now have a play button
+that will replace the text with the image.</li>
+<li>Added a back-end Perl module for the file-level blerg API.  The idea is to
+allow ancilliary functionality (like RSS and mail notification) to be built in
+Perl rather than C.  Hardcore C and shit is good for core database structure,
+but it's a royal pain for formatting/templating.  The docs have also been
+updated to describe this new low-level API.</li>
+<li>New, less brain-dead RSS implementation using above Perl module. It
+supports RSS feeds for mentions, tags, and the subscription feed, but it's not
+currently worked into the UI.</li>
+<li>Database location is now configurable with environment variables.</li>
+<li>Added a way of installing Blërg to an "environment directory" that includes
+most of what you need to run Blërg (see <code>make
+install-environment</code>).  Still lots to do before I can make Blërg "make
+install"-able.</li>
+</ul>
+
+<h3>Bugs Squashed</h3>
+<ul>
+<li>Numerous fixes for 64-bit cleanliness, bad behaviour, and general
+stupidity.</li>
+<li>Fixed media functionality for Firefox.</li>
+<li>Tested compilation with clang; fixed numerous warnings.</li>
+</ul>
+
+<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>
@@ -19,6 +101,7 @@ and fixes made to Blërg.  For a detailed changelog, see the git log.
 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>