Skip to content

usbip-win2 UDE 0.9.6.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vadimgrn vadimgrn released this 20 Apr 08:41
· 86 commits to master since this release
  • Driver
    • PLUGIN_HARDWARE I/O control call can be canceled
    • GET_IMPORTED_DEVICES / GET_PERSISTENT / SET_PERSISTENT I/O control calls can run concurrently
  • Library
    • New function const output_func_type& get_debug_output() noexcept
    • vhci::attach() call can be canceled by CancelSynchronousIo
    • New function Socket connect(_In_ const char *hostname, _In_ const char *service, _In_ unsigned long options)
  • GUI
    • Font size can be changed for USB devices tree using Ctrl+Wheel or Ctrl++/Ctrl+-
    • The app can be closed to the system tray or appear in the system tray at startup
    • The app will show balloon notifications while it is in the system tray
    • New menu item Log/Library added
    • Attach and Add devices commands can be canceled if they run longer than a second
    • Fixed GUI freeze due to blocking calls