Version 1.21.0
This commit is contained in:
parent
81bd749001
commit
2c8ed386ca
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -302,3 +302,14 @@
|
|||
* 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
|
||||
|
||||
[1.21.0]
|
||||
* Update FreshRSS to 1.24.0
|
||||
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.24.0)
|
||||
* New shareable user query mechanism to share lists of articles by HTML, RSS, OPML
|
||||
* New CLI for database backup & restore
|
||||
* New JSON scraping mode to consume JSON data and JSON Feeds
|
||||
* New support for HTTP POST
|
||||
* New option to automatically add labels to incoming articles
|
||||
* New button to download a feed configuration as OPML
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"tagline": "RSS feed reader",
|
||||
"version": "1.20.1",
|
||||
"upstreamVersion": "1.23.1",
|
||||
"version": "1.21.0",
|
||||
"upstreamVersion": "1.24.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
Loading…
Reference in New Issue