Skip to content

Commit e8e3d36

Browse files
committed
bump version to v1.99.97
1 parent cc1d1f8 commit e8e3d36

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

RELEASE-NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ 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

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

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@
191191
],
192192
"short_name": "Vimium C",
193193
"update_url": "https://clients2.google.com/service/update2/crx",
194-
"version": "1.99.96",
194+
"version": "1.99.97",
195+
"version_name": "1.99.96",
195196
"web_accessible_resources": [{
196197
"resources": [ "content/*", "front/vomnibar*", "lib/*" ],
197198
"matches": [ "<all_urls>", "chrome-extension://*/*" ],

0 commit comments

Comments
 (0)