Skip to content

Commit

Permalink
Bump to v1.62.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
smblott-github committed Dec 14, 2017
1 parent 4aa8d7f commit 1408c9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*).
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1408c9c

Please sign in to comment.