From e8690400c9bab162750f631ff06c528a56e0182e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 5 Nov 2018 09:50:01 -0800 Subject: [PATCH] Version 1.3.0 --- CHANGELOG | 19 +++++++++++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 79f54ff..3c30c06 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -56,3 +56,22 @@ [1.2.0] * Use latest base image +[1.3.0] +* Update FreshRSS to 1.12.0 +* Features + * Ability to add labels (custom tags) to articles #928 + * Handle article tags containing spaces, as well as comma-separated tags #2023 + * Handle authors containing spaces, as well as comma or semi-colon separated authors #2025 + * Searches by tag, author, etc. accept Unicode characters #2025 + * New option to disable cache for feeds with invalid HTTP caching #2052 +* UI + * New theme Swage #2069 + * Click on authors to initiate a search by author #2025 + * Fix CSS for button alignments in older Chrome versions #2020 +* Security + * Improved flow for password change (avoid error 403) #2056 + * Allow dot . in username (best to avoid, though) #2061 +* Performance + * Remove some counterproductive preload / prefetch rules #2040 + * Improved fast flush (earlier transfer, fetching of resources, and rendering) #2045 + diff --git a/CloudronManifest.json b/CloudronManifest.json index abf15ff..5436af3 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "RSS feed reader", - "version": "1.2.0", + "version": "1.3.0", "healthCheckPath": "/", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 692957a..1d26ec0 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages FreshRSS 1.11.2. +This app packages FreshRSS 1.12.0. FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.