diff options
| author | Phil Crosby | 2016-06-11 23:40:51 -0700 |
|---|---|---|
| committer | Phil Crosby | 2016-06-11 23:40:51 -0700 |
| commit | 7329d8c91dfdc9cff72571e887ade3d981cae974 (patch) | |
| tree | 79e5c813bed41a69b9497ef6e5b2aec5aefc348b | |
| parent | 59f7df00677d7356070d910d84196c80c781759f (diff) | |
| download | vimium-1.56.tar.bz2 | |
v1.56 release1.56
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -157,11 +157,10 @@ Please see [CONTRIBUTING.md](https://github.com/philc/vimium/blob/master/CONTRIB Release Notes ------------- -Not yet released: +1.56 (2016-06-11) - Vimium now works around a Chromium bug affecting users with non-standard keyboard layouts (see #2147). -- Bug fix: - - Visual line mode (`V`) has been fixed. +- Fixed a bug preventing visual line mode (`V`) from working. 1.55 (2016-05-26) diff --git a/manifest.json b/manifest.json index 36ed0cff..1409b272 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.55", + "version": "1.56", "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", |
