Skip to content

stemdeckapp/stemdeck

v0.2.0-alpha.7 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

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

✓ No known CVEs patched in this version

Summary

AI summary

User 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: false is now set in tauri.conf.json so WebView2 no longer intercepts OS-level drag events at the Win32 layer, allowing HTML5 dragover/drop to fire correctly.
  • The catalog rail panel background was not filling the full panel height in the collapsed state, causing catalog-main to wrap to an implicit grid row. Fixed with explicit grid-template-rows: 1fr and grid placement.
  • dropOnFolder and getDraggedTrackId now accept an explicit trackId parameter and a text/plain dataTransfer 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

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]