diff options
| author | ilya | 2011-07-30 10:54:27 -0700 | 
|---|---|---|
| committer | ilya | 2011-07-30 10:54:27 -0700 | 
| commit | 2b94c0df13cc55ec062a314f9844b273d375de08 (patch) | |
| tree | 7fd233cfdd4326973fcef563833d66eaca135b28 | |
| parent | dc114c168740212670021ec39a097371bd35b3ed (diff) | |
| download | vimium-2b94c0df13cc55ec062a314f9844b273d375de08.tar.bz2 | |
Cutting 1.29
| -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", | 
