aboutsummaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-11-25 19:49:05 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-11-25 19:49:05 -0800
commit0be619355f1f48e926d563d73139b56463291cbe (patch)
tree507b696b10e99498071a0f393f799e9d02b718b7 /ChangeLog
parentaf4c68feac8e01631cc156ee3b48b85b75e59085 (diff)
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
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)
-----------------------------