Version 1.6.2
This commit is contained in:
parent
5bd5d7b110
commit
7dcfa53551
|
@ -108,3 +108,7 @@
|
|||
* Fix delay for individual mark-as-read actions #2332
|
||||
* Fix scroll functions in Edge #2337
|
||||
|
||||
[1.6.2]
|
||||
* Update FreshRSS to 1.14.2
|
||||
* Fix minor code syntax warning in API #2362
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "RSS feed reader",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages FreshRSS <upstream>1.14.1</upstream>.
|
||||
This app packages FreshRSS <upstream>1.14.2</upstream>.
|
||||
|
||||
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.
|
||||
|
||||
|
|
Loading…
Reference in New Issue