From 26ce6603ce7e20d5d67c9f3208d14a7ee7bf152f Mon Sep 17 00:00:00 2001 From: ilya Date: Fri, 8 Jan 2010 17:50:59 -0800 Subject: Cutting 1.11 release. New README & manifest. --- README.markdown | 7 +++++-- 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": [ -- cgit v1.2.3