Bump version
This commit is contained in:
parent
84ccab7e9f
commit
7605d62f17
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -283,3 +283,15 @@
|
|||
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.22.1)
|
||||
* Fix regression in extensions translations (i18n)
|
||||
* Better identification of proxied client IP
|
||||
|
||||
[1.20.0]
|
||||
* Update FreshRSS to 1.23.0
|
||||
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.23.0)
|
||||
* New Important feeds group in the main view, with corresponding new priority level for feeds #5782
|
||||
* Entries from important feeds are not marked as read during scroll, during focus, nor during Mark all as read
|
||||
* Add filter actions (auto mark as read) at category level and at global levels #5942
|
||||
* Increase SQL fields length to maximum possible #5788, #5570
|
||||
* Many bug fixes
|
||||
* Soft require Apache 2.4+ (but repair minimal compatibility with Apache 2.2)
|
||||
* Upgraded extensions require FreshRSS 1.23.0+ Extensions#181
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"tagline": "RSS feed reader",
|
||||
"version": "1.19.1",
|
||||
"upstreamVersion": "1.22.1",
|
||||
"version": "1.20.0",
|
||||
"upstreamVersion": "1.23.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
Loading…
Reference in New Issue