From 81fa412b45d57729c80868d71510307eaf01428d Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Fri, 20 Nov 2020 07:14:35 +0100 Subject: [PATCH] Changelog. --- pri/vars.pri | 2 +- resources/text/CHANGELOG | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/pri/vars.pri b/pri/vars.pri index f9421e85b..93bee37a1 100644 --- a/pri/vars.pri +++ b/pri/vars.pri @@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard" APP_LOW_H_NAME = ".rssguard" APP_AUTHOR = "Martin Rotter" APP_COPYRIGHT = "(C) 2011-2020 $$APP_AUTHOR" -APP_VERSION = "3.8.0" +APP_VERSION = "3.8.1" APP_LONG_NAME = "$$APP_NAME $$APP_VERSION" APP_EMAIL = "rotter.martinos@gmail.com" APP_URL = "https://github.com/martinrotter/rssguard" diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index cd82749e0..2c2576ad1 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -2,15 +2,28 @@ ————— Added: +▪ RSS Guard on Windows now uses more minimal Qt libraries and this makes installation packages 20% smaller. ▪ New applications icons. Contributed by Siddharth Yadav: ▪ @Siddharth_yd (Instagram) ▪ illustrationdesignsid@gmail.com (e-mail) -▪ -▪ +▪ Added some documentation related to message filters and some other parts of the application: + https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#documentation +▪ Added icons to buttons in bundled downloader. +▪ Add switchable action to automatically expand categories when selected. +▪ Added basic CLI with some basic options, run "rssguard.exe --help" to see them. +▪ Ability to run multiple instance of RSS Guard at the same time, can be activated via CLI. +▪ Ability to specify custom user data folder, can be activated via CLI. +▪ Finnish translation. +▪ Greatly enhanced user experience for authors of message filters. See the documentation: enums for accepting/rejecting of messages are now directly calleable via their names. Fixed/changed: -▪ -▪ +▪ Handles separating feeds list, messages list and message viewer has now better color in default skin. +▪ Now only titles of messages are sanitized before they are passed to message filters. Message content is left intact. +▪ Nextcloud News: Do not use obsolete API endpints. (#292) +▪ Nextcloud News: Support newest API breaking changes regarding "parent categories". (#293) +▪ Partially fixed behavior of statusbar, which did not respect new settings for order of its buttons. +▪ Use "cout" instead of "wcout" for debugging outputs. +▪ Do not escape empty strings when sanitizing messages. 3.8.0 —————