Version 1.5.0
This commit is contained in:
parent
213e1e740f
commit
dbfedb515a
|
@ -84,3 +84,7 @@
|
||||||
* Ability to show all the feeds that have a warning #2146
|
* Ability to show all the feeds that have a warning #2146
|
||||||
* Share with Pinboard #1972
|
* Share with Pinboard #1972
|
||||||
|
|
||||||
|
[1.5.0]
|
||||||
|
* Fix security issue where root directory was exposed
|
||||||
|
* Enable mod rewrite for mobile apps like FeedMe to work
|
||||||
|
|
||||||
|
|
|
@ -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.4.0",
|
"version": "1.5.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in New Issue