3.9.2
This commit is contained in:
parent
9423ddd2f9
commit
407646a877
3 changed files with 11 additions and 2 deletions
|
@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
|
||||||
APP_LOW_H_NAME = ".rssguard"
|
APP_LOW_H_NAME = ".rssguard"
|
||||||
APP_AUTHOR = "Martin Rotter"
|
APP_AUTHOR = "Martin Rotter"
|
||||||
APP_COPYRIGHT = "(C) 2011-2021 $$APP_AUTHOR"
|
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_LONG_NAME = "$$APP_NAME $$APP_VERSION"
|
||||||
APP_EMAIL = "rotter.martinos@gmail.com"
|
APP_EMAIL = "rotter.martinos@gmail.com"
|
||||||
APP_URL = "https://github.com/martinrotter/rssguard"
|
APP_URL = "https://github.com/martinrotter/rssguard"
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<url type="donation">https://martinrotter.github.io/donate/</url>
|
<url type="donation">https://martinrotter.github.io/donate/</url>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="3.9.1" date="2021-04-12"/>
|
<release version="3.9.2" date="2021-04-12"/>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0">
|
<content_rating type="oars-1.0">
|
||||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||||
|
|
|
@ -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
|
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.
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue