From 8408fc77c1e89637534db62965068572a400a2c6 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Sat, 2 May 2026 13:43:45 -0500 Subject: updater: SLR auto-update + wire fluorine updater badge, bump 0.2.0 - OrganizerCore: add fluorineUpdater() getter + checkForSlrUpdates() fired from startup checkForUpdates(); detached thread runs downloadSlr when SLR already installed so steamrt4 BUILD_ID drift is picked up without a launch-time stall. - MainWindow: connect FluorineUpdater::updateAvailable to existing updateAvailable() slot so the statusbar badge + actionUpdate light up; on_actionUpdate_triggered routes to Settings -> Updates when a Fluorine update is pending (the MO2 self-updater path is no-op'd). - MainWindow launch path: drop !isSlrInstalled() short-circuit; fresh installs still get the progress dialog, up-to-date checks rely on the startup background pass. - SettingsDialog: selectTabByLabel() so MainWindow can open Updates tab. - Launcher: rm -rf update-staging/ once a new bundle has synced into bin/, so the in-app updater doesn't accumulate stale extracts. - CMakeLists.txt: 0.1.4 -> 0.2.0. Co-Authored-By: Claude Opus 4.7 (1M context) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 71de209..49b6ddc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ project(ModOrganizer2 VERSION 2.5.3 LANGUAGES C CXX) # Fluorine Manager version (distinct from the MO2 engine version above). # --------------------------------------------------------------------------- set(FLUORINE_VERSION_MAJOR 0) -set(FLUORINE_VERSION_MINOR 1) -set(FLUORINE_VERSION_PATCH 4) +set(FLUORINE_VERSION_MINOR 2) +set(FLUORINE_VERSION_PATCH 0) set(FLUORINE_BUILD_CHANNEL "stable" CACHE STRING "Build channel: 'stable' for tagged releases, 'beta' for rolling CI builds") set(FLUORINE_BUILD_TIMESTAMP "" CACHE STRING -- cgit v1.3.1