diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ede23f..5f86de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -455,3 +455,17 @@ * Exclude local networks for domain-wide HTTP `Retry-After` [#8195](https://github.com/FreshRSS/FreshRSS/pull/8195) * Fix OpenID Connect with Debian 13 [#8032](https://github.com/FreshRSS/FreshRSS/pull/8032) +[1.27.1] +* Update FreshRSS to 1.28.1 +* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.28.1) +* Handle Web scraping of `text/plain` as `
` [#8340](https://github.com/FreshRSS/FreshRSS/pull/8340) +* New customisable message for closed registrations [#8462](https://github.com/FreshRSS/FreshRSS/pull/8462) +* Fix unwanted expansion of user queries (saved searches) applied to filters [#8395](https://github.com/FreshRSS/FreshRSS/pull/8395) +* Fix encoding of filter actions for labels [#8368](https://github.com/FreshRSS/FreshRSS/pull/8368) +* Fix searching of tags [#8425](https://github.com/FreshRSS/FreshRSS/pull/8425) +* Fix refreshing feeds with token while anonymous refresh is disabled [#8371](https://github.com/FreshRSS/FreshRSS/pull/8371) +* Fix RSS and OPML access by token [#8434](https://github.com/FreshRSS/FreshRSS/pull/8434) +* Fix MySQL/MariaDB `transliterator_transliterate` fallback (when the `php-intl` extension is unavailable) [#8427](https://github.com/FreshRSS/FreshRSS/pull/8427) +* 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) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 50ffab3..a1e7e33 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.0", + "version": "1.27.1", "upstreamVersion": "1.28.1", "healthCheckPath": "/", "httpPort": 8000,