From 7605d62f17879df60bd02d39c32c8431f1fd1c26 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 24 Dec 2023 12:47:51 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 12 ++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd155ca..48da208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -283,3 +283,15 @@ * [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.22.1) * Fix regression in extensions translations (i18n) * Better identification of proxied client IP + +[1.20.0] +* Update FreshRSS to 1.23.0 +* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.23.0) +* New Important feeds group in the main view, with corresponding new priority level for feeds #5782 +* Entries from important feeds are not marked as read during scroll, during focus, nor during Mark all as read +* Add filter actions (auto mark as read) at category level and at global levels #5942 +* Increase SQL fields length to maximum possible #5788, #5570 +* Many bug fixes +* Soft require Apache 2.4+ (but repair minimal compatibility with Apache 2.2) +* Upgraded extensions require FreshRSS 1.23.0+ Extensions#181 + diff --git a/CloudronManifest.json b/CloudronManifest.json index c55d0b2..ceae415 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "RSS feed reader", - "version": "1.19.1", - "upstreamVersion": "1.22.1", + "version": "1.20.0", + "upstreamVersion": "1.23.0", "healthCheckPath": "/", "httpPort": 8000, "addons": {