From 506710735643b81f3affa0b4d16b099dcfccb85b Mon Sep 17 00:00:00 2001 From: gdh1995 Date: Fri, 19 Aug 2022 23:38:16 +0800 Subject: [PATCH] bump version to v1.99.3 --- RELEASE-NOTES.md | 5 +++++ manifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 794c91145..84b90b95d 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,6 +4,11 @@ Release Notes of Vimium C ReadMe: https://github.com/gdh1995/vimium-c/#readme .
说明文档: https://gitee.com/gdh1995/vimium-c#readme , https://github.com/gdh1995/vimium-c/blob/master/README-zh.md . +#### v1.99.3 +* fix broken `mapKey <*-*> ` in Insert mode (since v1.98.0) +* fix broken `mapKey <*-*> ` in Normal and Insert mode on v1.99.1/2 +* Firefox 96+: use a new way to bypass Firefox's popup blocker + #### v1.99.2 * fix a bug of not recognizing old configuration about `Ignore keyboard layout` * `` sequences: now work even in Find HUD diff --git a/manifest.json b/manifest.json index 3042ef0a1..842189896 100644 --- a/manifest.json +++ b/manifest.json @@ -186,7 +186,7 @@ ], "short_name": "Vimium C", "update_url": "https://clients2.google.com/service/update2/crx", - "version": "1.99.2", + "version": "1.99.3", "web_accessible_resources": [ "content/*", "front/vomnibar*",