Skip to content

v1.0.4

Compare
Choose a tag to compare
@psanford psanford released this 12 Jul 17:45
· 69 commits to master since this release

API Changes:

  • The fields on wormhole.IncomingMessage: TransferBytes and UncompressedBytes have been deprecated in favor of TransferBytes64 and UncompressedBytes64. 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