aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-04-06 23:37:37 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-04-06 23:37:37 +0200
commitbd1e5f3a9dd093110447adfaedb12f93ba3c8b5b (patch)
tree11ad7bfd3f62ba3e2b99e10fa67109b12731f4be /CHANGELOG.md
parentRemoved useless import. (diff)
downloadnewspipe-bd1e5f3a9dd093110447adfaedb12f93ba3c8b5b.tar.gz
newspipe-bd1e5f3a9dd093110447adfaedb12f93ba3c8b5b.tar.bz2
newspipe-bd1e5f3a9dd093110447adfaedb12f93ba3c8b5b.zip
Fetch the feeds in a new processus by taking into account the current virtual environment.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4956e910..ebf19437 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
Newspipe Changelog
==================
+## 9.4.0 (not yet released)
+
+### 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.
+
+### Improvements
+
+- simplify loading of the configuration file;
+- speed improvements to the /history page;
+- various improvements to the Web user interface and to the crawler.
+
+
## 9.3.0 (2020-03-22)
### New
bgstack15