Skip to content

Commit 03684f5

Browse files
committed
Changelog.
1 parent 80c5280 commit 03684f5

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

pri/vars.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
44
APP_LOW_H_NAME = ".rssguard"
55
APP_AUTHOR = "Martin Rotter"
66
APP_COPYRIGHT = "(C) 2011-2020 $$APP_AUTHOR"
7-
APP_VERSION = "3.8.2"
7+
APP_VERSION = "3.8.3"
88
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
99
APP_EMAIL = "rotter.martinos@gmail.com"
1010
APP_URL = "https://github.com/martinrotter/rssguard"

resources/text/CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
3.8.2
216
—————
317

src/librssguard/miscellaneous/application.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ void Application::loadDynamicShortcuts() {
159159
}
160160

161161
void 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

167167
void Application::offerChanges() const {

0 commit comments

Comments
 (0)