From ef2e81a84e87abce1d61b1288114b60fdc3f154b Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Wed, 2 Dec 2015 18:37:57 +0100 Subject: [PATCH] VimFx v0.9.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f5849..7e54a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 0.9.0 (2015-12-02) + +- Fixed: Links with the `onclick` attribute can now be opened in new tabs again. + (Regression since 0.8.0.) +- Fixed: The text size in VimFx’s Keyboard Shortcuts dialog is now correctly + resized. +- Added: The `gH` command. It opens the back/forward button context menu in the + middle of the window, allowing you to choose a history entry with the arrow + keys and ``. + ### 0.8.0 (2015-12-01) - Fixed: VimFx now works properly in tabs moved to other windows. diff --git a/package.json b/package.json index 98509de..77f56fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.8.0", + "version": "0.9.0", "firefoxVersions": { "min": "40.0", "max": "45.*" -- 2.39.3