From ab43a2d35f2206475749e18aa9564b9ef0cb3193 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 30 Dec 2025 17:50:17 +0800 Subject: [PATCH] :memo: Update changelogs Signed-off-by: Daniel <845765@qq.com> --- app/changelogs/v3.5.2/v3.5.2.md | 1 + app/changelogs/v3.5.2/v3.5.2_zh_CHT.md | 1 + app/changelogs/v3.5.2/v3.5.2_zh_CN.md | 1 + 3 files changed, 3 insertions(+) diff --git a/app/changelogs/v3.5.2/v3.5.2.md b/app/changelogs/v3.5.2/v3.5.2.md index 7d5c27add..c03988a53 100644 --- a/app/changelogs/v3.5.2/v3.5.2.md +++ b/app/changelogs/v3.5.2/v3.5.2.md @@ -35,6 +35,7 @@ Below are the detailed changes in this version. ### Development +* [The plugin should continue execution even if `loadData` fails](https://github.com/siyuan-note/siyuan/issues/15818) * [Make hotkey optional for plugin commands and toolbar](https://github.com/siyuan-note/siyuan/pull/16676) * [Improve error handling and security for plugin data storage methods](https://github.com/siyuan-note/siyuan/pull/16717) diff --git a/app/changelogs/v3.5.2/v3.5.2_zh_CHT.md b/app/changelogs/v3.5.2/v3.5.2_zh_CHT.md index 27d95cdd6..55c03997e 100644 --- a/app/changelogs/v3.5.2/v3.5.2_zh_CHT.md +++ b/app/changelogs/v3.5.2/v3.5.2_zh_CHT.md @@ -35,6 +35,7 @@ ### 開發者 +* [即使 `loadData` 函數執行失敗,插件也應該繼續運行](https://github.com/siyuan-note/siyuan/issues/15818) * [使插件命令和工具列的快捷鍵可選](https://github.com/siyuan-note/siyuan/pull/16676) * [改進插件資料儲存方法的錯誤處理與安全性](https://github.com/siyuan-note/siyuan/pull/16717) diff --git a/app/changelogs/v3.5.2/v3.5.2_zh_CN.md b/app/changelogs/v3.5.2/v3.5.2_zh_CN.md index 196d5024f..7cc42aacb 100644 --- a/app/changelogs/v3.5.2/v3.5.2_zh_CN.md +++ b/app/changelogs/v3.5.2/v3.5.2_zh_CN.md @@ -35,6 +35,7 @@ ### 开发者 +* [即使 `loadData` 函数执行失败,插件也应该继续运行](https://github.com/siyuan-note/siyuan/issues/15818) * [使插件命令和工具栏的快捷键可选](https://github.com/siyuan-note/siyuan/pull/16676) * [改进插件数据存储方法的错误处理和安全性](https://github.com/siyuan-note/siyuan/pull/16717)