diff --git a/app/changelogs/v2.10.12/v2.10.12.md b/app/changelogs/v2.10.12/v2.10.12.md index f9e8f67cb..2b2cba2c5 100644 --- a/app/changelogs/v2.10.12/v2.10.12.md +++ b/app/changelogs/v2.10.12/v2.10.12.md @@ -37,6 +37,7 @@ Below are the detailed changes in this version. ### Development +* [Enhance compatibility and the plugin command cannot be set to empty](https://github.com/siyuan-note/siyuan/issues/9231) * [Add plugin event bus `paste`](https://github.com/siyuan-note/siyuan/issues/9452) * [Improve database date column "Is Empty" filtering](https://github.com/siyuan-note/siyuan/issues/9463) * [Deprecated `loaded-protyle` use `loaded-protyle-static` instead](https://github.com/siyuan-note/siyuan/issues/9468) diff --git a/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md b/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md index 5eba8ca5b..fba201d44 100644 --- a/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md +++ b/app/changelogs/v2.10.12/v2.10.12_zh_CHT.md @@ -37,6 +37,7 @@ ### 開發者 +* [改進插件命令相容性](https://github.com/siyuan-note/siyuan/issues/9231) * [新增插件事件 `paste`](https://github.com/siyuan-note/siyuan/issues/9452) * [改進資料庫視圖「為空」過濾](https://github.com/siyuan-note/siyuan/issues/9463) * [棄用 `loaded-protyle` 使用 `loaded-protyle-static` 替代](https://github.com/siyuan-note/siyuan/issues/9468) diff --git a/app/changelogs/v2.10.12/v2.10.12_zh_CN.md b/app/changelogs/v2.10.12/v2.10.12_zh_CN.md index b7ece95e1..fdeed75a2 100644 --- a/app/changelogs/v2.10.12/v2.10.12_zh_CN.md +++ b/app/changelogs/v2.10.12/v2.10.12_zh_CN.md @@ -37,6 +37,7 @@ ### 开发者 +* [改进插件命令兼容性](https://github.com/siyuan-note/siyuan/issues/9231) * [添加插件事件 `paste`](https://github.com/siyuan-note/siyuan/issues/9452) * [改进数据库视图“为空”过滤](https://github.com/siyuan-note/siyuan/issues/9463) * [弃用 `loaded-protyle` 使用 `loaded-protyle-static` 替代](https://github.com/siyuan-note/siyuan/issues/9468)