aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilya2011-06-29 19:24:15 -0700
committerilya2011-06-29 19:24:15 -0700
commit24bb9827ebb86fe8b59d2959aa1dd40f98657049 (patch)
treebc2ce088bbc119960621d449d2899f9c977ee48b
parent94b9a5c70343bccd94ccd69996b811c77c04d539 (diff)
downloadvimium-24bb9827ebb86fe8b59d2959aa1dd40f98657049.tar.bz2
Cutting 1.28
-rw-r--r--README.markdown6
-rw-r--r--commands.js1
-rw-r--r--manifest.json2
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",