Skip to content

Commit

Permalink
VimFx v0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jul 11, 2016
1 parent 4a9bb4e commit 0a3354d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
`<escape>` 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 `<escape>` 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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VimFx",
"version": "0.17.3",
"version": "0.17.4",
"firefoxVersions": {
"min": "45.0",
"max": "*"
Expand Down

0 comments on commit 0a3354d

Please sign in to comment.