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`.