aboutsummaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-01-22 21:03:46 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-01-22 21:03:46 -0800
commit26af3f98d2e7b5d3bbb8865dfaf38d80f7845335 (patch)
tree5c520a35e2dd367c66366fc2ea009fbf6bff5cf0 /ChangeLog
parent577bcddb2afc1d337ea2bbe74b5e6dc7c54f6c00 (diff)
Add ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..fd9aa55
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,20 @@
+Version 2.0.1 (Jan 22, 2018)
+----------------------------
+
+* Change user agent (People are blocking the crawler with mod_security)
+* Move environment variables to config package (refactoring)
+* Add build targets for all ARM architectures
+* Do not crawl existing entry URLs
+* Show translated login page in user language when logged out
+* Handle more encoding edge cases:
+ - Feeds with charset specified only in Content-Type header and not in XML document
+ - Feeds with charset specified in both places
+ - Feeds with charset specified only in XML document and not in HTTP header
+* Add German translation
+* Add mark as read/unread link on list items
+* Add API endpoint for OPML export
+
+Version 2.0.0 (Jan 11, 2018)
+----------------------------
+
+* Initial release of Miniflux 2.