summarylogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 5b32add55c5f03abdedcdfdcd8a59083583a0b6f (plain)
1
2
3
4
5
6
7
8
9
10
## 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!