aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2010-01-22 23:27:35 -0800
committerPhil Crosby2010-01-22 23:27:35 -0800
commit477914ed385078028797798fbce0c11720e83b48 (patch)
tree08b0c976c3d2104a15bff859b35b5a36ab752d1b
parent1efef2869130703c295d88d1ac26bec21881c938 (diff)
parent7eb19bc1cf43d2a7aaec1bc1d350486d557f0672 (diff)
downloadvimium-477914ed385078028797798fbce0c11720e83b48.tar.bz2
Merge branch 'master' of github.com:philc/vimium
-rw-r--r--README.markdown4
-rw-r--r--manifest.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index f0a34bfe..c92fe14f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -69,6 +69,10 @@ include a change to the CREDITS file with your patch.
Release Notes
-------------
+1.14 (01/21/2010)
+
+- Fixed a bug introduced in 1.13 that prevented excluded URLs from being saved.
+
1.13 (01/21/2010)
- <c-f> and <c-b> are now mapped to scroll a full page up or down respectively.
diff --git a/manifest.json b/manifest.json
index 6c84225d..7d426a80 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Vimium",
- "version": "1.13",
+ "version": "1.14",
"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": "options.html",