Skip to content

Releases: psanford/wormhole-william

v1.0.7

17 Aug 00:42
Compare
Choose a tag to compare

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

19 Dec 01:03
Compare
Choose a tag to compare

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

13 Mar 17:59
Compare
Choose a tag to compare

API Changes:

  • Add minimal support for WithProgress to SendText (f69f6e8)

CLI Changes:

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

v1.0.4

12 Jul 17:45
Compare
Choose a tag to compare

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

Version 1.0.3

12 Mar 20:41
Compare
Choose a tag to compare

API Changes: none

CLI Changes:

  • Fix send text via prompt.

Update Version to v1.0.2

22 Feb 20:59
Compare
Choose a tag to compare
API Changes: none

CLI Changes:
- Add send --text (5bac0c598)
- Support WORMHOLE_RELAY_URL env var (4924ea82)

Other Changes:
- Spelling fixes (thank you Jacalz)

v1.0.1

29 Dec 16:55
Compare
Choose a tag to compare
Bump version v1.0.0 => v1.0.1