From a677c9795df1a9a743365ca7d49a361a8437eb36 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 19 Jun 2016 20:24:59 +0200 Subject: [PATCH] VimFx v0.17.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 305a139..19dfc04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### 0.17.2 (2016-06-19) + +- Improved: The `zF` command now works with more buttons and is able to open + dropdown menus of buttons. +- Fixed: The `f` commands now recognize more file upload buttons. +- Fixed: Rotating hint markers now works more as expected after having entered a + few hint chars. +- Fixed: Scrolling now works in SVG documents. +- Fixed: Opening links in new tabs in Firefox 50. +- Updated locales: pt-BR and ru. Thanks to Átila Camurça Alves (@atilacamurca) + and Nicholas Guriev (@mymedia2)! + ### 0.17.1 (2016-06-12) - Fixed: The `zF` command no longer accidentally double-clicks instead of diff --git a/package.json b/package.json index 84bd47a..7edd516 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.17.1", + "version": "0.17.2", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3