diff --git a/app/changelogs/v3.0.8/v3.0.8.md b/app/changelogs/v3.0.8/v3.0.8.md index 1183611ed..ceaa188a4 100644 --- a/app/changelogs/v3.0.8/v3.0.8.md +++ b/app/changelogs/v3.0.8/v3.0.8.md @@ -54,6 +54,7 @@ Below are the detailed changes in this version. * [Database rollup calculation range anomaly](https://github.com/siyuan-note/siyuan/issues/10913) * [Cannot open doc via `siyuan://` when startup the application](https://github.com/siyuan-note/siyuan/issues/10937) * [Unbind the "Hide Window" hotkey exception](https://github.com/siyuan-note/siyuan/issues/10938) +* [`Ctrl+X` followed by `Ctrl+M` cannot call out inline-level formula editing](https://github.com/siyuan-note/siyuan/issues/10941) ### Refactor diff --git a/app/changelogs/v3.0.8/v3.0.8_zh_CHT.md b/app/changelogs/v3.0.8/v3.0.8_zh_CHT.md index 7e0d775fa..889b31e39 100644 --- a/app/changelogs/v3.0.8/v3.0.8_zh_CHT.md +++ b/app/changelogs/v3.0.8/v3.0.8_zh_CHT.md @@ -54,6 +54,7 @@ * [資料庫總結計算極差異常](https://github.com/siyuan-note/siyuan/issues/10913) * [啟動應用程式時無法透過 `siyuan://` 開啟文件](https://github.com/siyuan-note/siyuan/issues/10937) * [解綁 "隱藏視窗" 快速鍵異常](https://github.com/siyuan-note/siyuan/issues/10938) +* [`Ctrl+X` 後 `Ctrl+M` 無法召喚出行級公式編輯](https://github.com/siyuan-note/siyuan/issues/10941) ### 開發重構 diff --git a/app/changelogs/v3.0.8/v3.0.8_zh_CN.md b/app/changelogs/v3.0.8/v3.0.8_zh_CN.md index b579b36c9..f3e8c6be9 100644 --- a/app/changelogs/v3.0.8/v3.0.8_zh_CN.md +++ b/app/changelogs/v3.0.8/v3.0.8_zh_CN.md @@ -54,6 +54,7 @@ * [数据库汇总计算极差异常](https://github.com/siyuan-note/siyuan/issues/10913) * [启动应用程序时无法通过 `siyuan://` 打开文档](https://github.com/siyuan-note/siyuan/issues/10937) * [解绑 "隐藏窗口" 快捷键异常](https://github.com/siyuan-note/siyuan/issues/10938) +* [`Ctrl+X` 后 `Ctrl+M` 无法唤出行级公式编辑](https://github.com/siyuan-note/siyuan/issues/10941) ### 开发重构