Version 1.7.1
This commit is contained in:
parent
d26b15cb7b
commit
5956ca2427
|
@ -134,3 +134,6 @@
|
||||||
* Add support for terms of service #2520
|
* Add support for terms of service #2520
|
||||||
* Add sharing with Lemmy #2510
|
* Add sharing with Lemmy #2510
|
||||||
|
|
||||||
|
[1.7.1]
|
||||||
|
* Update FreshRSS to 1.15.1
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "RSS feed reader",
|
"tagline": "RSS feed reader",
|
||||||
"version": "1.7.0",
|
"version": "1.7.1",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages FreshRSS <upstream>1.15.0</upstream>.
|
This app packages FreshRSS <upstream>1.15.1</upstream>.
|
||||||
|
|
||||||
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.
|
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue