Bump version
This commit is contained in:
parent
f236000d0d
commit
ea99b7c4ba
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -329,3 +329,15 @@
|
|||
* Last version supporting PHP 7.4 and initial support for PHP 8.4+
|
||||
* Many bug and regression fixes
|
||||
|
||||
[1.21.3]
|
||||
* Update FreshRSS to 1.24.3
|
||||
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.24.3)
|
||||
* Fix mark-as-read from user query #6738
|
||||
* Fix regression for shortcut to move between categories #6741
|
||||
* Fix feed title option #6771
|
||||
* Fix XPath for HTML documents with broken root (used by CSS selectors to fetch full content) #6774
|
||||
* Fix UI regression in Mapco/Ansum themes #6740
|
||||
* Fix minor style bug with some themes #6746
|
||||
* Fix export of OPML information for date format of JSON and HTML+XPath feeds #6779
|
||||
* OpenID Connect better definition of session parameters #6730
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"tagline": "RSS feed reader",
|
||||
"version": "1.21.2",
|
||||
"upstreamVersion": "1.24.2",
|
||||
"version": "1.21.3",
|
||||
"upstreamVersion": "1.24.3",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
Loading…
Reference in New Issue