github stemdeckapp/stemdeck v0.2.0-alpha.7

latest releases: v0.17.2, v0.17.1, v0.17.0...
4 months ago

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.

Don't miss a new stemdeck release

NewReleases is sending notifications on new releases.