From f2d5a20283072127e0017a0e5db92cad51b69523 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 8 Jun 2020 14:07:48 +0200 Subject: Updated CHANGELOG for the new release. --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf19437..54454252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,19 @@ Newspipe Changelog ================== -## 9.4.0 (not yet released) +## 9.4.0 (2020-06-08) ### New - migrated form Flask-Script to the built-in integration of the click command line interface of Flask; -- display feeds icon in the list of feeds. +- 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. -- cgit