changelog + version
This commit is contained in:
parent
657832f553
commit
68c3227109
@ -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")
|
||||
|
@ -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
|
||||
-----
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user