changelog

This commit is contained in:
Martin Rotter 2022-01-10 08:17:13 +01:00
parent bd2002f46f
commit 1f5157fd42
3 changed files with 10 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-2022 $$APP_AUTHOR"
APP_VERSION = "4.1.1"
APP_VERSION = "4.1.2"
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
APP_EMAIL = "rotter.martinos@gmail.com"
APP_URL = "https://github.com/martinrotter/rssguard"

View File

@ -26,7 +26,7 @@
<url type="donation">https://github.com/sponsors/martinrotter</url>
<content_rating type="oars-1.1" />
<releases>
<release version="4.1.0" date="2022-01-10"/>
<release version="4.1.2" date="2022-01-10"/>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>

View File

@ -1,3 +1,11 @@
4.1.2
-----
Fixed:
* Make webengine cookies synchronization one-way because it was crashing in some instances. This is likely temporary fix.
* Fixed RSS Guard crashing when using MariaDB backend. Problem was in buggy runtime generation of DDL SQL scripts. (#573)
* Expanding/collapsing of categories is now EVEN MORE properly persistent and behaves more correctly when filtering feed list in some way. (#546)
4.1.0
-----