Blur login field after login
[blerg.git] / www / doc / changelog.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Blërg Changelog</title>
5 <link rel="stylesheet" href="/css/doc.css">
6 </head>
7 <body>
8
9 <h1>Changelog</h1>
10
11 The intent of this changelog is to give an overview of the major changes
12 and fixes made to Blërg.  For a detailed changelog, see the git log.
13
14 <a name="v1.9"><h2>Version 1.9 - released Sunday, June 1st, 2014</h2></a>
15
16 <h3>Features Added</h3>
17 <ul>
18 <li>Added media support for images.  Image links will now have a play button
19 that will replace the text with the image.</li>
20 <li>Added a back-end Perl module for the file-level blerg API.  The idea is to
21 allow ancilliary functionality (like RSS and mail notification) to be built in
22 Perl rather than C.  Hardcore C and shit is good for core database structure,
23 but it's a royal pain for formatting/templating.  The docs have also been
24 updated to describe this new low-level API.</li>
25 <li>New, less brain-dead RSS implementation using above Perl module. It
26 supports RSS feeds for mentions, tags, and the subscription feed, but it's not
27 currently worked into the UI.</li>
28 <li>Database location is now configurable with environment variables.</li>
29 <li>Added a way of installing Blërg to an "environment directory" that includes
30 most of what you need to run Blërg (see <code>make
31 install-environment</code>).  Still lots to do before I can make Blërg "make
32 install"-able.</li>
33 </ul>
34
35 <h3>Bugs Squashed</h3>
36 <ul>
37 <li>Numerous fixes for 64-bit cleanliness, bad behaviour, and general
38 stupidity.</li>
39 <li>Fixed media functionality for Firefox.</li>
40 <li>Tested compilation with clang; fixed numerous warnings.</li>
41 </ul>
42
43 <a name="v1.8.3"><h2>Version 1.8.3 - released Friday, March 21st, 2014</h2></a>
44
45 <h3>Features Added</h3>
46 <ul>
47 <li>New full-screen editor dialog with preview and reply views.</li>
48 <li>Add Markdown and GitHub Flavored Markdown-style code blocks, and GFM-style
49 strikethrough.</li>
50 </ul>
51
52 <h3>Bugs Squashed</h3>
53 <ul>
54 <li>Fixed link clicking in Firefox and Chrome (and probably Safari and Opera).
55 My link handler would consume all clicks, preventing the user from opening
56 links in new tabs with middle-click, or getting a context-menu on right-click.
57 It now only activates on left-click.</li>
58 </ul>
59
60 <a name="v1.8.2"><h2>Version 1.8.2 - released Monday, November 18th, 2013</h2></a>
61
62 <h3>Features(?) Added</h3>
63 <ul>
64 <li>Updated frontpage style to better scale to different screen sizes,
65 and maybe even look better.</li>
66 <li>Upgraded to Enyo 2.2.</li>
67 </ul>
68
69 <h3>Bugs Squashed</h3>
70 <ul>
71 <li>After posting, you are now redirected to your user page.  This was
72 intended behavior, but broken for the past few releases.</li>
73 <li>Fix clicking on internal hash/user references in Firefox.</li>
74 <li>Properly handle nonexistent/empty hash/user pages.</li>
75 </ul>
76
77 <a name="v1.8.1"><h2>Version 1.8.1 - released Sunday, July 2, 2013</h2</a>
78
79 <h3>Features Added</h3>
80 <ul>
81 <li>Added a flag to account metadata allowing accounts to be "muted" so
82 their posts do not update tags/references/subscription indices.</li>
83 <li>Post indices are no longer preallocated, but instead created as
84 sparse files.</li>
85 </ul>
86
87 <h3>Bugs Squashed</h3>
88 <ul>
89 <li>Numerous safety and integrity checks added</li>
90 <li>The internal segment counter wasn't being updated when switching
91 segments, causing deadlock on the 65537th entry.</li>
92 <li>Record count is now updated after successfully writing a record
93 rather than before.</li>
94 </ul>
95
96 <a name="v1.8"><h2>Version 1.8 - released Thursday, May 30, 2013</h2></a>
97
98 <h3>Features Added</h3>
99 <ul>
100 <li>Passwords are now hashed with scrypt instead of lame old MD5. Source
101 for scrypt 1.1.6 is embedded as it provides no readily usable
102 library.</li>
103 <li>Password formats are automatically upgraded upon login.</li>
104 <li>mailto: is now supported in markdown links</li>
105 <li>Added new <a href="/doc/privacy_data.html">Privacy and Data
106   Policies</a></li>
107 </ul>
108
109 <h3>Editing</h3>
110 <ul>
111 <li>Minor edits to the documentation.</li>
112 </ul>
113
114 <a name="v1.7"><h2>Version 1.7 - released Wednesday, January 16, 2013</h2></a>
115
116 <h3>World Turned Upside-Down</h3>
117 <ul>
118 <li>Rewrote front-end using Enyo 2.1</li>
119 </ul>
120
121 <h3>Bugs Squashed</h3>
122 <ul>
123 <li>Links are now recognized inside parentheses/brackets, provided there
124 is whitespace ahead of it.</li>
125 </ul>
126
127 <a name="v1.6.3"><h2>Version 1.6.3 - released Thursday, January 19, 2012</h2></a>
128
129 <h3>Features Added</h3>
130 <ul>
131 <li>Added password change support</li>
132 </ul>
133
134 <h3>Bugs Squashed</h3>
135 <ul>
136 <li>Added missing application/json Content-type to success/failure
137 responses</li>
138 </ul>
139
140 <a name="v1.6.2"><h2>Version 1.6.2 - released Sunday, January 15, 2012</h2></a>
141
142 <h3>Features Deprecated</h3>
143 <ul>
144 <li>Blerg.httpd (the standalone HTTP Blërg server) is now deprecated.
145 It will not get new features and has been removed as a default build
146 target.  Libmicrohttpd is just too obtuse to continue to support.  Look
147 for a FastCGI version in the future, or maybe a new standalone version
148 written using <a href="https://github.com/ellzey/libevhtp">libevhtp</a>.</li>
149 </ul>
150
151 <a name="v1.6.1"><h2>Version 1.6.1 - released Monday, November 7, 2011</h2></a>
152
153 <h3>Features Added</h3>
154 <ul>
155 <li>Added support for inline media formats (mp3/ogg) played via the
156 audio tag</li>
157 <li>Added autoconf build system graciously provided by Boris
158 Manojlovic</li>
159 </ul>
160
161 <a name="v1.6"><h2>Version 1.6 - released Monday, July 18th 2011</h2></a>
162
163 <h3>Features Added</h3>
164 <ul>
165 <li>Passwords are now stored as MD5 hashes. See
166 tools/convert_to_md5_passwords.pl to convert old passwords.</li>
167 <li>Added notification of new messages from subscribed feeds.</li>
168 </ul>
169
170 <h3>Bugs Squashed</h3>
171 <ul>
172 <li>Users can now log in from multiple locations without clobbering
173 their previous login.</li>
174 <li>Fixed some relative URL problems so that Blërg can be more easily
175 used on a subpath.</li>
176 </ul>
177
178 <a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2></a>
179
180 <h3>Features Added</h3>
181 <ul>
182 <li>Added "stalking" (follow)</li>
183 <li>Added markdown-style headers (lines beginning with #), wiki-style
184 headers (lines beginning with =), lists (groups of lines beginning with
185 * separated by blank lines), and quoting (lines beginning with &gt;)</li>
186 <li>Added permalinks to posts</li>
187 <li>Added a new kind of ref tag (@user/N) that links to a specific post,
188 as well as a reply link that auto-enters the perma-ref tag into the
189 content of your post</li>
190 </ul>
191
192 <h3>Bugs Squashed</h3>
193 <ul>
194 <li>Removed the extra whitespace at the end of multi-line posts.</li>
195 <li>Fixed paging so that each page is its own URL, which means the back
196 button works in more places</li>
197 <li>Fixed a number of places where switching views would do nothing</li>
198 <li>Allow formatting metachars to be escaped with backslashes</li>
199 </ul>
200
201 <a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2></a>
202
203 <h3>Features Added</h3>
204 <ul>
205 <li>Added recent tags and posts display</li>
206 <li>Added a link to see chatter for users other than yourself</li>
207 <li>Changed ref/tag link colors to be gray so that they aren't confused
208 with hyperlinks</li>
209 </ul>
210
211 <h3>Bugs Squashed</h3>
212 <ul>
213 <li>Fixed a few XSS vulnerabilities in regex parsing for urls</li>
214 <li>Fixed tag accessibility issues for longer tags</li>
215 </ul>
216
217 <a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2></a>
218
219 <h3>Initial Release</h3>
220
221 </body>
222 </html>