2016-12-26 15:44:53 +01:00
|
|
|
Version 1.2.0 (unreleased)
|
|
|
|
-------------
|
|
|
|
|
|
|
|
* 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-28 03:34:28 +01:00
|
|
|
* Always update feed URL to avoid useless redirections 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-26 15:44:53 +01:00
|
|
|
* Add unit tests
|
|
|
|
|
|
|
|
Migration procedure from 1.1.x to 1.2.0:
|
|
|
|
|
|
|
|
To import your old database to the new database format, use this script:
|
|
|
|
|
|
|
|
php scripts/migrate-db.php --sqlite-db=/path/to/my/db.sqlite --admin==1
|