miniflux-legacy/ChangeLog
Frederic Guillot 82df35a59b Change the database structure to have a single database
This is a major change for the next release of Miniflux.

- There is now only one database that can supports multiple users
- There is no automated schema migration for this release
- A migration procedure is available in the ChangeLog file
2016-12-26 09:51:38 -05:00

19 lines
647 B
Plaintext

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
* New API methods (not backward compatible)
* Fever API tokens are longer than before
* Add support for Wallabag service
* 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