Fixes
- Use
net/http
instead offasthttp
for serving regular HTTP to make theflush()
function work again, ref #124 (thanks @diyism and @myselfghost). - Add support for SQLite, ref #134 (thanks @bearinld004 and @judell, and especially @terminar for creating permissionsqlite).
- Fix #155 by skipping empty
<h1></h1>
tags (thanks @qithron).
New features
- Make it possible to clear all cache by sending the
USR1
signal to Algernon, for platforms that supports this. - Add a new Markdown theme named
setconf
.
Various
- Add three new samples.
- Minor performance improvements.
- Some refactoring and cleanup.
- Update documentation.
- Update dependencies.