Skip to content

BLXCode v0.3.2

Choose a tag to compare

@iptoux iptoux released this 29 May 20:15
· 410 commits to main since this release

Highlights

  • Terminal drag & drop works on Windows — reorder slots in the grid, swap running sessions, and see the drop target highlight as you drag.

Fixed

  • Windows / WebView2: dragging a terminal showed a preview but never completed the drop. BLXCode now disables the OS-level drag handler that blocked in-app drops, and accepts drops without reading protected clipboard data during dragover.
  • Image drops from the desktop into the Agent panel still work — they use the normal browser drop path.

Good to know

  • macOS and Linux were unaffected; this patch targets Windows.
  • See CHANGELOG.md for technical details.