Skip to content

8.0.0

Compare
Choose a tag to compare
@jhaals jhaals released this 13 Nov 14:46
· 2624 commits to master since this release
6f305de

Changes and new features

OpenPGP for encryption

The encryption library has been switched in favor of OpenPGPjs. This is the same encryption library used by Protonmail which has been externally audited. This will make yopass more extendible and easier to use with existing tooling written in other language. There's an official CLI in the making to more easily upload secrets from the command line.

Optional one-time downloads

The option to disable the one-time download is now available when creating secrets for those that wish to share a secret to multiple people or simply reduce the problems with accidentally opening and sending an already deleted link. All secrets still have lifetime and will be deleted automatically.

💾 File Uploads (preview)

File uploads is finally here! This has been a long standing feature request and thanks to the right libraries from the community and nudges from you users I've added it. Please note that yopass is intended for small messages and files since the storage is backends is geared towards in-memory storage. File uploads is covered by the same --max-length limit as regular messages.

UI improvements

There's a bunch of UI cleanups and improvements to the overall look. I'll try to evolve this even further in the coming release. Contributions to this area is more then welcome. Please send me a message if you would like to help out