Releases: psanford/wormhole-william
Releases · psanford/wormhole-william
v1.0.7
v1.0.6
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:
v1.0.5
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
Version 1.0.3
API Changes: none
CLI Changes:
- Fix send text via prompt.
Update Version to v1.0.2
API Changes: none CLI Changes: - Add send --text (5bac0c598) - Support WORMHOLE_RELAY_URL env var (4924ea82) Other Changes: - Spelling fixes (thank you Jacalz)