aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-10-15 23:21:28 +0200
committerJakob Unterwurzacher2020-10-15 23:23:07 +0200
commit95775bf52cf2704b741598348ca69a511890f206 (patch)
treebeafb1712f397abd308f2a7aaeeeee80787be287
parentfcb28e4ff35e6bc262bfda23f3779ef3a8e7708a (diff)
Update README for v2.0-beta1v2.0-beta1
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6d36966..1bd83f8 100644
--- a/README.md
+++ b/README.md
@@ -187,7 +187,15 @@ RM: 3.379
Changelog
---------
-vNEXT, in progress
+v2.0-beta1, 2020-10-15
+* **Switch to the improved go-fuse [v2 API](https://pkg.go.dev/github.com/hanwen/go-fuse/v2@v2.0.3/fs)**
+ * This is a big change, a lot of code has been reorganized or rewritten
+ to fit the v2 API model.
+ * Please test & report bugs
+ * No changes to the on-disk format
+ * File descriptor caching is not yet implemented,
+ causing a slowdown. Caching will be implemented for v2.0 final.
+* **Add support for FIDO2 tokens ([#505](https://github.com/rfjakob/gocryptfs/pull/505))**
* Add `-encrypt-paths` / `-decrypt-paths` functionality to `gocryptfs-xray`
([#416](https://github.com/rfjakob/gocryptfs/issues/416))
* Accept multiple `-passfile`s