From 7ac0e2df1054105a4edfb9d241a65ba2b83f2545 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 9 Dec 2017 09:42:59 +0000 Subject: [PATCH] Bump to v1.62. --- README.md | 5 +++-- manifest.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 604e35efc..dd4450ca7 100644 --- a/README.md +++ b/README.md @@ -169,15 +169,16 @@ PRs are welcome. Release Notes ------------- -In `master` (not yet released) +1.62 (2017-12-09) - Backup and restore Vimium options (see the very bottom of the options page, below *Advanced Options*). - It is now possible to map ``, ``, ``, ``, `` and ``. - 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)). -- When upgrading, you will be asked to re-validate permissions. The only new +- 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. +- Various bug fixes. 1.61 (2017-10-27) diff --git a/manifest.json b/manifest.json index ee5b06559..62a19b357 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.61.1", + "version": "1.62", "description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png",