diff options
| -rw-r--r-- | README.markdown | 7 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 853fca9f..4b9e0085 100644 --- a/README.markdown +++ b/README.markdown @@ -133,6 +133,13 @@ don't exceed 110 characters. Release Notes ------------- +1.29 (07/30/2011) + +- `yf` to copy a link hint url to the clipboard. +- Scatter link hints to prevent clustering on dense sites. +- Don't show insert mode notification unless you specifically hit `i`. +- Remove zooming functionality now that Chrome does it all natively. + 1.28 (06/29/2011) - Support for opening bookmarks (`b` and `B`). diff --git a/manifest.json b/manifest.json index 08e42ca1..df7e4e34 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Vimium", - "version": "1.28", + "version": "1.29", "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", |
