diff --git a/CHANGELOG.md b/CHANGELOG.md index f97edc4..9941bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -483,3 +483,15 @@ * 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) +[1.28.1] +* Update FreshRSS to 1.29.1 +* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.29.1) +* Accept `.txt` import of feed URLs in additional to e.g. OPML [#8818](https://github.com/FreshRSS/FreshRSS/pull/8818), [#8837](https://github.com/FreshRSS/FreshRSS/pull/8837) +* New CLI for automatic periodic SQLite export with retention [#8819](https://github.com/FreshRSS/FreshRSS/pull/8819) +* More feed info: last received date, publication date [#8799](https://github.com/FreshRSS/FreshRSS/pull/8799) +* Fix cookies with some browsers [#8867](https://github.com/FreshRSS/FreshRSS/pull/8867) +* Fix search in shared user queries with empty results [#8863](https://github.com/FreshRSS/FreshRSS/pull/8863) +* Fix XML errors with loading invalid OPML in `lib_opml` library [#8652](https://github.com/FreshRSS/FreshRSS/pull/8652), [#8853](https://github.com/FreshRSS/FreshRSS/pull/8853), [lib_opml#48](https://framagit.org/marienfressinaud/lib_opml/-/merge_requests/48), [lib_opml#51](https://framagit.org/marienfressinaud/lib_opml/-/merge_requests/51) +* Fix ensure maximum number of feeds also with Dynamic OPML [#8832](https://github.com/FreshRSS/FreshRSS/pull/8832) +* Fix click mark as read [#8817](https://github.com/FreshRSS/FreshRSS/pull/8817) + diff --git a/CloudronManifest.json b/CloudronManifest.json index aaf69de..391fd2b 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.28.0", + "version": "1.28.1", "upstreamVersion": "1.29.1", "healthCheckPath": "/", "httpPort": 8000,