diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c5e914d..f6656ad 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -313,7 +313,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) #endif QString lastAppVersion = SettingsManager::sharedInstance()->appVersion(); - bool shouldShowReleaseChangelog = true; + bool shouldShowReleaseChangelog = lastAppVersion != APP_VERSION; SettingsManager::sharedInstance()->setAppVersion(APP_VERSION); if (shouldShowReleaseChangelog) {