Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 68c3227

Browse files
committedSep 26, 2024·
changelog + version
1 parent 657832f commit 68c3227

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ set(APP_AUTHOR "Martin Rotter")
7676
set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}")
7777
set(APP_REVERSE_NAME "io.github.martinrotter.rssguard")
7878
set(APP_DONATE_URL "https://github.com/sponsors/martinrotter")
79-
set(APP_VERSION "4.7.3")
79+
set(APP_VERSION "4.7.4")
8080

8181
set(APP_URL "https://github.com/martinrotter/rssguard")
8282
set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io")

‎resources/text/CHANGELOG

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
4.7.4
2+
-----
3+
4+
Added:
5+
* 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)
6+
* User-agent now can be set from settings. (#1471)
7+
8+
Fixed:
9+
* JavaScript alerts are now shown in a better way.
10+
* Removed some debugging code. (#1506)
11+
* Node.js settings section "Browse" buttons now work correctly. (#1483)
12+
* Article filters now should not be assigned twice (or more) via GUI. (#1503)
13+
* Crash in built-in file downloader should be fixed. (#1495, potentially #1485 and #1487)
14+
* Fix wrong SQL code. (#1489)
15+
* Toast notifications are now disabled on Linux/Wayland because Wayland does not support these. (#1494)
16+
* Fix some monitor-related bugs by updating Qt to newer version. (#1479)
17+
* Tweaked `<img>` extraction. (#1477)
18+
* Added more supported date/time formats. (#1478)
19+
* Langs updated.
20+
121
4.7.3
222
-----
323

2 commit comments

Comments
 (2)

data-man commented on Sep 26, 2024

@data-man

Can you also update screenshot in README.md, please?

martinrotter commented on Sep 26, 2024

@martinrotter
OwnerAuthor

No, that screenshot is really updated only from time to time. if you wish, you can provide pull request for that

https://github.com/martinrotter/rssguard/tree/master/resources/graphics/official_pictures

Please sign in to comment.