From c49f1fc1e6300ce9fb7b98eb905d15f8c6580814 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 25 Jan 2023 08:28:08 +0100 Subject: [PATCH] 4.3.1 --- CMakeLists.txt | 2 +- resources/text/CHANGELOG | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30c75a2a2..df198a242 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ set(APP_AUTHOR "Martin Rotter") set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}") set(APP_REVERSE_NAME "io.github.martinrotter.rssguard") set(APP_DONATE_URL "https://github.com/sponsors/martinrotter") -set(APP_VERSION "4.3.0") +set(APP_VERSION "4.3.1") set(APP_URL "https://github.com/martinrotter/rssguard") set(APP_URL_DOCUMENTATION "https://github.com/martinrotter/rssguard/blob/${APP_VERSION}/resources/docs/Documentation.md") diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index e923078c9..743f77fa6 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,11 @@ +4.3.1 +----- + +Fixed: +* Reverted to Qt 6.3 for Windows 10+ builds due to some regressions AGAIN. +* Fixed TT-RSS icons downloading when obtaining list of feeds/folders. +* RSS Guard now converts all placeholders (for example "%data%") to native path folder separators. + 4.3.0 -----