This commit is contained in:
Martin Rotter 2021-04-12 07:39:16 +02:00
parent 9423ddd2f9
commit 407646a877
3 changed files with 11 additions and 2 deletions

View File

@ -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"

View File

@ -30,7 +30,7 @@
<url type="donation">https://martinrotter.github.io/donate/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="3.9.1" date="2021-04-12"/>
<release version="3.9.2" date="2021-04-12"/>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>

View File

@ -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.