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.9.1 - released Tuesday, June 17th, 2014
Features Added
- You can now use the enter key to advance through the login field and log in.
- RSS links added for tags, refs, and subscription feed.
Bugs Squashed
- Login form now properly defocuses after login.
Version 1.9 - released Sunday, June 1st, 2014
Features Added
- Added media support for images. Image links will now have a play button
that will replace the text with the image.
- 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.
- 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.
- Database location is now configurable with environment variables.
- Added a way of installing Blërg to an "environment directory" that includes
most of what you need to run Blërg (see
make
install-environment
). Still lots to do before I can make Blërg "make
install"-able.
Bugs Squashed
- Numerous fixes for 64-bit cleanliness, bad behaviour, and general
stupidity.
- Fixed media functionality for Firefox.
- Tested compilation with clang; fixed numerous warnings.
Version 1.8.3 - released Friday, March 21st, 2014
Features Added
- New full-screen editor dialog with preview and reply views.
- Add Markdown and GitHub Flavored Markdown-style code blocks, and GFM-style
strikethrough.
Bugs Squashed
- 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.
Version 1.8.2 - released Monday, November 18th, 2013
Features(?) Added
- Updated frontpage style to better scale to different screen sizes,
and maybe even look better.
- Upgraded to Enyo 2.2.
Bugs Squashed
- After posting, you are now redirected to your user page. This was
intended behavior, but broken for the past few releases.
- Fix clicking on internal hash/user references in Firefox.
- Properly handle nonexistent/empty hash/user pages.
Version 1.8.1 - released Sunday, July 2, 2013
Features Added
- Added a flag to account metadata allowing accounts to be "muted" so
their posts do not update tags/references/subscription indices.
- Post indices are no longer preallocated, but instead created as
sparse files.
Bugs Squashed
- Numerous safety and integrity checks added
- The internal segment counter wasn't being updated when switching
segments, causing deadlock on the 65537th entry.
- Record count is now updated after successfully writing a record
rather than before.
Version 1.8 - released Thursday, May 30, 2013
Features Added
- 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.
- Password formats are automatically upgraded upon login.
- mailto: is now supported in markdown links
- Added new Privacy and Data
Policies
Editing
- Minor edits to the documentation.
Version 1.7 - released Wednesday, January 16, 2013
World Turned Upside-Down
- Rewrote front-end using Enyo 2.1
Bugs Squashed
- Links are now recognized inside parentheses/brackets, provided there
is whitespace ahead of it.
Version 1.6.3 - released Thursday, January 19, 2012
Features Added
- Added password change support
Bugs Squashed
- Added missing application/json Content-type to success/failure
responses
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