From 0968c52133d6b59cfbf07804cd9a33bb11a85697 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 8 May 2016 14:12:04 +0200 Subject: [PATCH] VimFx v0.14.2 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f972c..9d19dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +### 0.14.2 (2016-05-08) + +- Fixed: Smooth scrolling speed is now correct again in newer Firefox versions. +- Fixed: The `yv` Caret mode command now only copies text that you can see on + screen (not any hidden text that might be on the page), making it truly work + like `zv` followed by `y`, as intended. This problem was very noticeable on + Slack. This also improves copying of 'contenteditable' elements using `yf`. +- Fixed: `` and arrow key handling as well as hint markers in the + devtools now work correctly again in newer Firefox versions. +- Fixed: VimFx no longer makes it impossible to open the Developer Toolbar. +- Improved: VimFx now ignores `` and ``. If your keyboard + sends `` before some symbols, such as `$` instead of just + `$`, shortcuts like `gx$` now work out of the box. This also means that you + can use `` instead of `` when typing the `J` in `gJ`, for + example. +- Improved: Some minor cosmetic tweaks in VimFx’s Keyboard Shortcuts help + dialog. + ### 0.14.1 (2016-04-30) - Fixed: The Find commands (such as `/`, `n` and `N`) no longer crash on some diff --git a/package.json b/package.json index c56a293..f1be46b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.14.1", + "version": "0.14.2", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3