Skip to content

Commit

Permalink
changelog + version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Sep 26, 2024
1 parent 657832f commit 68c3227
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
20 changes: 20 additions & 0 deletions resources/text/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down

2 comments on commit 68c3227

@data-man
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@martinrotter
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.