Skip to content

Commit 1408c9c

Browse files
Bump to v1.62.2.
1 parent 4aa8d7f commit 1408c9c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -169,17 +169,6 @@ PRs are welcome.
169169
Release Notes
170170
-------------
171171

172-
In `master`, but not yet released:
173-
174-
- Swap global and local marks (1.62.1).
175-
In a browser, some people find global marks more useful than local marks.
176-
Example:
177-
178-
```
179-
map X Marks.activateCreateMode swap
180-
map Y Marks.activateGotoMode swap
181-
```
182-
183172
1.62 (2017-12-09)
184173

185174
- 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
193182
`clipboardWrite` permission). This is necessary to support copy/paste on
194183
Firefox.
195184
- Various bug fixes.
185+
- 1.62.1: Swap global and local marks (1.62.1).
186+
In a browser, some people find global marks more useful than local marks.
187+
Example:
188+
189+
```
190+
map X Marks.activateCreateMode swap
191+
map Y Marks.activateGotoMode swap
192+
```
193+
194+
- Other minor versions:
195+
- 1.62.2: Fixes [#2868](https://github.com/philc/vimium/issues/2868) (`createTab` with multiple URLs).
196196

197197
1.61 (2017-10-27)
198198

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Vimium",
4-
"version": "1.62.1",
4+
"version": "1.62.2",
55
"description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",
66
"icons": { "16": "icons/icon16.png",
77
"48": "icons/icon48.png",

0 commit comments

Comments
 (0)