From 03684f5d88129a025fced2fc1e4313865b842887 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 30 Nov 2020 08:15:34 +0100 Subject: [PATCH] Changelog. --- pri/vars.pri | 2 +- resources/text/CHANGELOG | 14 ++++++++++++++ src/librssguard/miscellaneous/application.cpp | 6 +++--- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/pri/vars.pri b/pri/vars.pri index 28e26f2af..803724f52 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.8.2" +APP_VERSION = "3.8.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 6156d0b36..9f430c72f 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,17 @@ +3.8.3 +————— + +Added: +▪ Initial Qt 6 support. +▪ When you run "open source article externally" action, then RSS Guard window + regains focus again. + +Fixed/changed: +▪ Finally fixed DMG packages for Mac OS X which should now bundle + all Qt libraries correctly. +▪ Bundle application icons on Mac OS X. +▪ Fixed URL not passed to custom external web browser. + 3.8.2 ————— diff --git a/src/librssguard/miscellaneous/application.cpp b/src/librssguard/miscellaneous/application.cpp index b4fba2df5..bb2781339 100755 --- a/src/librssguard/miscellaneous/application.cpp +++ b/src/librssguard/miscellaneous/application.cpp @@ -159,9 +159,9 @@ void Application::loadDynamicShortcuts() { } void Application::showPolls() const { - /*if (isFirstRun(APP_VERSION)) { - web()->openUrlInExternalBrowser(QSL("https://forms.gle/GXw1gNksRZDfSccL7")); - }*/ + if (isFirstRunCurrentVersion()) { + web()->openUrlInExternalBrowser(QSL("https://forms.gle/Son3h3xg2ZtCmi9K8")); + } } void Application::offerChanges() const {