This commit is contained in:
Martin Rotter 2024-05-31 07:45:26 +02:00
parent c0901acd8e
commit 5b0453b865
2 changed files with 8 additions and 1 deletions

View File

@ -76,7 +76,7 @@ set(APP_AUTHOR "Martin Rotter")
set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}") set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}")
set(APP_REVERSE_NAME "io.github.martinrotter.rssguard") set(APP_REVERSE_NAME "io.github.martinrotter.rssguard")
set(APP_DONATE_URL "https://github.com/sponsors/martinrotter") set(APP_DONATE_URL "https://github.com/sponsors/martinrotter")
set(APP_VERSION "4.7.1") set(APP_VERSION "4.7.2")
set(APP_URL "https://github.com/martinrotter/rssguard") set(APP_URL "https://github.com/martinrotter/rssguard")
set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io") set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io")

View File

@ -1,3 +1,10 @@
4.7.2
-----
Fixed:
* Some non-lite installation packages were wrongly named. (#1426)
* Plugins were loaded multiple times. (#1427)
4.7.1 4.7.1
----- -----