diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f86de0..f97edc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -469,3 +469,17 @@ * Fix regression with MySQL/MariaDB index hint [#​8460](https://github.com/FreshRSS/FreshRSS/pull/8460) * Auto-add `lastUserModified` database column also during mark-as-read action [#​8346](https://github.com/FreshRSS/FreshRSS/pull/8346) +[1.28.0] +* Update FreshRSS to 1.29.0 +* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.29.0) +* New sort order preferences at global, category, and feed levels [#8234](https://github.com/FreshRSS/FreshRSS/pull/8234) +* New filtering by date of *Server modification date* [#8131](https://github.com/FreshRSS/FreshRSS/pull/8131), [#8576](https://github.com/FreshRSS/FreshRSS/pull/8576) +* New option to automatically mark new articles as read if an identical GUID already exists in the same category [#8673](https://github.com/FreshRSS/FreshRSS/pull/8673) +* Add option to enable/disable notifications, also for PWA [#8458](https://github.com/FreshRSS/FreshRSS/pull/8458) +* Fix wrong search `toString` in case of regex-looking string [#8479](https://github.com/FreshRSS/FreshRSS/pull/8479) +* Fix redirect to wrong view after mark as read in *reader* and *global* views [#8552](https://github.com/FreshRSS/FreshRSS/pull/8552) +* Fix do not include hidden feeds when counting total number of unread articles [#8715](https://github.com/FreshRSS/FreshRSS/pull/8715) +* Limit cURL to protocols HTTP, HTTPS [#8713](https://github.com/FreshRSS/FreshRSS/pull/8713) +* New Webhook extension for automated RSS notifications [Extensions#456](https://github.com/FreshRSS/Extensions/pull/456) +* New `cli/purge.php` to apply purge policy [#8740](https://github.com/FreshRSS/FreshRSS/pull/8740) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 0a11d7e..4e55753 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.27.1", + "version": "1.28.0", "upstreamVersion": "1.29.0", "healthCheckPath": "/", "httpPort": 8000,