From fbfc1f48a6da516a6591f831774a147f643d5c3a Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 12 Dec 2017 10:50:32 +0000 Subject: Note mark swap and bump version number. --- README.md | 6 ++++++ manifest.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d282532d..109fdaa6 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,12 @@ PRs are welcome. Release Notes ------------- +In `master`, but not yet released: + +- Swap global and local marks; for example, `map m Marks.activateCreateMode + swap` and `map ' Marks.activateGotoMode swap`. In a browser, some people + find global marks more useful than local marks. + 1.62 (2017-12-09) - Backup and restore Vimium options (see the very bottom of the options page, below *Advanced Options*). diff --git a/manifest.json b/manifest.json index 62a19b35..1708ce43 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.62", + "version": "1.62.1", "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", -- cgit v1.2.3