diff options
| -rw-r--r-- | README.markdown | 6 | ||||
| -rw-r--r-- | commands.js | 1 | ||||
| -rw-r--r-- | manifest.json | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index b7d1a14c..19fc7b96 100644 --- a/README.markdown +++ b/README.markdown @@ -136,6 +136,12 @@ don't exceed 110 characters. Release Notes ------------- +1.28 (06/29/2011) + +- Support for opening bookmarks (`b` and `B`). +- Support for contenteditable text boxes. +- Speed improvements and bugfixes. + 1.27 (03/24/2011) - Improvements and bugfixes. diff --git a/commands.js b/commands.js index d4613c12..8e642665 100644 --- a/commands.js +++ b/commands.js @@ -223,6 +223,7 @@ var commandGroups = { "reload", "toggleViewSource", "zoomIn", "zoomOut", "zoomReset", "copyCurrentUrl", "goUp", "enterInsertMode", "focusInput", "linkHints.activateMode", "linkHints.activateModeToOpenInNewTab", "linkHints.activateModeWithQueue", + "activateBookmarkFindMode", "activateBookmarkFindModeToOpenInNewTab", "goPrevious", "goNext", "nextFrame"], findCommands: ["enterFindMode", "performFind", "performBackwardsFind"], historyNavigation: diff --git a/manifest.json b/manifest.json index c5a2834d..08e42ca1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Vimium", - "version": "1.27", + "version": "1.28", "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", |
