File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
44APP_LOW_H_NAME = " .rssguard"
55APP_AUTHOR = " Martin Rotter"
66APP_COPYRIGHT = " (C) 2011-2020 $$APP_AUTHOR"
7- APP_VERSION = " 3.8.2 "
7+ APP_VERSION = " 3.8.3 "
88APP_LONG_NAME = " $$APP_NAME $$APP_VERSION"
99APP_EMAIL = " rotter.martinos@gmail.com"
1010APP_URL = " https://github.com/martinrotter/rssguard"
Original file line number Diff line number Diff line change 1+ 3.8.3
2+ —————
3+
4+ Added:
5+ ▪ Initial Qt 6 support.
6+ ▪ When you run "open source article externally" action, then RSS Guard window
7+ regains focus again.
8+
9+ Fixed/changed:
10+ ▪ Finally fixed DMG packages for Mac OS X which should now bundle
11+ all Qt libraries correctly.
12+ ▪ Bundle application icons on Mac OS X.
13+ ▪ Fixed URL not passed to custom external web browser.
14+
1153.8.2
216—————
317
Original file line number Diff line number Diff line change @@ -159,9 +159,9 @@ void Application::loadDynamicShortcuts() {
159159}
160160
161161void Application::showPolls () const {
162- /* if (isFirstRun(APP_VERSION )) {
163- web()->openUrlInExternalBrowser(QSL("https://forms.gle/GXw1gNksRZDfSccL7 "));
164- } */
162+ if (isFirstRunCurrentVersion ( )) {
163+ web ()->openUrlInExternalBrowser (QSL (" https://forms.gle/Son3h3xg2ZtCmi9K8 " ));
164+ }
165165}
166166
167167void Application::offerChanges () const {
You can’t perform that action at this time.
0 commit comments