From 407646a87713a67bf734667c3bb6e296f79fa0c4 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 12 Apr 2021 07:39:16 +0200 Subject: [PATCH] 3.9.2 --- pri/vars.pri | 2 +- resources/desktop/com.github.rssguard.appdata.xml | 2 +- resources/text/CHANGELOG | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pri/vars.pri b/pri/vars.pri index adb41096b..0a1562d96 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-2021 $$APP_AUTHOR" -APP_VERSION = "3.9.1" +APP_VERSION = "3.9.2" APP_LONG_NAME = "$$APP_NAME $$APP_VERSION" APP_EMAIL = "rotter.martinos@gmail.com" APP_URL = "https://github.com/martinrotter/rssguard" diff --git a/resources/desktop/com.github.rssguard.appdata.xml b/resources/desktop/com.github.rssguard.appdata.xml index c83518d4a..554a1c36d 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/text/CHANGELOG b/resources/text/CHANGELOG index f818dac01..accf9db12 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,12 @@ +3.9.2 +----- +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: +* Fixed main app window behavior when it is maximized and article is opened in external web browser. (#395) +* RSS Guard installer no longer automatically restart your PC when installing MSVC++ runtime libraries. Sorry! +* Google Reader API plugin now correctly synchronizes changed messages back to server. + 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.