File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -169,17 +169,6 @@ PRs are welcome.
169169Release 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-
1831721.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
1971971.61 (2017-10-27)
198198
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments