diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-05-02 13:43:45 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-05-02 13:43:45 -0500 |
| commit | 8408fc77c1e89637534db62965068572a400a2c6 (patch) | |
| tree | 92938dcb4c3c8b06e6e3dbc42971bb22c341b62c /CMakeLists.txt | |
| parent | a2e79c0928c34e753953ccf34af63225046b8db9 (diff) | |
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) <noreply@anthropic.com>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
