From ffcdd0984ef09b489179fe4846311f1df3f8470d Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 9 Oct 2016 13:21:59 +0200 Subject: [PATCH] VimFx v0.20.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7868767..80d4870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### 0.20.1 (2016-10-09) + +- Improved: Caret mode is now a bit more robust. It can no longer make you end + up with [Firefox’s own Caret mode] accidentally enabled. +- Improved: If you try use for example `-j` as a keyboard shortcut, VimFx + will now tell you that you probably want `` instead. +- Fixed: Using a keyboard shortcut to switch keyboard layout in GNOME while + inside a text input no longer causes the focus of that text input to be lost + when the Prevent autofocus option is enabled. +- Updated locale: zh-CN. Thanks to @av2000ii! + +[Firefox’s own Caret mode]: http://kb.mozillazine.org/Accessibility_features_of_Firefox#Allow_text_to_be_selected_with_the_keyboard + ### 0.20.0 (2016-10-02) - Added: The `g[` and `g]` commands, which let you scroll to previous and next diff --git a/package.json b/package.json index 8583ade..b955bfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.20.0", + "version": "0.20.1", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3