From f3cf9157f25e98d0f92c4abc4a1fcc4f070e2a53 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 18 Jan 2017 22:05:30 -0500 Subject: [PATCH] Update ChangeLog --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5dc47b5..80d06aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +Version 1.2.1 (Jan 18 2017) +--------------------------- + +New Features: + +* Mysql support +* Offer the possibility to define different URL for themes folder + +Improvements: + +* Improve Xpath query for favicons +* Handle the fact that a user can be removed but have feeds in queue (worker) +* Do not download items each time for feeds with content scraper enabled +* Background jobs are not loading user settings properly +* Allow producer to be executed only for a given user +* Always use real URL instead XML feed URL +* Move autoflush calls +* Display list of groups for each subscription +* Disable automatically duplicated feeds +* Increase url field size for Postgres +* Left swiping also mark item as read on mobile +* Make import script compatible with Postgresql +* Allow different limits for users in cronjob +* Update to PicoFeed v0.1.31 +* Update Czech translations +* Update zh_CN translations +* Update ru_RU translations + +Bug fixes: + +* Marking special group "Unread" as read through Fever API does not work + Version 1.2.0 (Jan 5 2017) --------------------------