From 2911418f1e3b66878dd34451b5ae9d89903f6c23 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Tue, 25 Feb 2025 11:52:06 +0000 Subject: [PATCH] Update package version to 1.24.0 --- CHANGELOG.md | 9 +++++++++ CloudronManifest.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49777df..824b8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -359,3 +359,12 @@ * I18n * Misc. +[1.24.0] +* Update FreshRSS to 1.26.0 +* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.26.0) +* Add order-by options to sort articles by received date (existing, default), publication date, title, link, random +* Allow searching in all feeds, also feeds only visible at category level with &get=A, and also those archived with &get=Z +* UI accessible from user-query view +* New shortcuts for adding user labels to articles +* Several improvements and bug fixes + diff --git a/CloudronManifest.json b/CloudronManifest.json index c78c787..940051a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "RSS feed reader", - "version": "1.23.0", + "version": "1.24.0", "upstreamVersion": "1.26.0", "healthCheckPath": "/", "httpPort": 8000,