This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryUser data is migrated to %LocalAppData%\StemDeck and drag‑and‑drop onto folders now works on Windows.
Full changelog
What's changed
Store user data in %LocalAppData%\StemDeck (#25)
The Windows desktop app now keeps all mutable data (models, jobs, FFmpeg, logs) in %LocalAppData%\StemDeck instead of the install folder. This means your library and downloaded models survive across releases — no more copying a data/ folder when you unzip a new version.
On first launch after upgrading from alpha.6, existing data is automatically migrated via a same-volume move (instant, no copying).
Fix drag-and-drop to folders on Windows (#24)
Tracks could not be dragged to library folders in the Windows desktop app. Two issues were fixed:
dragDropEnabled: falseis now set intauri.conf.jsonso WebView2 no longer intercepts OS-level drag events at the Win32 layer, allowing HTML5dragover/dropto fire correctly.- The catalog rail panel background was not filling the full panel height in the collapsed state, causing
catalog-mainto wrap to an implicit grid row. Fixed with explicitgrid-template-rows: 1frand grid placement. dropOnFolderandgetDraggedTrackIdnow accept an explicittrackIdparameter and atext/plaindataTransfer fallback for cross-origin drag in WebView2.- Tracks can now be dragged from the trash back to the Library rail button.
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
About stemdeckapp/stemdeck
All releases →Related context
Related tools
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]