Version 1.10.0

This commit is contained in:
Girish Ramakrishnan 2020-07-16 16:03:15 -07:00
parent 1c76ea9711
commit 7fb045e62b
3 changed files with 5 additions and 1 deletions

View File

@ -165,3 +165,6 @@
* Show users last activity date #2936
* Ability to follow HTML redirections when retrieving full article content #2985
[1.10.0]
* Add forum url and update screenshot links

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "RSS feed reader",
"version": "1.9.1",
"version": "1.10.0",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {

View File

@ -9,6 +9,7 @@ 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.
## Extensions
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).