aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2017-12-09 09:45:27 +0000
committerStephen Blott2017-12-09 09:45:27 +0000
commitccf8e79a05f683d132cad1933a78c4a1c6a79d09 (patch)
treec77ec12de9e8a185c02e6f20ffcad5bbd3d0adf1
parent7ac0e2df1054105a4edfb9d241a65ba2b83f2545 (diff)
downloadvimium-ccf8e79a05f683d132cad1933a78c4a1c6a79d09.tar.bz2
Note FF copy/paste.
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index dd4450ca..62016336 100644
--- a/README.md
+++ b/README.md
@@ -175,9 +175,12 @@ Release Notes
- It is now possible to map `<tab>`, `<enter>`, `<delete>`, `<insert>`, `<home>` and `<end>`.
- New command options for `createTab` to create create new normal and incognito windows
([examples](https://github.com/philc/vimium/wiki/Tips-and-Tricks#creating-tabs-with-urls-and-windows)).
-- Firefox only. When upgrading, you will be asked to re-validate permissions. The only new
- permission is "copy and paste to/from clipboard" (the `clipboardWrite`
- permission). This is necessary to support copy/paste on Firefox.
+- Firefox only:
+ - Fix copy and paste commands.
+ - When upgrading, you will be asked to re-validate permissions. The only
+ new permission is "copy and paste to/from clipboard" (the
+ `clipboardWrite` permission). This is necessary to support copy/paste on
+ Firefox.
- Various bug fixes.
1.61 (2017-10-27)