v3.2 is out!
This is mostly cli-improvements/bugfixing release. Big thanks to all who reported bugs and contributed fixes.
Here's a short summary of changes:
- New cli storage command + completion, allowing you to change storage from command line
- Better put arguments handling, added put src dst_dir mode
- Added claimInterface flag, allowing you to skip usb interface claim requests (dangerous)
- Cleaned up
lsext
output, added storage to it. - Added recursive listing commands (
ls-r
,lsext-r
) - Added mkpath command (creates all storages across the path)
- Added device-info commands
- Automatic versioning using tags/README version
- Fuse startup crash fixed
- FreeBSD/gcc-7.x compilation fixes