mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-29 16:23:26 +00:00
Update package version to 1.26.1
This commit is contained in:
14
CHANGELOG.md
14
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 `<track src>` [#​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)
|
||||
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user