aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-03-31 00:08:21 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-03-31 00:08:21 +0200
commit1b9619c3a57e2092f9ad8654cd562df9fb2d9d30 (patch)
treeabba51e96bdc507dbe109889b89db3382b15b0e3 /CHANGELOG.md
parentchg: [dependencies] Updated Flask-Login (diff)
downloadnewspipe-1b9619c3a57e2092f9ad8654cd562df9fb2d9d30.tar.gz
newspipe-1b9619c3a57e2092f9ad8654cd562df9fb2d9d30.tar.bz2
newspipe-1b9619c3a57e2092f9ad8654cd562df9fb2d9d30.zip
chg: bumped version number and CHANGELOG.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54454252..a5af2675 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,31 @@
Newspipe Changelog
==================
+## 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.
+
+
## 9.4.0 (2020-06-08)
### New
bgstack15