From 7eb19bc1cf43d2a7aaec1bc1d350486d557f0672 Mon Sep 17 00:00:00 2001 From: ilya Date: Thu, 21 Jan 2010 22:36:02 -0800 Subject: Cut 1.14 release --- README.markdown | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) - and 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", -- cgit v1.2.3 From 1b740d40f92184634db37fc447f5c2bab56b38ab Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Fri, 22 Jan 2010 23:28:56 -0800 Subject: Update the readme to include customizable linkhints css. --- README.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index c92fe14f..eb9779d9 100644 --- a/README.markdown +++ b/README.markdown @@ -69,6 +69,10 @@ include a change to the CREDITS file with your patch. Release Notes ------------- +1.15 (unreleased) + +- Make the CSS used by the link hints configurable. It's under Advanced Options. + 1.14 (01/21/2010) - Fixed a bug introduced in 1.13 that prevented excluded URLs from being saved. @@ -81,7 +85,7 @@ Release Notes - J & K have reversed for tab switching: J goes left and K goes right. - is now equivalent to ESC, to match the behavior of VIM. - & are now mapped to scroll down and up respectively. -- The characters used for link hints are now configurable under the Advanced Options. +- The characters used for link hints are now configurable under Advanced Options. 1.11, 1.12 (01/08/2010) -- cgit v1.2.3