Changelog.

This commit is contained in:
Martin Rotter 2020-11-30 08:15:34 +01:00
parent 80c5280c6a
commit 03684f5d88
3 changed files with 18 additions and 4 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.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"

View File

@ -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
—————

View File

@ -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 {