diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 0e6a917a9..77ae2a539 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -5,10 +5,13 @@ ReadMe: https://github.com/gdh1995/vimium-c/#readme .
说明文档: https://gitee.com/gdh1995/vimium-c#readme , https://github.com/gdh1995/vimium-c/blob/master/README-zh.md .
#### v1.99.96
+
+* 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
diff --git a/manifest.json b/manifest.json
index ea10795aa..97d1570b0 100644
--- a/manifest.json
+++ b/manifest.json
@@ -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": [ "", "chrome-extension://*/*" ],