diff options
| author | Stephen Blott | 2018-02-18 09:41:25 +0000 |
|---|---|---|
| committer | Stephen Blott | 2018-02-18 09:41:25 +0000 |
| commit | 509d93f88112e0bfd0a47ac454e897156f00da14 (patch) | |
| tree | 0fdbf60f37161aaedf8322f2cc7b8e56d940a4cc | |
| parent | 75ed0d3d0fde690c4a3fbdce98f28d02309878bf (diff) | |
| download | vimium-1.63.1.tar.bz2 | |
Bump to v1.63.1 (Firefox only).v1.63.1
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -177,6 +177,8 @@ Release Notes - The Vomnibar is now loaded on demand (not preloaded). This should fix some issues with the dev console. - The `\I` control (case sensitivity) for find mode has been removed. Find mode uses smartcase. - Various bug fixes. +- 1.63.1 (Firefox only): + - Fix [#2958](https://github.com/philc/vimium/issues/2958#issuecomment-366488659), link hints broken for `target="_blank"` links. 1.62 (2017-12-09) diff --git a/manifest.json b/manifest.json index 3505e91c..d6e5c341 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.63", + "version": "1.63.1", "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", |
