From 03fc073a7c2c5f74fa6274eff5893066ae755e61 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 6 Apr 2021 09:51:50 +0200 Subject: [PATCH] changelog --- resources/desktop/com.github.rssguard.appdata.xml | 2 +- resources/scripts/7za | 2 +- resources/text/CHANGELOG | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/resources/desktop/com.github.rssguard.appdata.xml b/resources/desktop/com.github.rssguard.appdata.xml index f6045e0cd..519fff9a5 100644 --- a/resources/desktop/com.github.rssguard.appdata.xml +++ b/resources/desktop/com.github.rssguard.appdata.xml @@ -30,7 +30,7 @@ https://martinrotter.github.io/donate/ - + none diff --git a/resources/scripts/7za b/resources/scripts/7za index 9c10723bf..47f412575 160000 --- a/resources/scripts/7za +++ b/resources/scripts/7za @@ -1 +1 @@ -Subproject commit 9c10723bfbaf6cb85107d6ee16e0324e9e487749 +Subproject commit 47f4125753452eff8800dbd6600c5a05540b15d9 diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index bca20a3e6..f818dac01 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,18 @@ +3.9.1 +----- +Note that this is bug-fix maintenance release and all included fixes were backported to this release from 4.x branch which is my main goal right now. RSS Guard 4 will bring huge number of new features and fixes later this year. + +Fixed/changed: +* Properly accept all HTTP redirections, this was regression and is now fixed. +* Fix repeated overwriting of messages due to bad UTC/localtime article timezone handling. (#329) +* Alternating list background colors are now better suited for foreground text visibility. (#378) +* Re-gaining focus after external browser was opened is now optional. (#304) +* MSVC++ runtime libraries are now automatically installed in RSS Guard installer. (#375) +* RSS Guard installer now also creates proper uninstaller and add itself to "Add/Remove programs". (#376) +* Small fixes for "Message filters" dialog. (#373) +* Fixed windows hiding problem when tray icon is enabled. (#371) +* Better favicon downloading strategy which works much much better than previous one. (#363) + 3.9.0 -----