Skip to content

Commit

Permalink
VimFx v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Apr 8, 2016
1 parent 645e35d commit 20bd94c
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.13.2 (2016-04-08)

- Improved: The “last position mark” `` ` `` now works more reliably.
- Improved: More video players are now recognized. Many video players lets you
press `<space>` while focused to toggle play/pause. VimFx tries to detect if
the currently focused element is a video player. If so, `<space>` is passed to
the video player instead of scrolling the page. (For those interested, see
also the [`adjustable_element_keys`] pref.)

[`adjustable_element_keys`]: https://github.com/akhodakivskiy/VimFx/blob/645e35d7d82019b0551534c43926bc126e7105bd/documentation/options.md#adjustable_element_keys

### 0.13.1 (2016-04-01)

- Fixed: Blacklisting of some XUL pages.
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.13.1",
"version": "0.13.2",
"firefoxVersions": {
"min": "45.0",
"max": "*"
Expand Down

0 comments on commit 20bd94c

Please sign in to comment.