From 958543e563608d0b23f641083aa7f9b9d5166667 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Wed, 15 May 2019 07:46:45 +0200 Subject: [PATCH] VimFx v0.21.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e0823..6c70147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### 0.21.0 (2019-05-15) + +### 0.21.0 (2019-05-15) + +### 0.21.0 (2019-05-15) + +- Removed: The Developer Toolbar integration, such as the `:` shortcut. That + feature has been removed from Firefox and the integration was causing issues + on newer Firefox versions. Thanks to Tobias Girstmair (@girst)! +- Fixed: VimFx should now work on Waterfox again. Tested with Waterfox 56, + Firefox 56, Firefox 64 and Waterfox 68. Thanks to Tobias Girstmair (@girst) + and @matsuhav! + ### 0.20.15 (2018-08-06) - Fixed: Find mode now works properly again. Thanks to @matsuhav! diff --git a/package-lock.json b/package-lock.json index 7132295..c5929f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.20.15", + "version": "0.21.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f8ed0e0..1a9622e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.20.15", + "version": "0.21.0", "firefoxVersions": { "min": "45.0", "max": "*" -- 2.39.3