Skip to content

Releases: nickbeth/wsl-usb-manager

v1.2.1

18 Feb 13:44
Compare
Choose a tag to compare

What's Changed

  • Fix column auto-sizing in the Connected tab (#15)
    • The State and Device columns have been swapped, because column auto-sizing is only possible for the last column for Win32 ListView controls. Any other arrangement would require manually implementing column sizing.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Jan 01:04
Compare
Choose a tag to compare

Changes:

  • Attach & detach devices from the tray menu (#6)
    • Requires devices to be bound first
  • Fix startup crash on release builds on recent Rust versions (#11)

Full Changelog: v1.1.0...v1.2.0

v1.1.0

03 May 14:59
Compare
Choose a tag to compare

Changes:

  • Auto-attach profiles
    • Uses usbipd attach --auto-attach behind the scenes
    • Requires devices to be bound first
    • Auto-attach profiles are reset every time the application is restarted
  • Minor UI changes to the Persisted tab

Full Changelog: v1.0.2...v1.1.0

v1.0.2

03 May 14:31
Compare
Choose a tag to compare

Changes:

  • Wait for bind to complete successfully before attaching

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 May 09:37
Compare
Choose a tag to compare

Changes:

  • Check for usbipd-win to be installed at startup
  • Show a warning when using older versions of usbipd-win (< 4.0.0)
  • Minor improvements to error messages

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Apr 17:13
Compare
Choose a tag to compare

Initial release.

The following features are available:

  • Bind and unbind USB devices
  • Attach and detach USB devices to WSL
  • Manage persisted devices
  • Tray icon for quick access, minimizes to tray on close