From bc35bfa425fa4a0266b934773b91d6a9778ff74b Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sat, 3 Aug 2019 20:02:40 +0200 Subject: [PATCH] VimFx v0.21.1 --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c70147..b443ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ -### 0.21.0 (2019-05-15) +### 0.21.1 (2019-08-03) -### 0.21.0 (2019-05-15) +- Fixed: Hints mode and VimFx’s Keyboard Shortcuts help dialog now works in + Firefox 69b. The screen used to go white whenever you entered any mode that + displays an overlay. +- Fixed: The statusbar now works again. +- Fixed: VimFx should now work with Nightly 70, by removing usage of the + deprecated `Array.filter()` method and others. + +Thanks to Tobias Girstmair (@girst)! ### 0.21.0 (2019-05-15) diff --git a/package.json b/package.json index 1a9622e..63f29f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.21.0", + "version": "0.21.1", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3