Version 1.18.0
This commit is contained in:
parent
3b2d8446c0
commit
8b6fbb5aab
|
@ -265,3 +265,12 @@
|
||||||
[1.17.0]
|
[1.17.0]
|
||||||
* Update base image to 4.2.0
|
* Update base image to 4.2.0
|
||||||
|
|
||||||
|
[1.18.0]
|
||||||
|
* Update FreshRSS to 1.22.0
|
||||||
|
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.22.0)
|
||||||
|
* Rework trusted proxies
|
||||||
|
* Improve scaling with many feeds and long processes, reduce database locks
|
||||||
|
* Fix many bugs and regressions
|
||||||
|
* Improve themes Origine (also with automatic dark mode), Nord, etc.
|
||||||
|
* Several UI / UX improvements
|
||||||
|
* New languages Hungarian, Latvian, Persian
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"tagline": "RSS feed reader",
|
"tagline": "RSS feed reader",
|
||||||
"version": "1.17.0",
|
"version": "1.18.0",
|
||||||
"upstreamVersion": "1.21.0",
|
"upstreamVersion": "1.22.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in New Issue