Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
Martin Rotter committed Nov 30, 2020
1 parent 80c5280 commit 03684f5
Showing 3 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pri/vars.pri
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"
APP_URL = "https://github.com/martinrotter/rssguard"
14 changes: 14 additions & 0 deletions resources/text/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
—————

6 changes: 3 additions & 3 deletions src/librssguard/miscellaneous/application.cpp
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit 03684f5

Please sign in to comment.