Version 1.13.2
This commit is contained in:
parent
78e19a6ea2
commit
6fe901a2e2
|
@ -198,3 +198,10 @@
|
||||||
[1.13.1]
|
[1.13.1]
|
||||||
* Fix apache config to log the client IP
|
* Fix apache config to log the client IP
|
||||||
|
|
||||||
|
[1.13.2]
|
||||||
|
* Update FreshRSS to 1.18.1
|
||||||
|
* Support standard HTTP 410 Gone by disabling (muting) gone feeds #3561
|
||||||
|
* Supported by Newsboat 2.24+ #3574
|
||||||
|
* Supported by RSS Guard #3627
|
||||||
|
* Allow Unicode for shortcuts #3548
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "RSS feed reader",
|
"tagline": "RSS feed reader",
|
||||||
"version": "1.13.1",
|
"version": "1.13.2",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages FreshRSS <upstream>1.18.0</upstream>.
|
This app packages FreshRSS <upstream>1.18.1</upstream>.
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue