Changelog
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.
Version 1.6.2 - released Sunday, January 15, 2012
Features Deprecated
- 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 libevhtp.
Version 1.6.1 - released Monday, November 7, 2011
Features Added
- Added support for inline media formats (mp3/ogg) played via the
audio tag
- Added autoconf build system graciously provided by Boris
Manojlovic
Version 1.6 - released Monday, July 18th 2011
Features Added
- Passwords are now stored as MD5 hashes. See
tools/convert_to_md5_passwords.pl to convert old passwords.
- Added notification of new messages from subscribed feeds.
Bugs Squashed
- Users can now log in from multiple locations without clobbering
their previous login.
- Fixed some relative URL problems so that Blërg can be more easily
used on a subpath.
Version 1.5 - released Friday, March 4th 2011
Features Added
- Added "stalking" (follow)
- Added markdown-style headers (lines beginning with #), wiki-style
headers (lines beginning with =), lists (groups of lines beginning with
* separated by blank lines), and quoting (lines beginning with >)
- Added permalinks to posts
- Added a new kind of ref tag (@user/N) that links to a specific post,
as well as a reply link that auto-enters the perma-ref tag into the
content of your post
Bugs Squashed
- Removed the extra whitespace at the end of multi-line posts.
- Fixed paging so that each page is its own URL, which means the back
button works in more places
- Fixed a number of places where switching views would do nothing
- Allow formatting metachars to be escaped with backslashes
Version 1.0 - released Wednesday, February 9th 2011
Features Added
- Added recent tags and posts display
- Added a link to see chatter for users other than yourself
- Changed ref/tag link colors to be gray so that they aren't confused
with hyperlinks
Bugs Squashed
- Fixed a few XSS vulnerabilities in regex parsing for urls
- Fixed tag accessibility issues for longer tags
Version 0.ofuckreddit - released Thursday, Jan 13th 2011
Initial Release