diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d0e0caaa..b8af7ff39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index bcfa9ee57..f7da3462e 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -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 -----