What's Changed
* Implemented a slightly better message editor. by covert-encryption in https://github.com/covert-encryption/covert/pull/18
* Automatic copy&paste support by `-A` by covert-encryption in https://github.com/covert-encryption/covert/pull/20
* Depend on our own zxcvbn fork that fixes bugs the upstream is ignoring. by covert-encryption in https://github.com/covert-encryption/covert/pull/19
* File signing and signature verification. by covert-encryption in https://github.com/covert-encryption/covert/pull/21
* CLI help text clarified
* Arrow keys now function correctly in Windows Terminal which uses different escapes than other terminals on Windows that we were testing on before
Expect this version to be a bumpy ride, as many new and quite experimental features as well as new dependencies have been added. The signature implementation is not final but it works. The sender needs to use `-i` to specify on or more identities to sign with, and then the receiver will automatically verify them. Public keys are embedded in signed files, so the receiver does not have to have those.
**Full Changelog**: https://github.com/covert-encryption/covert/compare/v0.3.3...v0.4.0