From 74652af42894b665aa6a41bea167245cacdab664 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Fri, 16 Dec 2016 10:24:06 +0100 Subject: [PATCH] VimFx v0.20.6 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d95c40..dfb6bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### 0.20.6 (2016-12-16) + +- Fixed: The `'`, `g[` and `g]` commands no longer crash. (Regression since + 0.20.5.) +- Fixed: The `ef` command can now focus elements in deeply nested frames again. + (Regression since 0.19.0.) +- Fixed: `vimfx.addOptionOverrides` and `vimfx.addKeyOverrides` are now properly + undone when reloading a config file (`gC`). +- Improved: Hint markers for elements with multiline text no longer cover the + text. +- Updated locale: de. Thanks to @interleaved! + ### 0.20.5 (2016-12-04) - Fixed: Scrolling by holding `d`, `u`, `` or `` no longer goes diff --git a/package.json b/package.json index 1bdbdbf..d3ad509 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.20.5", + "version": "0.20.6", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3