From 46079cab5ba622b45188a300124a22c8a504eac1 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Mon, 29 Sep 2025 08:30:49 +0000 Subject: [PATCH] Update package version to 1.26.1 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 819e7a1..86fc8e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -427,3 +427,17 @@ * Improve sharing via Print [#​7728](https://github.com/FreshRSS/FreshRSS/pull/7728) * Redirect to the login page from bookmarklet instead of 403 [#​7782](https://github.com/FreshRSS/FreshRSS/pull/7782) +[1.26.1] +* Update FreshRSS to 1.27.1 +* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.27.1) +* Automatic database recovery: skip broken entries during CLI export/import [#​7949](https://github.com/FreshRSS/FreshRSS/pull/7949) +* Add security option for CSP `frame-ancestors` [#​7857](https://github.com/FreshRSS/FreshRSS/pull/7857), [#​8021](https://github.com/FreshRSS/FreshRSS/pull/8021) +* Lazy-load `` [#​7997](https://github.com/FreshRSS/FreshRSS/pull/7997) +* Regenerate session ID on login [#​7829](https://github.com/FreshRSS/FreshRSS/pull/7829) +* Disallow setting non-existent language [#​7878](https://github.com/FreshRSS/FreshRSS/pull/7878), [#​7934](https://github.com/FreshRSS/FreshRSS/pull/7934) +* Safer calling of `install.php` [#​7971](https://github.com/FreshRSS/FreshRSS/pull/7971) +* Prevent log CR/LF injection [#​7883](https://github.com/FreshRSS/FreshRSS/pull/7883) +* Restrict allowed cURL parameters [#​7979](https://github.com/FreshRSS/FreshRSS/pull/7979), [#​8009](https://github.com/FreshRSS/FreshRSS/pull/8009) +* Fix reauthentication while updating [#​7989](https://github.com/FreshRSS/FreshRSS/pull/7989) +* Fix some CSRFs [#​8000](https://github.com/FreshRSS/FreshRSS/pull/8000) + diff --git a/CloudronManifest.json b/CloudronManifest.json index f53f3ee..e10b3a9 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.26.0", + "version": "1.26.1", "upstreamVersion": "1.27.1", "healthCheckPath": "/", "httpPort": 8000,