- Get rid of the dependency on the 'hex' library.
- PGP wordlist is an external dependency now, the wordlist has been removed. 'Env' does not carry the wordlist around anymore.
- Expose 'App.send' and 'App.receive' functions.
- Fix a bug which shows up as a failed hwormhole to hwormhole transfer, at the same time works fine with python magic-wormhole client.
- First version of the haskell port of magic-wormhole client.
- The client can send and receive text messages, files and directories.
- Supports sending to local computers or remote ones via relay.
- Interoperable with the reference Brian Warner's Python client.
- Ability to select custom transit server or relay server.
- Completion help while typing the code at the receiver end.