Version 1.21.2
This commit is contained in:
parent
30c116edad
commit
eea79146f9
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -319,3 +319,13 @@
|
|||
* New button to export OMPL of a category
|
||||
* Many bug fixes
|
||||
|
||||
[1.21.2]
|
||||
* Update FreshRSS to 1.24.2
|
||||
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.24.2)
|
||||
* New global option to automatically add articles to favourites
|
||||
* New option to share articles from the article title line
|
||||
* Add core extensions, shipped by default: UserCSS and UserJS
|
||||
* Security: Force log out of users when they are disabled
|
||||
* Last version supporting PHP 7.4 and initial support for PHP 8.4+
|
||||
* Many bug and regression fixes
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"tagline": "RSS feed reader",
|
||||
"version": "1.21.1",
|
||||
"upstreamVersion": "1.24.1",
|
||||
"version": "1.21.2",
|
||||
"upstreamVersion": "1.24.2",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
Loading…
Reference in New Issue