From 09e6f55dce31e751675bb9fad9e69750b856e99e Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 23 Mar 2023 09:18:42 +0100 Subject: [PATCH] changelog --- CMakeLists.txt | 2 +- resources/text/CHANGELOG | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b216c950c..dbfb9b355 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.2") +set(APP_VERSION "4.3.3") 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 af264e554..912053cab 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,21 @@ +4.3.3 +----- + +Added: +* Article searching was greatly improved - now you can use either text or regexp or wildcard as search phrase and you can choose whether to search just in titles or in whole article. (#886) +* Added option to focus feed/article lists with keyboard shortcuts. (545) +* Uninstaller now should detect if RSS Guard is running or not. (#529) +* Gmail: Original e-mail body is now appended to response. +* Gmail: E-mail preview now uses styling from skin for unified UX. +* Minor enhancements for OPML importing. + +Fixed: +* Showing pictures from authenticated feeds now should work. (#909) +* Word-wrap is now correctly used for plain-text articles. (#900) +* Some memory leaks were patched and also SQLite database connections now share "cache" across all threads, resulting in drastically better RAM usage of the app. +* Feedly: Article state synchronization now works. +* Updated docs, updated translations. + 4.3.2 -----