Skip to content

OMP Switch v0.4.8

Choose a tag to compare

@github-actions github-actions released this 23 Aug 12:44
· 62 commits to main since this release

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.unexpectedStopDetection selector in the Settings
    drawer with support for none (disabled), mechanical (structural retry, default), and smart (classifier-backed).
  • Update Channel. Added update.channel selection supporting stable and canary release 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