feat: pre-release update channel, safe mode crash protection, and pipeline backup - #43
Open
Horuse wants to merge 2 commits into
Open
feat: pre-release update channel, safe mode crash protection, and pipeline backup#43Horuse wants to merge 2 commits into
Horuse wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Prepares Splitwave for v1.2.0 testing and public release with rollback safety, crash protection, and an opt-in pre-release update channel:
Pre-release Update Channel (Settings -> Updates):
-rc,-beta,-alpha) from the GitHub Releases API instead of only stable releases.PRE-RELEASEbadge on the update dialog when targeting pre-release builds.prereleasein GitHub Actions if the git tag contains-rc,-beta, or-alpha.Automatic Pre-1.2.0 Pipeline Backup & Downgrade Safety:
pipelines.jsontopipelines.backup-v1.jsonon app startup if the backup does not already exist.fileRecordingnodes by syncingallowOverwrite = (mode === 'overwrite')on save and during migrations, allowing seamless rollback to v1.1.0 without losing overwrite intent.Safe Mode Crash Loop Protection:
take_crash_reports) before audio pipeline auto-activation on startup.audioStore.autoActivateOnLaunch()skips auto-starting the pipeline to prevent boot crash loops.SAFE MODEindicator explaining that auto-start was disabled.Dev Tools:
Why is this the right approach?
pipelines.jsonin Rust at startup before any frontend JavaScript or migration code runs guarantees preset preservation even if an unexpected edge case fails during initial load.Checklist
bun run checkpasses (0 errors)cargo check --manifest-path src-tauri/Cargo.tomlpassesPlatform coverage
PRE-RELEASEmodal badge.pipelines.backup-v1.jsonin app data directory.fileRecordingnode mode/overwrite sync.+page,pipelines/[id],settings,virtual-devices,wiki).