blob: 79d6e2cf5b68b59653048cd08594e02a632b7f3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
## 10.1.0 (2020-11-14)
* #671 Don't hang if no file or stdin provided. Thanks @arbovm for improving the CLI experience.
* #664 Add force-onetime-secrets option. Run yopass-server with --force-onetime-secrets=true enforce that all stored secrets are one time downloads only.
## 10.0.0 (2020-10-02)
Yopass CLI support was added: <https://github.com/jhaals/yopass/pull/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 (2020-09-03)
* #573 Add file upload to the navigation bar file_cabinet
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.
* #550 Set Common Security Headers.
Big thanks to @grobie!
* #566 Added the option to manually set a decryption key for secrets.
Thanks @jfenske89!
|