Wormhole William Versions Save

End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).

v1.0.7

9 months ago

This release has a number of minor improvements:

  • Fix receive to not hang on empty file transfers #78
  • Fix handling of duplicate hint addrs and don't send duplicate hint addrs. This could cause a go-routine leak and receivers to hang #89
  • Some minor third party updates and code changes

v1.0.6

2 years ago

Library/core changes:

  • Added better support for file transfer cancellation #38 #40 #50
  • Switched to nhooyr.io/websocket for websocket implementation #44
  • Add recv-dir code example #33
  • Fix compatibility issue with rust implementation #59
  • Set TransferBytes64 and UncompressedBytes64 for text messages #62

CLI changes:

  • Add experimental qr code support to cli #37
  • Fix cli unit inconsistency between SI and IEC #51

v1.0.5

3 years ago

API Changes:

  • Add minimal support for WithProgress to SendText (f69f6e82)

CLI Changes:

  • Add shell completions including tab completion for receive codes (2cf5dcc686)
  • Switch to using klauspost/compress for zip performance improvements (0f823706c5) (thanks @Jacalz )

v1.0.4

3 years ago

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

v1.0.3

4 years ago

API Changes: none

CLI Changes:

  • Fix send text via prompt.

v1.0.2

4 years ago

v1.0.1

4 years ago