Skip to content

OMP Switch v0.5.3

Choose a tag to compare

@github-actions github-actions released this 23 Aug 13:22
· 51 commits to main since this release

OMP Switch v0.5.3

This release resolves model name and ID truncation across the Provider Editor Drawer and main workspace cards.

Downloads

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

Highlights

Fixed

  • Model Name & ID Full Display Layout:
    • Restructured the Provider Editor Drawer (.model-editor-card) into a spacious two-tier layout, allocating 100% of row width to Model ID and Display Name inputs to prevent long identifier truncation.
    • Added full title hover tooltips across model names and IDs in both the main Provider workspace card lists and the drawer view-mode mini-model list.
    • Added word-wrapping (word-break: break-word / word-break: break-all) to handle multi-segment path names gracefully.

Verify what you downloaded

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