Skip to content

stemdeckapp/stemdeck

v0.2.0-alpha.6 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fixed drag-and-drop failures on Windows and SSL certificate verification errors when downloading model weights on macOS.

Full changelog

What's changed

Fix drag-and-drop to folders on Windows (#23)

Tracks could not be dragged to library folders in the Windows desktop app. On WebView2, the dragover handler was gating e.preventDefault() behind a module-level dragId variable that can be null mid-drag — causing the browser to reject the drop. Fixed by checking e.dataTransfer.types for the custom MIME type instead, which is reliably populated during dragover on all browsers including WebView2.

Fix SSL errors when downloading model weights on macOS (#22)

Demucs failed with CERTIFICATE_VERIFY_FAILED on first run when using a Python.org install on macOS, which does not link to the system SSL store. Fixed by injecting SSL_CERT_FILE and REQUESTS_CA_BUNDLE pointing to certifi's CA bundle into the demucs subprocess environment before spawning it.

Artifact scan

  • Windows portable packages were scanned with ClamAV in CI before upload.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track stemdeckapp/stemdeck

Get notified when new releases ship.

Sign up free

About stemdeckapp/stemdeck

All releases →

Related context

Earlier breaking changes

  • v0.6.0-alpha.1 Moves library and stems storage from `~/Library/Application Support/` to `~/Documents/StemDeck/`.

Beta — feedback welcome: [email protected]