diff options
| author | ilya | 2010-01-21 22:36:02 -0800 |
|---|---|---|
| committer | Phil Crosby | 2010-01-30 00:52:49 -0800 |
| commit | f712ff1cca054a2efd7c475533973e544fac220a (patch) | |
| tree | 08b0c976c3d2104a15bff859b35b5a36ab752d1b | |
| parent | 1efef2869130703c295d88d1ac26bec21881c938 (diff) | |
| download | vimium-f712ff1cca054a2efd7c475533973e544fac220a.tar.bz2 | |
Cut 1.14 release
| -rw-r--r-- | README.markdown | 4 | ||||
| -rw-r--r-- | manifest.json | 2 |
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", |
