Skip to content

Commit 3304b15

Browse files
committed
always enable less ports and bump version to v1.99.5
1 parent 459e1f4 commit 3304b15

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

RELEASE-NOTES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Release Notes of Vimium C
44
ReadMe: 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

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
],
187187
"short_name": "Vimium C",
188188
"update_url": "https://clients2.google.com/service/update2/crx",
189-
"version": "1.99.4",
189+
"version": "1.99.5",
190190
"web_accessible_resources": [
191191
"content/*",
192192
"front/vomnibar*",

scripts/gulp.tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"DetectAPIOnFirefox": [1, 0],
1717
"NDEBUG": [ 0, 1 ],
1818
"Mangle": [ 0, 1 ],
19-
"LessPorts": [ 1, 0 ],
19+
"LessPorts": [ 1, 1 ],
2020
"Inline": [ 0, 1 ]
2121
},
2222
"extends": "../tsconfig.base.json"

0 commit comments

Comments
 (0)