Skip to content

Commit

Permalink
VimFx v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Dec 2, 2015
1 parent c96d3e2 commit ef2e81a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 0.9.0 (2015-12-02)

- Fixed: Links with the `onclick` attribute can now be opened in new tabs again.
(Regression since 0.8.0.)
- Fixed: The text size in VimFx’s Keyboard Shortcuts dialog is now correctly
resized.
- Added: The `gH` command. It opens the back/forward button context menu in the
middle of the window, allowing you to choose a history entry with the arrow
keys and `<enter>`.

### 0.8.0 (2015-12-01)

- Fixed: VimFx now works properly in tabs moved to other windows.
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.8.0",
"version": "0.9.0",
"firefoxVersions": {
"min": "40.0",
"max": "45.*"
Expand Down

0 comments on commit ef2e81a

Please sign in to comment.