changelog

This commit is contained in:
Martin Rotter 2021-04-06 09:51:50 +02:00
parent b6257c566d
commit 03fc073a7c
3 changed files with 17 additions and 2 deletions

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.0" date="2021-04-01"/>
<release version="3.9.1" date="2021-04-06"/>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>

@ -1 +1 @@
Subproject commit 9c10723bfbaf6cb85107d6ee16e0324e9e487749
Subproject commit 47f4125753452eff8800dbd6600c5a05540b15d9

View File

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