Update changelog for 1.9 v1.9
authorChip Black <bytex64@bytex64.net>
Mon, 2 Jun 2014 01:07:03 +0000 (20:07 -0500)
committerChip Black <bytex64@bytex64.net>
Mon, 2 Jun 2014 01:07:03 +0000 (20:07 -0500)
www/doc/changelog.html

index a3f185d..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>