From ac79c43b6c60d60fc2182e5f1fa39993aad6878b Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sat, 14 Jan 2017 17:30:56 +0100 Subject: [PATCH] VimFx v0.20.8 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ea24d..848cf8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 0.20.8 (2017-01-14) + +- Improved: The scrolling commands now scroll the closest scrollable parent of + the currently focused element (if it is not scrollable itself). This is + noticeable for Twitter’s modals, which are often scrollable. No longer any + need to use the `f` or `ef` commands to scroll those modals! + + ### 0.20.7 (2017-01-07) - Improved: The `[` and `]` commands now work in Google search results. diff --git a/package.json b/package.json index 2687b8c..c45038f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.20.7", + "version": "0.20.8", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3