Release 9.5.0 (2022-03-31) New: - [commands] Added a function which deletes read articles retrieved since more than 60 days ago; - [commands] added a command to delete inactive users (number of months given in parameter); - [stats_bp] Added new blueprint for future stats and added a new bar chart in the history page. Improvements: - improved indexes of the database; - various improvements to the Web graphical interface; - improved code style; - updated Python and JavaScript dependencies; - various improvements related to the migration to Bootstrap 5. Fixes: - [controllers] fixed an issue in the management of bookmark's tags; - various fixes.
Release 9.4.0 (2020-06-08) New - migrated form Flask-Script to the built-in integration of the click command line interface of Flask; - when creating or editing a category it is now possible to assign feeds via a select multiple field. Improvements - improved list of feeds menu. Feeds are now sorted per categories (sorted per number of unread articles). And the feed icons are displayed; - simplify loading of the configuration file; - speed improvements to the /history page; - various improvements to the Web user interface and to the crawler.
Release 9.3.0 (2020-03-22) New - it is now possible to configure a Content Security Policy.
Release 9.2.0 (2020-03-20) New - a Docker configuration file is provided. Improvements - some responsiveness work has been done. The interface is now more usable with small devices; - the search of articles has been improved; - improved email notification mechanism. Fixes - various minor fixes (mainly bugs introduced on version 9.1.0 after the refactoring of the back-end).
Release 9.1.0 (2020-03-12) Improvements: * the Web graphical interface is now using Bootstrap 4; * a lot of responsiveness work has been done; * the back-end code has been refactored and cleaned; * the configuration and deployment of Newspipe is now a lot easier.
Release 9.0 (2020-02-27) New: * email address of users are no longer stored in the database. Only a nickname and a password are required to create an account; * deployment is now done with poetry; * removed a lot bad JavaScript code. Improvements: * feeds are now retrieved with requests. feedparser is only used for the parsing; * improvements to the crawler.