Version 1.13.1
This commit is contained in:
parent
e79f7baaf2
commit
0986c7ed3f
|
@ -195,3 +195,6 @@
|
|||
* New cURL options per feed: proxy, cookie, user-agent #3367, #3494, #3516
|
||||
* Do not import feeds causing database errors (e.g. due to conflicting HTTP redirections) ##3347
|
||||
|
||||
[1.13.1]
|
||||
* Fix apache config to log the client IP
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "RSS feed reader",
|
||||
"version": "1.13.0",
|
||||
"version": "1.13.1",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
Loading…
Reference in New Issue