From 7fb045e62ba57120b1f0f2ee8c45be70122b3049 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 16 Jul 2020 16:03:15 -0700 Subject: [PATCH] Version 1.10.0 --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- DESCRIPTION.md | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5c40463..6677fe3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 20c54de..70bbf05 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index fa05f78..3d2eb75 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -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).