2017-01-19 04:05:30 +01:00
|
|
|
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
|
|
|
|
|
2017-01-06 04:11:07 +01:00
|
|
|
Version 1.2.0 (Jan 5 2017)
|
|
|
|
--------------------------
|
2016-12-26 15:44:53 +01:00
|
|
|
|
|
|
|
* Major change to the database structure to have a single database for multiple users
|
|
|
|
* Web access token for the cronjob
|
|
|
|
* New config parameter to disable web access for the cronjob
|
|
|
|
* Debug mode parameter is moved to the config file
|
|
|
|
* The console web page have been removed
|
2016-12-26 16:16:04 +01:00
|
|
|
* Remove automatic software update from the user interface
|
2016-12-26 15:44:53 +01:00
|
|
|
* New API methods (not backward compatible)
|
|
|
|
* Fever API tokens are longer than before
|
2016-12-29 03:03:04 +01:00
|
|
|
* Always update feed URL to avoid useless redirection for futures requests
|
2016-12-26 15:44:53 +01:00
|
|
|
* Add support for Wallabag service
|
2016-12-28 03:59:09 +01:00
|
|
|
* Show last parsing error message in user interface
|
2016-12-28 04:20:25 +01:00
|
|
|
* Disable automatically a feed after too many failures
|
2016-12-29 02:24:00 +01:00
|
|
|
* Add support for Expires and Cache-Control headers (HTTP cache)
|
2017-01-04 03:22:12 +01:00
|
|
|
* Flush all user remember me sessions when changing password
|
2016-12-29 05:01:43 +01:00
|
|
|
* Update Docker image to Ubuntu 16.04 and PHP 7.0
|
2016-12-29 18:55:31 +01:00
|
|
|
* Add Docker compose file
|
2016-12-30 00:04:56 +01:00
|
|
|
* Add functional tests (Json-RPC API and Fever API)
|
2016-12-26 15:44:53 +01:00
|
|
|
* Add unit tests
|
2017-01-03 01:21:15 +01:00
|
|
|
* Minify Javascript and add automated syntax check on the CI
|
2017-01-03 01:44:13 +01:00
|
|
|
* Minify CSS
|
2016-12-26 15:44:53 +01:00
|
|
|
|
|
|
|
Migration procedure from 1.1.x to 1.2.0:
|
|
|
|
|
|
|
|
To import your old database to the new database format, use this script:
|
|
|
|
|
2016-12-29 03:03:04 +01:00
|
|
|
php scripts/migrate-db.php --sqlite-db=/path/to/my/db.sqlite --admin=1
|
|
|
|
|
2017-01-10 00:05:38 +01:00
|
|
|
The script is located in the Git repository (not in the archive).
|
|
|
|
|
2016-12-29 03:03:04 +01:00
|
|
|
Previous versions
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
See commit history or news posted on the website.
|