From 68c32271098acb64383fcfbaa69ff586ac6c2699 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 26 Sep 2024 08:34:14 +0200 Subject: [PATCH] changelog + version --- CMakeLists.txt | 2 +- resources/text/CHANGELOG | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bfb484047..a6881733f 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.3") +set(APP_VERSION "4.7.4") 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 2322ed334..4d96fcdd3 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,23 @@ +4.7.4 +----- + +Added: +* Working threads for fetching feeds now have their priority lowered to "low". This will likely lead to better GUI responsiveness during feed fetching with minimal to no performance loss. (#1497) +* User-agent now can be set from settings. (#1471) + +Fixed: +* JavaScript alerts are now shown in a better way. +* Removed some debugging code. (#1506) +* Node.js settings section "Browse" buttons now work correctly. (#1483) +* Article filters now should not be assigned twice (or more) via GUI. (#1503) +* Crash in built-in file downloader should be fixed. (#1495, potentially #1485 and #1487) +* Fix wrong SQL code. (#1489) +* Toast notifications are now disabled on Linux/Wayland because Wayland does not support these. (#1494) +* Fix some monitor-related bugs by updating Qt to newer version. (#1479) +* Tweaked `` extraction. (#1477) +* Added more supported date/time formats. (#1478) +* Langs updated. + 4.7.3 -----