From abebbf7e56447e85c42eddce6a0218653b3b27ef Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 20 Apr 2023 07:36:31 +0200 Subject: [PATCH] changelog --- CMakeLists.txt | 2 +- resources/text/CHANGELOG | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbfb9b355..e40a8aafc 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.3") +set(APP_VERSION "4.3.4") 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 912053cab..7da759554 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,23 @@ +4.3.4 +----- + +Added: +* Persistent article/item viewer. By default it is on. If no article is selected but feed/category is, then miscellaneous information about selected feed list item is displayed. (#424) +* macOS build is now built with macOS 11. +* Linux build is now built with Ubuntu 20.04 which is now oldest supported Linux LTS distribution. +* Reworked logic of determining which article states (read/unread/starred/unstarred) have changed when synchronizing states to remote feed servers. This concerns all synchronized plugins like Gmail, Greader, Feedly, etc. and show in theory lead to much better performance when you mark many articles as read or unread. + +Fixed: +* Deadlock when fetching feeds in some corner situations is now resolved. (#910) +* URLs of articles are now sanitized from leading and trailing spaces. (#914) +* ATOM feeds were mistakenly changed to RSS feeds during OPML import. (#913) +* Now compiles with GCC 13. (#911) +* Freezing of GUI when fetching feeds should now be gone even on newer Qt library. +* Correct account-wide proxy is used when importing feeds. +* Article duplicity checks are now much more useful and actually working in article filters. +* Translations synced. +* All buttons from article toolbar now correctly follow tool button style. + 4.3.3 -----