From f3967fe30069bef56bbef8aabf62e22142553be8 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Tue, 21 Feb 2017 21:33:20 +0100 Subject: [PATCH] VimFx v0.20.9 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 848cf8f..4b18b56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.20.9 (2017-02-21) + +- Fixed: The `yy` command now works as expected in Reader Mode. + ### 0.20.8 (2017-01-14) - Improved: The scrolling commands now scroll the closest scrollable parent of @@ -5,7 +9,6 @@ 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 52713a5..dfc483a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.20.8", + "version": "0.20.9", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3