From e33aa2ea2a87cd67e6ed15872e0b3db8ba26d3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 27 Feb 2024 21:58:55 +0100 Subject: [PATCH] Bumped version number and updated changelog. --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a67199..038001d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Newspipe Changelog ================== +## 11.0.0 (2024-02-27) + +### New + +- introduction of a dark theme; +- the content of the articles can now be displayed on the main page, without page reload, + with the use of the Bootstrap collapsible element; +- added .well-known/security.txt page. + +## Improvements + +- various improvements to the main page; +- various improvements to the page to edit articles; +- it is now possible to edit the description of feeds; +- minimum Python version is now 3.10; + + ## 10.1.0 (2023-11-16) ## Improvements diff --git a/pyproject.toml b/pyproject.toml index 2c5191df..48d5c9fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newspipe" -version = "10.1.0" +version = "11.0.0" description = "Newspipe is a web news aggregator." authors = ["Cédric Bonhomme "] license = "AGPL-3.0-or-later"