Releases: nickbeth/wsl-usb-manager
Releases · nickbeth/wsl-usb-manager
v1.2.1
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
v1.1.0
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
- Uses
- Minor UI changes to the
Persisted
tab
Full Changelog: v1.0.2...v1.1.0
v1.0.2
v1.0.1
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