From e95f9bcb307350fc5b25eb8153de0e58bcb38fd3 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Wed, 26 Aug 2026 20:02:12 -0700 Subject: [PATCH] chore: downgrade FN-171 changeset from major to minor The auto-reload settings removal drops an opt-out toggle but does not break the published API surface, so a minor bump under category `feature` is the accurate release-note framing. Co-Authored-By: Claude Opus 5 --- .changeset/fn-171-removal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/fn-171-removal.md b/.changeset/fn-171-removal.md index 058228c844..9100fd9a65 100644 --- a/.changeset/fn-171-removal.md +++ b/.changeset/fn-171-removal.md @@ -1,7 +1,7 @@ --- -"@runfusion/fusion": major +"@runfusion/fusion": minor --- summary: The dashboard now always reloads when it detects a new build version; the opt-out toggle is gone. -category: breaking +category: feature dev: Removes the `autoReloadOnVersionChange` global settings key, its Global General toggle and search entry, the `setAutoReloadEnabled` module guard, and the `/api/settings` bootstrap fetch in `installVersionCheck()`. Loop protection (`fusion:version-reload`, `fusion:version-reloaded-remote`, two-poll confirmation) is unchanged; a value still persisted in an older config is ignored because the key is no longer in `GLOBAL_SETTINGS_KEYS`.