From 5f31e0ee340ecb73ecea123344f59df8c184436f Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Wed, 11 Nov 2015 17:50:45 +0100 Subject: [PATCH] VimFx v0.6.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a14fe..b9963e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### 0.6.2 (2015-11-11) + +- Improved: If the entire page isn’t scrollable, the largest scrollable element + is scrolled instead. +- Fixed: VimFx’s keyboard shortcuts now works on slowly loading pages. +- Fixed: Numbers may now be used as shortcut keys (overriding counts). +- Fixed: The toolbar button’s icon is now correctly sized in high DPI. +- Fixed: Hint markers are now correctly positioned when zooming using the “Zoom + text only” option. +- Fixed: The `P` command now works with the InstantFox add-on. + ### 0.6.1 (2015-11-10) - Fixed: If you customized the “esc” command before VimFx 0.6.0 it should now diff --git a/package.json b/package.json index 535a1dd..17cd97d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.6.1", + "version": "0.6.2", "firefoxVersions": { "min": "40.0", "max": "44.*" -- 2.39.3