From 09a238b905d4d1dab72a6b1ffd99fd9e8a52fcf1 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Fri, 3 Feb 2023 06:36:53 +0100 Subject: [PATCH] version --- CMakeLists.txt | 2 +- resources/text/CHANGELOG | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df198a242..b216c950c 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.1") +set(APP_VERSION "4.3.2") 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 743f77fa6..af264e554 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,20 @@ +4.3.2 +----- + +Added: +* Display total number of underlying feeds/categories in account's tooltip in feed list. (#881) +* Press "CTRL+F" when article script textbox is highlighted in "Article filters" dialog to allow for text searching. (#889) +* Filtering option in article list toolbar are now inclusive with checkbox like appearance. You can now thus select multiple filtering conditions and if article meets atleast one of them, it is displayed. (#468) +* WebEngine disk cache now can be disabled in settings. If it is "disabled" then RSS Guard will use memory-based cache which is automatically destroyed when RSS Guard exits. (#725) +* Help spoilers now can display HTML help with clickable hyperlinks. +* Skins are now able to load custom TTF and OTF fonts and also skins now are able to specify application-wide font. You can see sample usage of this feature in [sample](https://github.com/martinrotter/rssguard/tree/master/resources/skins/plain) skin. + +Fixed: +* Fixed crash when importing OPML files. +* Fixed looooong-standing hidden bug which could cause that labels DEassigned from filters were not synchronized back to feed service if supported. +* Enhanced information about "resources" in "About" dialog. + + 4.3.1 -----