diff --git a/CMakeLists.txt b/CMakeLists.txt index 068640662..8d0e0caaa 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.2") +set(APP_VERSION "4.5.3") 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 836c5ec37..bcfa9ee57 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,14 @@ +4.5.3 +----- + +Added: +* Article and feed toolbar heights are now normalized to same values. + +Fixed: +* Fixed couple of cases where feed multi-selection and/or batch operations were not taking multi-selection properly into account. +* Fixed some unnecessary prompts to restart app in settings dialog. +* Updated translations and readme. + 4.5.2 -----