From 0a3354dd700ad37befa1cc466ffbe7d2b8b96a6c Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Mon, 11 Jul 2016 19:24:08 +0200 Subject: [PATCH] VimFx v0.17.4 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8baf701..53ba954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +### 0.17.4 (2016-07-11) + +- Improved: The usage of modifier keys in Hints mode is now shown in VimFx’s + Keyboard Shortcuts help dialog. The functionality has been there for a long + time, but should now be easier to find. Thanks to our awesome translators, + the new help text is already available in most supported locales! +- Improved: If you submit a form while still being inside one of its text + inputs, that text input is now automatically blurred. This lets you use VimFx + commands while waiting for the form to submit without having to press + `` first. +- Improved: The `gu` command now works better on some pages, by preserving a + trailing slash. Thanks to @sinkuu! +- Improved: VimFx now recognizes text areas in the TYPO3 CMS. +- Improved: The `` command and the toolbar button now let you escape + back to Normal mode if VimFx ever gets stuck thinking that you are typing in a + text input. + ### 0.17.3 (2016-06-27) - Improved: The `zF` command can now open even more dropdown menus of buttons. diff --git a/package.json b/package.json index f7d87bb..d3609da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.17.3", + "version": "0.17.4", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3