diff options
| -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", |
