OMP Switch v0.4.8
OMP Switch v0.4.8
This release adds full compatibility and GUI management for OMP v18.0.0+ settings, including
unexpected stop recovery detection modes and update channel configuration.
Downloads
| Artifact | Platform | Notes |
|---|---|---|
OMP-Switch-Setup-0.4.8.exe |
Windows x64 | NSIS installer, per-user |
OMP-Switch-0.4.8-win.zip |
Windows x64 | Portable build |
SHA256SUMS.txt |
— | SHA256 verification for both artifacts |
latest.json + latest.json.sig |
— | Signed update manifest (Ed25519) |
The installer and portable build include the Windows DPAPI-backed secret bridge and the packaged
omp-switch-cli.exe. The headless CLI image is published as
ghcr.io/skh2945932142/omp-switch-cli:0.4.8 and :latest.
Added
- Unexpected Stop Detection. Added
features.unexpectedStopDetectionselector in the Settings
drawer with support fornone(disabled),mechanical(structural retry, default), andsmart(classifier-backed). - Update Channel. Added
update.channelselection supportingstableandcanaryrelease channels. - Validation & AST Preserving Diff. Core package now fully validates and round-trips OMP v18 configuration keys.
Verify what you downloaded
(Get-FileHash -Algorithm SHA256 ".\OMP-Switch-Setup-0.4.8.exe").Hash.ToLower()
(Get-FileHash -Algorithm SHA256 ".\OMP-Switch-0.4.8-win.zip").Hash.ToLower()
# Compare both values with SHA256SUMS.txt.
gh attestation verify ".\OMP-Switch-Setup-0.4.8.exe" --repo skh2945932142/omp-switch