From 91f91bd18e2e82ba742c749ed702aa73a214f759 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Fri, 14 Mar 2025 10:54:04 +0000 Subject: [PATCH] Update package version to 1.24.1 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 824b8e6..fc266b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -368,3 +368,17 @@ * New shortcuts for adding user labels to articles * Several improvements and bug fixes +[1.24.1] +* Update FreshRSS to 1.26.1 +* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.26.1) +* Fix back-compatibility with cURL 7.51 (we require cURL 7.52+ for `CURLPROXY_HTTPS`) +* Add cURL version to page about system information +* Fix regression with cURL HTTP headers breaking conditional HTTP requests +* Fix regression with saving states of user queries +* Fix regression with dynamic OPML +* Fix update of the users last activity on login action +* Fix setting category option *Maximum number of articles to keep per feed* +* Fix priority field when processing a new feed from an extension +* Use case-insensitive sort for categories +* Improve dark mode of *Origine* theme + diff --git a/CloudronManifest.json b/CloudronManifest.json index a2aeff9..5c7b13d 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.24.0", + "version": "1.24.1", "upstreamVersion": "1.26.1", "healthCheckPath": "/", "httpPort": 8000,