Releases: jhaals/yopass
10.1.0
10.0.0
Yopass CLI 🌈
Big thanks to @grobie for contributing CLI support to Yopass! #580
Yopass have had several CLIs for creating secrets over the years but this is the first official which is hosted in the same repository.
Binaries have changed slightly so yopass
is now the CLI and yopass-server
will run the regular server.
There won't be a difference for those running yopass in Docker since the entrypoint will remain the same
9.0.0
-
#573 Add file upload to the navigation bar 🗄️
File sizes are very restrictive at this point due to the fact that encryption/decryption is made in the browser and that the storage is memory. Use this feature for certificate/keys and other things where you need to quickly drag and drop. -
#566 Added the option to manually set a decryption key for secrets.
Thanks @jfenske89!
8.2.0
8.1.0
Added support for translations 🇩🇪 🇪🇸 🇸🇪 #429
Big thanks to @Starbix for adding localisation support.
Mount a locale file to /public/locales/en.json
in the docker container to get your language of choice.
A German translation is available here; https://github.com/arcadesolutionsag/docker-yopass
Copy to clipboard #442
Adds a button to copy secrets to clipboard
8.0.3
8.0.2
8.0.1
8.0.0
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
7.0.0
Changes & new features
Command line options are now standardized, no more single dashes. Default values can be overridden with environment variables or command line flags. so --memcached
can also be set as MEMCACHED=
Ability to specify the --max-length
of the encrypted payload sent to the yopass server, please note that this is not a 1-1 mapping between the original message.