diff options
| author | Ilya Sukhar | 2010-10-24 19:51:02 -0700 |
|---|---|---|
| committer | Ilya Sukhar | 2010-10-24 19:51:02 -0700 |
| commit | 7df813ef221be04e4d4a459ecc941dcbddfb6056 (patch) | |
| tree | 8445314f11371ae12a0642ff38f29145d761277b | |
| parent | 658981295b5c90b821b5eae1b3e2b6783db5e46d (diff) | |
| download | vimium-7df813ef221be04e4d4a459ecc941dcbddfb6056.tar.bz2 | |
Release 1.21
| -rw-r--r-- | README.markdown | 4 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 38c20729..ba16e643 100644 --- a/README.markdown +++ b/README.markdown @@ -84,6 +84,10 @@ When you're done, send us a pull request on Github. Feel free to include a chang Release Notes ------------- +1.21 (10/24/2010) + +- Critical bugfix for an excluded URLs regression due to frame support. + 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. diff --git a/manifest.json b/manifest.json index 7eb74fdb..0459a80b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Vimium", - "version": "1.20", + "version": "1.21", "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", |
