diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml
index 6af9dbc42..2ef425d19 100644
--- a/.github/workflows/dockerimage.yml
+++ b/.github/workflows/dockerimage.yml
@@ -33,4 +33,4 @@ jobs:
- name: Build the Docker image
run: |
- docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.9.3 .
\ No newline at end of file
+ docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.9.4 .
\ No newline at end of file
diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml
index d39311ce3..855f16bca 100644
--- a/app/appx/AppxManifest.xml
+++ b/app/appx/AppxManifest.xml
@@ -9,7 +9,7 @@
+ Version="2.9.4.0"/>
SiYuan
云南链滴科技有限公司
diff --git a/app/changelogs/v2.9.4/v2.9.4_zh_CN.md b/app/changelogs/v2.9.4/v2.9.4_zh_CN.md
index 683da6648..139707731 100644
--- a/app/changelogs/v2.9.4/v2.9.4_zh_CN.md
+++ b/app/changelogs/v2.9.4/v2.9.4_zh_CN.md
@@ -1,41 +1,41 @@
## 概述
-該版本我們修復了數據同步的一些問題,如果你遇到雲端數據損壞的問題,請盡快升級到該版本。
+该版本我们修复了数据同步的一些问题,如果你遇到云端数据损坏的问题,请尽快升级到该版本。
-在本月底前,我們會發布新特性 [屬性視圖](https://github.com/siyuan-note/siyuan/issues/2829)(類似 Notion 數據庫)的第一個早期預覽內測版本,敬請期待!
+在本月底前,我们会发布新特性 [属性视图](https://github.com/siyuan-note/siyuan/issues/2829)(类似 Notion 数据库)的早期预览内测版本,敬请期待!
-## 變更記錄
+## 变更记录
-以下是此版本中的詳細變更。
+以下是此版本中的详细变更。
-### 改進功能
+### 改进功能
-* [`全部替換` 不再被分頁影響](https://github.com/siyuan-note/siyuan/issues/8265)
-* [統一界面彈出層圓角大小](https://github.com/siyuan-note/siyuan/issues/8631)
-* [支持預覽導出模式下 `Ctrl`/`Shift`+ 點擊文件打開](https://github.com/siyuan-note/siyuan/issues/8634)
-* [搜索方式和更多菜單點擊後固定位置](https://github.com/siyuan-note/siyuan/issues/8639)
-* [集市包支持繁體中文](https://github.com/siyuan-note/siyuan/issues/8642)
-* [在命令面板中顯示插件名稱](https://github.com/siyuan-note/siyuan/issues/8644)
-* [訪問授權頁驗證碼使用白色背景](https://github.com/siyuan-note/siyuan/issues/8645)
-* [改進繁體中文界面相關文案](https://github.com/siyuan-note/siyuan/pull/8647)
-* [改進選擇文本後的顏色](https://github.com/siyuan-note/siyuan/issues/8648)
-* [創建和刪除雲端同步目錄時鎖定同步,防止數據損壞](https://github.com/siyuan-note/siyuan/issues/8649)
-* [改進數據同步穩定性和性能](https://github.com/siyuan-note/siyuan/issues/8651)
-* [自動校驗雲端數據完整性並嘗試自動修復已損壞的數據](https://github.com/siyuan-note/siyuan/issues/8653)
-* [改進列表項下第一個子塊包含超鏈接時反鏈的顯示](https://github.com/siyuan-note/siyuan/issues/8661)
+* [`全部替换` 不再被分页影响](https://github.com/siyuan-note/siyuan/issues/8265)
+* [统一界面弹出层圆角大小](https://github.com/siyuan-note/siyuan/issues/8631)
+* [支持预览导出模式下 `Ctrl`/`Shift`+ 点击文件打开](https://github.com/siyuan-note/siyuan/issues/8634)
+* [搜索方式和更多菜单点击后固定位置](https://github.com/siyuan-note/siyuan/issues/8639)
+* [集市包支持繁体中文](https://github.com/siyuan-note/siyuan/issues/8642)
+* [在命令面板中显示插件名称](https://github.com/siyuan-note/siyuan/issues/8644)
+* [访问授权页验证码使用白色背景](https://github.com/siyuan-note/siyuan/issues/8645)
+* [改进繁体中文界面相关文案](https://github.com/siyuan-note/siyuan/pull/8647)
+* [改进选择文本后的颜色](https://github.com/siyuan-note/siyuan/issues/8648)
+* [创建和删除云端同步目录时锁定同步,防止数据损坏](https://github.com/siyuan-note/siyuan/issues/8649)
+* [改进数据同步稳定性和性能](https://github.com/siyuan-note/siyuan/issues/8651)
+* [自动校验云端数据完整性并尝试自动修复已损坏的数据](https://github.com/siyuan-note/siyuan/issues/8653)
+* [改进列表项下第一个子块包含超链接时反链的显示](https://github.com/siyuan-note/siyuan/issues/8661)
-### 修復缺陷
+### 修复缺陷
-* [修復搜索替換在命中文本標題後重複內容的問題](https://github.com/siyuan-note/siyuan/issues/8641)
-* [修復數據同步嚮導中無法啟用數據同步的問題](https://github.com/siyuan-note/siyuan/issues/8662)
+* [修复搜索替换在命中文本标题后重复内容的问题](https://github.com/siyuan-note/siyuan/issues/8641)
+* [修复数据同步向导中无法启用数据同步的问题](https://github.com/siyuan-note/siyuan/issues/8662)
-### 改進文檔
+### 改进文档
-* [改進繁體中文用戶指南](https://github.com/siyuan-note/siyuan/pull/8650)
+* [改进繁体中文用户指南](https://github.com/siyuan-note/siyuan/pull/8650)
-### 開發者
+### 开发者
-* [屬性視圖數據同步](https://github.com/siyuan-note/siyuan/issues/7552)
-* [為插件添加 `open-menu-xxx` 事件](https://github.com/siyuan-note/siyuan/issues/8617)
-* [修復使用內核 API `/api/file/renameFile` 重命名後顯示文件佔用](https://github.com/siyuan-note/siyuan/issues/8635)
-* [改進對話框中的 textarea keydown 事件](https://github.com/siyuan-note/siyuan/issues/8652)
\ No newline at end of file
+* [属性视图数据同步](https://github.com/siyuan-note/siyuan/issues/7552)
+* [为插件添加 `open-menu-xxx` 事件](https://github.com/siyuan-note/siyuan/issues/8617)
+* [修复使用内核 API `/api/file/renameFile` 重命名后显示文件占用](https://github.com/siyuan-note/siyuan/issues/8635)
+* [改进对话框中的 textarea keydown 事件](https://github.com/siyuan-note/siyuan/issues/8652)
diff --git a/app/package.json b/app/package.json
index 3e2196e95..fb2b73a83 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
{
"name": "SiYuan",
- "version": "2.9.3",
+ "version": "2.9.4",
"description": "Refactor your thinking",
"homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js",
diff --git a/kernel/util/working.go b/kernel/util/working.go
index 3853296e2..4c546d9a4 100644
--- a/kernel/util/working.go
+++ b/kernel/util/working.go
@@ -41,7 +41,7 @@ import (
var Mode = "prod"
const (
- Ver = "2.9.3"
+ Ver = "2.9.4"
IsInsider = false
)