From: Adam Prescott Date: 2013-03-09T09:26:35+09:00 Subject: [ANN] Serif version 0.3.1 released Serif is a file-based blogging engine with an optional admin interface that aims to provide simplicity and flexibility. Project homepage: http://github.com/aprescott/serif Issues: https://github.com/aprescott/serif/issues Rubygems page: https://rubygems.org/gems/serif For more information, see the README: https://github.com/aprescott/serif#readme # Changes in 0.3.1 * Be kinder about the space used by the private URL characters. (#32) * The keyup event on any input or textarea now marks the page as having changed. Previously only on blur events. (e0df1375dd) * Order the list of drafts by most-recently-modified first, clarify draft and post ordering above each list. (#33) * Support custom layouts for posts as well as non-post files. (#35) * Drag-and-drop image uploads no longer use exclusively rw------- permissions, now rely on umask. (605487d98)