aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2017-12-14 07:28:42 +0000
committerStephen Blott2017-12-14 07:28:42 +0000
commit1408c9c4b96e280faead06bff16235e7b9291b29 (patch)
tree29ff9a402b180bdedc7c50a0b684338311b098b9
parent4aa8d7fb21a26b0766ce32e3fab0cf1efcaa07fb (diff)
downloadvimium-1408c9c4b96e280faead06bff16235e7b9291b29.tar.bz2
Bump to v1.62.2.v1.62.2
-rw-r--r--README.md22
-rw-r--r--manifest.json2
2 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 5211f642..1967b3dd 100644
--- a/README.md
+++ b/README.md
@@ -169,17 +169,6 @@ PRs are welcome.
Release Notes
-------------
-In `master`, but not yet released:
-
-- Swap global and local marks (1.62.1).
- In a browser, some people find global marks more useful than local marks.
- Example:
-
-```
-map X Marks.activateCreateMode swap
-map Y Marks.activateGotoMode swap
-```
-
1.62 (2017-12-09)
- Backup and restore Vimium options (see the very bottom of the options page, below *Advanced Options*).
@@ -193,6 +182,17 @@ map Y Marks.activateGotoMode swap
`clipboardWrite` permission). This is necessary to support copy/paste on
Firefox.
- Various bug fixes.
+- 1.62.1: Swap global and local marks (1.62.1).
+ In a browser, some people find global marks more useful than local marks.
+ Example:
+
+```
+map X Marks.activateCreateMode swap
+map Y Marks.activateGotoMode swap
+```
+
+- Other minor versions:
+ - 1.62.2: Fixes [#2868](https://github.com/philc/vimium/issues/2868) (`createTab` with multiple URLs).
1.61 (2017-10-27)
diff --git a/manifest.json b/manifest.json
index 1708ce43..ad4f94ee 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Vimium",
- "version": "1.62.1",
+ "version": "1.62.2",
"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",