wormhole-william

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

MIT License

Downloads
3
Stars
1.1K
Committers
9

Bot releases are visible (Hide)

wormhole-william - v1.0.7 Latest Release

Published by github-actions[bot] about 1 year 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
wormhole-william - v1.0.6

Published by github-actions[bot] almost 3 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
wormhole-william - v1.0.5

Published by github-actions[bot] over 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 )
wormhole-william -

Published by psanford over 4 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
wormhole-william - Version 1.0.3

Published by psanford over 4 years ago

API Changes: none

CLI Changes:

  • Fix send text via prompt.
wormhole-william -

Published by psanford over 4 years ago

wormhole-william -

Published by psanford almost 5 years ago

Package Rankings
Top 1.79% on Proxy.golang.org
Top 35.02% on Formulae.brew.sh
Top 10.66% on Alpine-edge
Related Projects