Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 819 Bytes

0.3.1

  • Add setAutoDetachKernelDriver
  • Remove USB feature requirement for Android devices
  • Add timeout parameter to bulkTransferIn & bulkTransferOut

0.3.0

  • Add getDevicesWithDescription
  • Add getDeviceDescription
  • Add detachKernelDriver
  • Fix dylib @rpath on macOS
  • Refactor linux so loading

0.2.0

  • Migrate to null safety

0.1.0+2

  • Fix bulkTransferOut length limit on Android
  • Return negative length when bulkTransferOut error on desktop

0.1.0+1

  • Fix README

0.1.0

Add several APIs

  • hasPermission/requestPermission
  • openDevice/closeDevice
  • getConfiguration/setConfiguration
  • claimInterface/releaseInterface
  • bulkTransferIn/bulkTransferOut

0.0.1

  • Add init, exit and getDeviceList