Version 1.11.0
This commit is contained in:
parent
2b04304570
commit
426859e3d2
12
CHANGELOG
12
CHANGELOG
|
@ -168,3 +168,15 @@
|
|||
[1.10.0]
|
||||
* Add forum url and update screenshot links
|
||||
|
||||
[1.11.0]
|
||||
* Update FreshRSS to 1.17.0
|
||||
* [Full changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.17.0)
|
||||
* New tag management page #3121
|
||||
* New page to add feeds and categories #3027
|
||||
* Add a way to disable/enable users #3056
|
||||
* Fix special characters in user queries #3037
|
||||
* Hide feed credentials when adding a new feed #3099
|
||||
* Trim whitespace for feed passwords #3158
|
||||
* Updated PHPMailer library to 6.1.6 #3024
|
||||
* Add blogger.com to the default list of forced HTTPS #3088
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "RSS feed reader",
|
||||
"version": "1.10.0",
|
||||
"version": "1.11.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages FreshRSS <upstream>1.16.2</upstream>.
|
||||
This app packages FreshRSS <upstream>1.17.0</upstream>.
|
||||
|
||||
## About
|
||||
|
||||
|
|
Loading…
Reference in New Issue