summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTobias Schmidt2020-09-05 13:52:45 +0200
committerTobias Schmidt2020-09-05 13:52:45 +0200
commit6ace5d107a897e35ee57ae0bddd9e859d7364219 (patch)
treeb653634664753b0bf041fd1aa3c562eec1133062 /CHANGELOG.md
downloadaur-6ace5d107a897e35ee57ae0bddd9e859d7364219.tar.gz
Publish yopass 9.0.0-1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 000000000000..5b32add55c5f
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,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!