changelog + version

This commit is contained in:
Martin Rotter 2024-09-26 08:34:14 +02:00
parent 657832f553
commit 68c3227109
2 changed files with 21 additions and 1 deletions

View File

@ -76,7 +76,7 @@ set(APP_AUTHOR "Martin Rotter")
set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}") set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}")
set(APP_REVERSE_NAME "io.github.martinrotter.rssguard") set(APP_REVERSE_NAME "io.github.martinrotter.rssguard")
set(APP_DONATE_URL "https://github.com/sponsors/martinrotter") 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 "https://github.com/martinrotter/rssguard")
set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io") set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io")

View File

@ -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 `<img>` extraction. (#1477)
* Added more supported date/time formats. (#1478)
* Langs updated.
4.7.3 4.7.3
----- -----