diff options
| author | ilya | 2010-01-08 17:50:59 -0800 |
|---|---|---|
| committer | ilya | 2010-01-08 17:50:59 -0800 |
| commit | 26ce6603ce7e20d5d67c9f3208d14a7ee7bf152f (patch) | |
| tree | 8a8863cb66488ad54bcb9fcf503c85b1dc966d07 | |
| parent | 26ddb06c8b0354d0540dfd3b54eb6ac2de43ea71 (diff) | |
| download | vimium-26ce6603ce7e20d5d67c9f3208d14a7ee7bf152f.tar.bz2 | |
Cutting 1.11 release. New README & manifest.
| -rw-r--r-- | README.markdown | 7 | ||||
| -rw-r--r-- | manifest.json | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown index a8688dbe..9749b8c5 100644 --- a/README.markdown +++ b/README.markdown @@ -54,16 +54,19 @@ Manipulating tabs: d close current tab u restore closed tab (i.e. unwind the 'd' command) -Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. +Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. ESC +will clear any partial commands in the queue. Release Notes ------------- -1.11 (Current, unreleased) +1.11 (01/08/2010) - Commands 'gt' & 'gT' to move to the next & previous tab. - Command 'yy' to yank (copy) the current tab's url to the clipboard. - Better Linux support. +- Fix for Shift+F link hints. +- ESC now clears the keyQueue. So, for example, hitting 'g', 'ESC', 'g' will no longer scroll the page. 1.1 (01/03/2010) diff --git a/manifest.json b/manifest.json index e01bb324..fc7c7ecb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Vimium", - "version": "1.1", - "description": "The Hacker's Browser.", + "version": "1.11", + "description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.", "background_page": "background_page.html", "options_page": "settings.html", "permissions": [ |
