changelog

This commit is contained in:
Martin Rotter 2023-11-02 08:09:53 +01:00
parent 4c412ace5e
commit 6bd05ad2dc
2 changed files with 12 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.2")
set(APP_VERSION "4.5.3")
set(APP_URL "https://github.com/martinrotter/rssguard")
set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io")

View File

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