From 90af4fc830cf34017db6bc4ae954ba5855ea22fb Mon Sep 17 00:00:00 2001 From: Package Updates Date: Tue, 3 Jun 2025 10:16:04 +0000 Subject: [PATCH] Update package version to 1.25.2 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f2aa3..bd0ca71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 513426f..271d731 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.25.1", + "version": "1.25.2", "upstreamVersion": "1.26.3", "healthCheckPath": "/", "httpPort": 8000,