1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-01 04:44:59 +00:00

Update package version to 1.25.2

This commit is contained in:
Package Updates
2025-06-03 10:16:04 +00:00
parent 15f30af4bb
commit 90af4fc830
2 changed files with 15 additions and 1 deletions

View File

@@ -399,3 +399,17 @@
* Improve favicons hash to avoid favicon pollution [#7505](https://github.com/FreshRSS/FreshRSS/pull/7505), [CVE-2025-46339](https://github.com/FreshRSS/FreshRSS/security/advisories/GHSA-8f79-3q3w-43c4)
* Add `Content-Security-Policy` HTTP headers to favicons [#7471](https://github.com/FreshRSS/FreshRSS/pull/7471), [CVE-2025-31136](https://github.com/FreshRSS/FreshRSS/security/advisories/GHSA-f6r4-jrvc-cfmr)
[1.25.2]
* Update FreshRSS to 1.26.3
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.26.3)
* Keep sort and order criteria during navigation [#​7585](https://github.com/FreshRSS/FreshRSS/pull/7585)
* Add info about `PDO::ATTR_CLIENT_VERSION` (relevant for MySQL / MariaDB with obsolete driver) [#​7591](https://github.com/FreshRSS/FreshRSS/pull/7591)
* Fix SQL request for user labels with custom sort (affecting PostgreSQL) [#​7588](https://github.com/FreshRSS/FreshRSS/pull/7588)
* Fix regression for favicon in GReader and Fever APIs [#​7573](https://github.com/FreshRSS/FreshRSS/pull/7573)
* Fix newest articles (within last second) not shown [#​7577](https://github.com/FreshRSS/FreshRSS/pull/7577)
* Fix duplicate HTTP header for POST [#​7556](https://github.com/FreshRSS/FreshRSS/pull/7556)
* Fix important articles on reader view [#​7602](https://github.com/FreshRSS/FreshRSS/pull/7602)
* Fix remove last share method [#​7613](https://github.com/FreshRSS/FreshRSS/pull/7613)
* Fix API handling of default category [#​7610](https://github.com/FreshRSS/FreshRSS/pull/7610)
* Fix user self-deletion [#​7626](https://github.com/FreshRSS/FreshRSS/pull/7626)

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "RSS feed reader",
"version": "1.25.1",
"version": "1.25.2",
"upstreamVersion": "1.26.3",
"healthCheckPath": "/",
"httpPort": 8000,