Skip to content

Commit

Permalink
bump version to v1.99.97
Browse files Browse the repository at this point in the history
  • Loading branch information
gdh1995 committed Dec 22, 2022
1 parent cc1d1f8 commit e8e3d36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ 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 .

#### v1.99.96
<a name="v1.99.97"></a>
* UI: on macOS, prefer Menlo and Monaco in monospace fonts by default
* fix exclusions rule changes can not be saved on options page ([#811](https://github.com/gdh1995/vimium-c/issues/811))
* FindMode: fix compatibility with `scroll-behavior: smooth` ([#819](https://github.com/gdh1995/vimium-c/issues/819))
* VisualMode: line mode: try its best to make moving work ([#813](https://github.com/gdh1995/vimium-c/issues/813))
* tested on Chrome 107 and Firefox 106 only
* now the word block list also applies on bookmark paths ([#824](https://github.com/gdh1995/vimium-c/issues/824))
* improve detection of browser version to support 360 eex ([#814](https://github.com/gdh1995/vimium-c/issues/814))
* fix some other bugs and usage issues

Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
],
"short_name": "Vimium C",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.99.96",
"version": "1.99.97",
"version_name": "1.99.96",
"web_accessible_resources": [{
"resources": [ "content/*", "front/vomnibar*", "lib/*" ],
"matches": [ "<all_urls>", "chrome-extension://*/*" ],
Expand Down

0 comments on commit e8e3d36

Please sign in to comment.