mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2026-03-15 01:03:24 +00:00
Update package version to 1.27.1
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -455,3 +455,17 @@
|
|||||||
* Exclude local networks for domain-wide HTTP `Retry-After` [#8195](https://github.com/FreshRSS/FreshRSS/pull/8195)
|
* 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)
|
* 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 `<pre class="text-plain">` [#​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)
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"tagline": "RSS feed reader",
|
"tagline": "RSS feed reader",
|
||||||
"version": "1.27.0",
|
"version": "1.27.1",
|
||||||
"upstreamVersion": "1.28.1",
|
"upstreamVersion": "1.28.1",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|||||||
Reference in New Issue
Block a user