changelog

This commit is contained in:
Martin Rotter 2025-04-04 07:04:34 +02:00
parent df8485ee67
commit 4d74a6f4f0
2 changed files with 10 additions and 1 deletions

View file

@ -78,7 +78,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.8.2")
set(APP_VERSION "4.8.3")
set(APP_URL "https://github.com/martinrotter/rssguard")
set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io")

View file

@ -1,3 +1,12 @@
4.8.3
-----
Added:
* Application is now "self-signed" on Mac OS X. (#1679)
Fixed:
* Missing icons in some use-cases. (#1683)
4.8.2
-----