From 01c29b99c0cafd29238bedb3264354a30ba5c141 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 3 Jun 2020 08:35:36 +0200 Subject: [PATCH] changelog, version --- pri/vars.pri | 2 +- resources/text/CHANGELOG | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pri/vars.pri b/pri/vars.pri index 8e0be3e4c..b721d7297 100644 --- a/pri/vars.pri +++ b/pri/vars.pri @@ -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" diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index f78c64a66..7c7378d2c 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -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 —————