diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-06-08 14:07:48 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-06-08 14:07:48 +0200 |
commit | f2d5a20283072127e0017a0e5db92cad51b69523 (patch) | |
tree | 6543393ac6e1a97b68263b997aa30679d78ace4b | |
parent | new: [categories] when creating or editing a category it is now possible to s... (diff) | |
download | newspipe-f2d5a20283072127e0017a0e5db92cad51b69523.tar.gz newspipe-f2d5a20283072127e0017a0e5db92cad51b69523.tar.bz2 newspipe-f2d5a20283072127e0017a0e5db92cad51b69523.zip |
Updated CHANGELOG for the new release.
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 5 insertions, 2 deletions
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. |