Skip to content

DSH Desktop v0.1.0-rc.6.5.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 05:16
· 5 commits to main since this release

DSH Desktop v0.1.0-rc.6.5.2 preview

Follow-up to the v0.1.0-rc.6.5.1 preview: right-click a workspace in the sidebar and choose
Open in Explorer to reveal its directory in Windows Explorer.

DSH Desktop showing the bundled desktop-ui plugin enabled

Highlights

  • Workspace folders in the sidebar now have a right-click action, 在资源管理器中打开 /
    Open in Explorer, that reveals the workspace directory in Windows Explorer — routed
    through the official host.openPath API, so it opens exactly once with a clean environment.
  • The desktop native-open bridge is retired: every path open now goes through the official Host
    opener alone (its Invoke-Item subprocesses get a clean environment from the backend
    preload), which also removes a second Explorer window that the Electron mirror used to open
    for page-initiated requests.
  • The header drag surface is disabled while a modal dialog is open (settings drawer,
    session-export dialog), so the dialog's own top row stays fully clickable; dragging returns
    as soon as the dialog closes.
  • Everything from v0.1.0-rc.6.5.1 is unchanged: window dragging via the session header,
    bundled Node.js 24 runtime, desktop-ui, and the x64-only installer.

Verified

  • 5 automated desktop integration tests pass.
  • All screenshots in this release show only the DSH Desktop application window.