From 1f5157fd42f18eee994e77d7053170f6a96b9f26 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 10 Jan 2022 08:17:13 +0100 Subject: [PATCH] changelog --- pri/vars.pri | 2 +- resources/desktop/com.github.rssguard.appdata.xml | 2 +- resources/text/CHANGELOG | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/pri/vars.pri b/pri/vars.pri index bf230fef3..cc696ad94 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-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" diff --git a/resources/desktop/com.github.rssguard.appdata.xml b/resources/desktop/com.github.rssguard.appdata.xml index 9eae16302..aca063294 100644 --- a/resources/desktop/com.github.rssguard.appdata.xml +++ b/resources/desktop/com.github.rssguard.appdata.xml @@ -26,7 +26,7 @@ https://github.com/sponsors/martinrotter - + none diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index 983c2dd5a..6a7806350 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -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 -----