1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-02 05:15:12 +00:00

Update package version to 1.24.0

This commit is contained in:
Package Updates
2025-02-25 11:52:06 +00:00
parent 9194eb2a61
commit 2911418f1e
2 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -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,