diff options
| author | Stephen Blott | 2017-04-07 09:55:59 +0100 |
|---|---|---|
| committer | Stephen Blott | 2017-04-07 09:55:59 +0100 |
| commit | a527d355534514ae762753e3c0c6d2f35d32080c (patch) | |
| tree | c45126916d559c962251c311b1eb7ba845382a2a | |
| parent | d0f8307ac6e6092f9487b9f1c85db34bd9020123 (diff) | |
| download | vimium-a527d355534514ae762753e3c0c6d2f35d32080c.tar.bz2 | |
Bump version to 1.59.v1.59
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -159,9 +159,10 @@ Please see [CONTRIBUTING.md](https://github.com/philc/vimium/blob/master/CONTRIB Release Notes ------------- -New features (not yet released) +1.59 (2017-04-07) -- Changes to key handling which make some commands (including `J`, `K`, `o`, `b`, etc.) now work on PDF tabs. +- Features: + - Some commands now work on PDF tabs (`J`, `K`, `o`, `b`, etc.). Scrolling and other content-related commands still do not work. 1.58 (2017-03-08) diff --git a/manifest.json b/manifest.json index 02731d5e..5dceb6d5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.58.2", + "version": "1.59", "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", |
