summarylogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 0447518130428c4e3d6036e2a8ecf60c9d090138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## 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!