This commit is contained in:
Martin Rotter 2023-11-13 08:58:12 +01:00
parent 2aead89071
commit 80392d4c05
2 changed files with 15 additions and 1 deletions

View File

@ -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")

View File

@ -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
-----