changelog, version

This commit is contained in:
Martin Rotter 2020-06-03 08:35:36 +02:00
parent dbc99b22d8
commit 01c29b99c0
2 changed files with 9 additions and 1 deletions

View File

@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
APP_LOW_H_NAME = ".rssguard"
APP_AUTHOR = "Martin Rotter"
APP_COPYRIGHT = "(C) 2011-2020 $$APP_AUTHOR"
APP_VERSION = "3.6.2"
APP_VERSION = "3.6.3"
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
APP_EMAIL = "rotter.martinos@gmail.com"
APP_URL = "https://github.com/martinrotter/rssguard"

View File

@ -1,3 +1,11 @@
3.6.3
—————
Fixed/changed:
▪ Fixed some compiler warnings.
▪ Fixed application crash when doing some network operations when application exits.
▪ Some localizations now have more precise country codes. Localizations were also synced.
3.6.2
—————