- feat!: make
ListV2
andStatV2
return an error code for each entry instead of throwing exceptions.- callers of these methods must now check the new property
Error
on each stat entry
- callers of these methods must now check the new property
- feat!: use enum for device connection state instead of string
- feat: add documentation
- feat!: change
Push
method signature to matchPull
- feat: add ScreenCapture support
- fix: don't break connection when sync error occurs
- feat: throw useful exception when using ListV2/StatV2
- feat!: replace stat/list with v2 versions (obsolete old versions)
- fix!: return full path on both stat and list
- feat: add StatV2 support (List/Stat size overflows above 4 GiB)
- fix!: use uint for stat element size
- fix: more consistent usage of cancellation token
- feat: add
host:track-devices support
- Added support for stdin redirection when running shell commands
- Initial release