OMP Switch v0.5.3
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 toModel IDandDisplay Nameinputs to prevent long identifier truncation. - Added full
titlehover 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.
- Restructured the Provider Editor Drawer (
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