From b005f969bcc8130dd3245035e0e0ac0170c9c2ad Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 14 Dec 2020 09:46:33 +0100 Subject: [PATCH] changelog --- pri/vars.pri | 2 +- resources/text/CHANGELOG | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/pri/vars.pri b/pri/vars.pri index 803724f52..0853d30e6 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.3" +APP_VERSION = "3.8.4" 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 9f430c72f..49595c5b6 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,19 @@ +3.8.4 +————— + +Added: +▪ Dialog for message filters management now allows you to: + ▪ Preview your message filter by running it against COPIES of stored messages. (#266) + ▪ Run your message filter against ORIGINALS of already stored messages. (#261) + ▪ Create message filters based on single message data. (#278) + +Fixed/changed: +▪ "Edit feed" dialog was rewritten and made modular so that it fits better all plugins. (#287) +▪ Users now can tweak auto-update policies for feeds of all account types. (#287) +▪ Tweaked logic of loading feed's messages to make it all work with some broken feeds (Vimeo). (#309) +▪ RSS Guard now prefers to use desktop environment's icon on Linux. +▪ Make loading of feed's icons work better. (#310) + 3.8.3 —————