v1.0.4
API Changes:
- The fields on
wormhole.IncomingMessage
:TransferBytes
andUncompressedBytes
have been deprecated in favor ofTransferBytes64
andUncompressedBytes64
. This allows for transfers >2GB on 32bit systems. The old fields remain for backwards compatibility.
Bug Fixes:
-
Fix sending files > 2GB on 32bit systems (thanks @gnyman)
-
Fix sending directories on Windows (thanks @rixtox)
-
Code hygiene fixes (thanks @Jacalz)
CLI Changes:
- None