Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Nov 13, 2023
1 parent 2aead89 commit 80392d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.5.3")
set(APP_VERSION "4.5.4")

set(APP_URL "https://github.com/martinrotter/rssguard")
set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io")
Expand Down
14 changes: 14 additions & 0 deletions resources/text/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
4.5.4
-----

Added:
* Toast notifications now have configurable width, margins and opacity. Couple of related GUI fixes are also there. (#1125)
* Standard RSS/ATOM account now can be renamed. (#824)
* Aux nodes "Important", "Probes", "Unread" and "Labels" now can be disabled per-account separately in account settings dialog. (#584)
* Toast notifications can be closed with right mouse button click.
* Google Reader API plugin now offers OPML import and export function. See context menu for it.

Fixed:
* Updated translations.
* Fixed integration with Miniflux via Google Reader API plugin. This requires additional testing. (#837)

4.5.3
-----

Expand Down

0 comments on commit 80392d4

Please sign in to comment.