diff options
| author | Stephen Blott | 2017-09-28 07:33:11 +0100 |
|---|---|---|
| committer | Stephen Blott | 2017-09-28 07:33:11 +0100 |
| commit | c18d4f065c9529c62a82bc2a3bd518da318d89ff (patch) | |
| tree | f5a78e52875a511b13c56a364012aa101037a5a8 | |
| parent | f0c90f39b463593b6f2d6c71a938f7dc9d93b345 (diff) | |
| download | vimium-c18d4f065c9529c62a82bc2a3bd518da318d89ff.tar.bz2 | |
Bump to 1.60.4 (firefox only).
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -186,6 +186,7 @@ Release Notes - 1.60.1: fix [#2642](https://github.com/philc/vimium/issues/2642). - 1.60.2: revert previous fix for HiDPI screens. This was breaking link-hint positioning for some users. - 1.60.3: [fix](https://github.com/philc/vimium/pull/2649) link-hint positioning. + - 1.60.4: [fix](https://github.com/philc/vimium/pull/2602) hints opening in new tab (Firefox only). 1.59 (2017-04-07) diff --git a/manifest.json b/manifest.json index 82f07c88..a9629530 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.60.3", + "version": "1.60.4", "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", |
