mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-02 05:15:12 +00:00
Update package version to 1.25.1
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -385,3 +385,17 @@
|
||||
[1.25.0]
|
||||
* Update base image to 5.0.0
|
||||
|
||||
[1.25.1]
|
||||
* Update FreshRSS to 1.26.2
|
||||
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.26.2)
|
||||
* Implement JSON string concatenation with & operator [#7414](https://github.com/FreshRSS/FreshRSS/pull/7414)
|
||||
* Support multiple JSON fragments in HTML+XPath+JSON mode [#7369](https://github.com/FreshRSS/FreshRSS/pull/7369)
|
||||
* Fix escaping of tag search [#7468](https://github.com/FreshRSS/FreshRSS/pull/7468)
|
||||
* Fix CLI parsing of Boolean flags [#7430](https://github.com/FreshRSS/FreshRSS/pull/7430)
|
||||
* Fix API for labels with slash [#7437](https://github.com/FreshRSS/FreshRSS/pull/7437)
|
||||
* Fix support for feeds with XML preamble + DTD [#7515](https://github.com/FreshRSS/FreshRSS/pull/7515), [simplepie#914](https://github.com/simplepie/simplepie/pull/914)
|
||||
* Disallow `<iframe srcdoc="">` [#7494](https://github.com/FreshRSS/FreshRSS/pull/7494), [CVE-2025-32015](https://github.com/FreshRSS/FreshRSS/security/advisories/GHSA-wgrq-mcwc-8f8v)
|
||||
* Disallow `<button formaction="">` [#7506](https://github.com/FreshRSS/FreshRSS/pull/7506)
|
||||
* 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)
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"tagline": "RSS feed reader",
|
||||
"version": "1.25.0",
|
||||
"version": "1.25.1",
|
||||
"upstreamVersion": "1.26.2",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
|
Reference in New Issue
Block a user