Version 1.21.0

This commit is contained in:
Girish Ramakrishnan 2024-05-23 18:12:46 +02:00
parent 81bd749001
commit 2c8ed386ca
2 changed files with 13 additions and 2 deletions

View File

@ -302,3 +302,14 @@
* Fix crash regression when enabling extensions defined by old FreshRSS installations #5979 * Fix crash regression when enabling extensions defined by old FreshRSS installations #5979
* Fix crash regression during export when using MySQL #5988 * Fix crash regression during export when using MySQL #5988
* More robust assignment of categories to feeds #5986 * 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

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md", "changelog": "file://CHANGELOG.md",
"tagline": "RSS feed reader", "tagline": "RSS feed reader",
"version": "1.20.1", "version": "1.21.0",
"upstreamVersion": "1.23.1", "upstreamVersion": "1.24.0",
"healthCheckPath": "/", "healthCheckPath": "/",
"httpPort": 8000, "httpPort": 8000,
"addons": { "addons": {