Skip to content

Commit

Permalink
chg: bumped version number and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Mar 30, 2022
1 parent 1ccbf43 commit 1b9619c
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 20 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "newspipe",
"version": "9.1.0",
"version": "9.5.0",
"license": "AGPL-3.0",
"private": true,
"dependencies": {
"@popperjs/core": "^2.11.0",
"@popperjs/core": "^2.11.4",
"bootstrap": "^5.1.3",
"bootstrap-select": "^1.14.0-beta2",
"chart.js": "^3.7.0",
"chart.js": "^3.7.1",
"fork-awesome": "^1.2.0",
"moment": "^2.29.1"
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "newspipe"
version = "9.4.0"
version = "9.5.0"
description = "Newspipe is a web news aggregator."
authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 1b9619c

Please sign in to comment.