Version 1.9.0
This commit is contained in:
parent
41c17e5c99
commit
d097f652f6
|
@ -154,3 +154,6 @@
|
||||||
* Allow feed to be actualized just after being truncated #2862
|
* Allow feed to be actualized just after being truncated #2862
|
||||||
* Fallback to showing a GUID when an article title is empty #2813
|
* Fallback to showing a GUID when an article title is empty #2813
|
||||||
|
|
||||||
|
[1.9.0]
|
||||||
|
* Use latest base image 2.0.0
|
||||||
|
|
||||||
|
|
|
@ -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.8.0-1",
|
"version": "1.9.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
This app packages FreshRSS <upstream>1.16.0</upstream>.
|
This app packages FreshRSS <upstream>1.16.0</upstream>.
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
It is at the same time lightweight, easy to work with, powerful and customizable.
|
It is at the same time lightweight, easy to work with, powerful and customizable.
|
||||||
|
|
||||||
It is a multi-user application with an anonymous reading mode. It supports PubSubHubbub for instant notifications from compatible Web sites. There is an API for (mobile) clients, and a Command-Line Interface. Finally, it supports extensions for further tuning.
|
It is a multi-user application with an anonymous reading mode. It supports PubSubHubbub for instant notifications from compatible Web sites. There is an API for (mobile) clients, and a Command-Line Interface. Finally, it supports extensions for further tuning.
|
||||||
|
|
||||||
### Extensions
|
## Extensions
|
||||||
FreshRSS supports further customizations by adding extensions on top of its core functionality.
|
FreshRSS supports further customizations by adding extensions on top of its core functionality.
|
||||||
See the [repository dedicated to those extensions](https://github.com/FreshRSS/Extensions).
|
See the [repository dedicated to those extensions](https://github.com/FreshRSS/Extensions).
|
||||||
|
|
||||||
|
|
||||||
### Compatible clients
|
## Compatible clients
|
||||||
Any client supporting a Google Reader-like API. Selection:
|
Any client supporting a Google Reader-like API. Selection:
|
||||||
|
|
||||||
* Android
|
* Android
|
||||||
|
|
Loading…
Reference in New Issue