Version 1.20.1
This commit is contained in:
parent
50172402be
commit
143d4a80b9
|
@ -295,3 +295,10 @@
|
||||||
* Soft require Apache 2.4+ (but repair minimal compatibility with Apache 2.2)
|
* Soft require Apache 2.4+ (but repair minimal compatibility with Apache 2.2)
|
||||||
* Upgraded extensions require FreshRSS 1.23.0+ Extensions#181
|
* Upgraded extensions require FreshRSS 1.23.0+ Extensions#181
|
||||||
|
|
||||||
|
[1.20.1]
|
||||||
|
* Update FreshRSS to 1.23.1
|
||||||
|
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.23.0)
|
||||||
|
* Fix crash regression with the option Max number of tags shown #5978
|
||||||
|
* Fix crash regression when enabling extensions defined by old FreshRSS installations #5979
|
||||||
|
* Fix crash regression during export when using MySQL #5988
|
||||||
|
* More robust assignment of categories to feeds #5986
|
||||||
|
|
|
@ -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.20.0-1",
|
"version": "1.20.1",
|
||||||
"upstreamVersion": "1.23.0",
|
"upstreamVersion": "1.23.1",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in New Issue