From 0be619355f1f48e926d563d73139b56463291cbe Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 25 Nov 2018 19:49:05 -0800 Subject: Update ChangeLog --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ed0986f..021a957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +Version 2.0.13 (Nov 25, 2018) +----------------------------- + +* Add man page +* Add support for Systemd Socket Activation (experimental) +* Add the possiblity to listen on Unix sockets +* Add config options to disable HTTP and scheduler services +* Archive more read entries in cleanup job +* Change default database connection string (backward compatible) +* Improve logging messages in ui package +* Improve overall Simplified Chinese translations +* Improve time since post date displays: + - "15 days" now is "15 days" rather than "3 weeks" ago + - "32 days" is now "1 month" rather than "2 months" ago + - "366 days" is now "1 year" rather than "2 years" ago +* Allow the scraper to parse XHTML documents +* Remove charset=utf-8 from JSON responses +* Ignore hotkeys containing Control, Alt or Meta keys +* Handle more encoding conversion edge cases +* Disable go test caching +* Avoid duplication of ldflags in Makefile +* Fix wrong translation key for category pages +* Code refactoring: + - Simplify application HTTP middlewares + - Replace daemon and scheduler package with service package + - Move UI middlewares and routes to ui package + - Move API middleware and routes to api package + - Move Fever middleware and routes to fever package + Version 2.0.12 (Oct 26, 2018) ----------------------------- -- cgit v1.2.3