Skip to content

OMP Switch v0.5.1

Choose a tag to compare

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

OMP Switch v0.5.1

This release fixes schema version classification for Oh My Pi (OMP) v18.x installations.

Downloads

Artifact Platform Notes
OMP-Switch-Setup-0.5.1.exe Windows x64 NSIS installer, per-user
OMP-Switch-0.5.1-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.5.1 and :latest.

Fixed

  • OMP v18.x Compatibility: Added schema major 18 to WRITABLE_OMP_SCHEMA_MAJORS so that installations reporting omp/18.0.3 (and any 18.x) are correctly recognized as supported and fully writable rather than triggering a read-only mode warning.

Verify what you downloaded

(Get-FileHash -Algorithm SHA256 ".\OMP-Switch-Setup-0.5.1.exe").Hash.ToLower()
(Get-FileHash -Algorithm SHA256 ".\OMP-Switch-0.5.1-win.zip").Hash.ToLower()
# Compare both values with SHA256SUMS.txt.
gh attestation verify ".\OMP-Switch-Setup-0.5.1.exe" --repo skh2945932142/omp-switch