@@ -4,6 +4,25 @@ Release Notes of Vimium C
44ReadMe: https://github.com/gdh1995/vimium-c/#readme .<br />
55说明文档: https://gitee.com/gdh1995/vimium-c#readme , https://github.com/gdh1995/vimium-c/blob/master/README-zh.md .
66
7+ #### v1.99.5
8+ * ** experimental** : auto release resources on inactive pages,
9+ to prepare for [ Manifest V3 of extensions] ( https://developer.chrome.com/docs/extensions/mv3/intro/ )
10+ * fix broken copying images on Chrome 107
11+ * fix it may cause initing of big pages very slow ([ #751 ] ( https://github.com/gdh1995/vimium-c/issues/751 ) )
12+ * Vomnibar: fix a second run is too slow on Chrome 102+
13+ * fix unexpected white background color on Firefox 106+
14+ * change labels for tabs and now support ` :active ` and ` :new `
15+ * vomnibar options: ` styles ` field: support ` wheel-speed=<number> `
16+ * LinkHints: improves "tooHigh" mode and support ` longPage=true ` to disable it
17+ * VisualMode: ` caret ` mode: allow ` aw ` and ` as ` to select a range, but not unconditionally collapse into one character
18+ * plain insert mode: now allow ` mapKey x <v-xxx> ` to create shortcuts like ` : ` + ` xxx `
19+ * ` runKey ` : change the way of parsing nested ` runKey ` commands to work with ` .mask ` better
20+ * ` vimium://run ` in search engines: queries are joined by ` %20 ` by default
21+ * add/open bookmark: add ` path ` and support both folders and URL nodes
22+ * ` dispatchEvent ` : add ` trusted=true ` to make Vimium C itself handle the simulated keys
23+ * now can detect focused editable boxes in more edge cases
24+ * fix many small bugs and add more parameters for command
25+
726#### v1.99.3
827* fix broken ` mapKey <*-*> <f1_xxx> ` in Insert mode (since v1.98.0)
928* fix broken ` mapKey <*-*> <v-***> ` in Normal and Insert mode on v1.99.1/2
0 commit comments