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,