You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
API Changes: none
CLI Changes:
- Add send --text (5bac0c598)
- Support WORMHOLE_RELAY_URL env var (4924ea82)
Other Changes:
- Spelling fixes (thank you Jacalz)