Skip to content

Commit

Permalink
VimFx v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Oct 16, 2016
1 parent d295110 commit 57a2f56
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 0.20.2 (2016-10-16)

- Fixed: Text inputs and links inside frames can now be focused using hint
commands again. (Regression since 0.19.0.)
- Improved: Previously focused text inputs inside frames no longer steal the
focus when entering Caret mode in that frame.
- Improved: When several hint markers have the same hint (because their links
go to the same place), the _largest_ of those links is now chosen when
activating that hint. This might be noticeable via focus styling.
- Updated locale: zh-CN. Thanks to @av2000ii!

### 0.20.1 (2016-10-09)

- Improved: Caret mode is now a bit more robust. It can no longer make you end
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.20.1",
"version": "0.20.2",
"firefoxVersions": {
"min": "45.0",
"max": "*"
Expand Down

0 comments on commit 57a2f56

Please sign in to comment.