diff options
| author | Ilya Sukhar | 2010-10-24 15:52:13 -0700 |
|---|---|---|
| committer | Ilya Sukhar | 2010-10-24 15:52:13 -0700 |
| commit | 8e40282eea37c59e54566f37d0d34f89d4c7dabe (patch) | |
| tree | b031b95ae8dc6d42dd7c569aa2ef105ebf489d9d | |
| parent | 080bffabcf0eb3be789db257c1417ffbfd17277d (diff) | |
| download | vimium-8e40282eea37c59e54566f37d0d34f89d4c7dabe.tar.bz2 | |
Cutting 1.20 release
| -rw-r--r-- | README.markdown | 4 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index 76805516..4e4e7faa 100644 --- a/README.markdown +++ b/README.markdown @@ -81,7 +81,7 @@ When you're done, send us a pull request on Github. Feel free to include a chang Release Notes ------------- -1.20 (Unreleased) +1.20 (10/24/2010) - In link hints mode, holding down the shift key will now toggle between opening in the current tab and opening in a new tab. - Two new commands (`zH` and `zL`) to scroll to the left and right edges of the page. @@ -89,7 +89,7 @@ Release Notes - A new command (`<a-f>`) to open up multiple links at a time in new tabs. - Frame support. - More robust support for non-US keyboard layouts. -- Bug fixes. +- Numerous bug fixes. 1.19 (06/29/2010) diff --git a/manifest.json b/manifest.json index d43f0855..7eb74fdb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Vimium", - "version": "1.19", + "version": "1.20", "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", |
