From ee0537197008956d2691c8f59b9c699fc1dbdb7a Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 29 May 2024 11:18:33 +0200 Subject: [PATCH] 4.7.1 --- CMakeLists.txt | 2 +- resources/text/CHANGELOG | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42c521a05..3fae95508 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,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.7.0") +set(APP_VERSION "4.7.1") set(APP_URL "https://github.com/martinrotter/rssguard") set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io") diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index b5665de11..6de511ec8 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,21 @@ +4.7.1 +----- + +OK, this is mainly bug-fix release. In the close future (months), expect only bug-fixing releases. Again, we need to make RSS Guard rock stable. + +Added: +* Nothing really. + +Fixed: +* Fixed detection of plugins which was broken due to wrong plugin search path. (#1416, #1420) +* If "Show unread only" article list filter is active and you select article (which then gets marked read) and then feed is fetched, currently selected article does not suddenly disappear from the list. (#1415) +* Selected "style" was disappearing from settings dialog even thought it was correctly saved into settings. (#1408) +* Right-clicking article selects it (and displays its contents) but does not modify read/unread state. This behavior was corrupted in previous release, therefore we just return to old good behavior. (#1410) +* XML parser now allows leading and trailing blank lines when loading XML of feeds. (#1403) +* Date/time parsing was further enhanced, although there are some connected issues which will be hunted in the future. +* Qt5/Windows builds will use only qtmultimedia media player backend because libmpv dropped Windows 7 support. +* Fixed "About" dialog RSS Guard information formatting. + 4.7.0 -----