diff options
| author | ilya | 2010-01-21 22:36:02 -0800 |
|---|---|---|
| committer | ilya | 2010-01-21 22:36:02 -0800 |
| commit | 7eb19bc1cf43d2a7aaec1bc1d350486d557f0672 (patch) | |
| tree | 7681efa19b53a7fd51841e0b27d2fe2aea251eaf | |
| parent | 7ef4c24b20976560f0ed9aa981b197b1121f79a9 (diff) | |
| download | vimium-7eb19bc1cf43d2a7aaec1bc1d350486d557f0672.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", |
