Skip to content

Commit

Permalink
bump version to v1.88.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdh1995 committed Feb 8, 2021
1 parent 86145de commit 9d5babe
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,17 @@ __Other extensions supporting Vimium C:__

# Release Notes

#### 1.88.2
* refuse to open known "harmful" URLs and show a tip: for example, the `...\condrv\kernelconnect` will trigger an error
* key mappings: `env`: add `fullscreen: boolean` to detect element-wise fullscreen mode
* `LinkHints.click`: add `direct="element" match=... index=<number>|"count"` to directly select any element and click
* Scroller: support `keepHover=true|"auto"|false|"never"|<number>`
* Scroller: fix broken `scrollPx*` and some other issues
* Vomnibar: if in domain mode (query starts with `:d `), then show a list of matched domains
* Vomnibar: fix an order bug on pagedown
* `goNext`: prefer the value of `[aria-label]` if text is very short (up to 2 characters, like icons)
* improved `vimium://show #!image`

#### 1.88.0
* add `map *** runKey expect={env1:key1} keys=<default_key>` with `env name ...conditions`
* now Vimium C can trigger different commands on different websites / for different active elements
Expand Down
14 changes: 14 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Release Notes of Vimium C
ReadMe: https://github.com/gdh1995/vimium-c/#readme .<br/>
说明文档: https://gitee.com/gdh1995/vimium-c#readme , https://github.com/gdh1995/vimium-c/blob/master/README-zh.md .

#### 1.88.2
* refuse to open known "harmful" URLs and show a tip: for example, the `...\condrv\kernelconnect` will trigger an error
* key mappings: `env`: add `fullscreen: boolean` to detect element-wise fullscreen mode
* `LinkHints.click`: add `direct="element" match=... index=<number>|"count"` to directly select any element and click
* Scroller: support `keepHover=true|"auto"|false|"never"|<number>`
* `"auto"` to detect 3 times of losing frames (interval `>` 20ms) and then prevent hover effects
* `false` means to prevent by default, unless there's selected text; `never` means to ignore selection status
* `<number>` means a minimum latency for `"auto"`, if it `>=` 20
* Scroller: fix broken `scrollPx*` and some other issues
* Vomnibar: if in domain mode (query starts with `:d `), then show a list of matched domains
* Vomnibar: fix an order bug on pagedown
* `goNext`: prefer the value of `[aria-label]` if text is very short (up to 2 characters, like icons)
* improved `vimium://show #!image`

#### 1.88.1
* fix `ignoreKeyboardLayout` didn't work if it had been enabled
* fix in FindMode RegExp mode could not match non-English letters
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
],
"short_name": "Vimium C",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.88.1",
"version": "1.88.2",
"web_accessible_resources": [
"content/*",
"front/vomnibar.*",
Expand Down

0 comments on commit 9d5babe

Please sign in to comment.