aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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