From 6091148e3696437b3e07406381aee6e8300dcb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Sun, 25 Jan 2026 13:40:13 +0800 Subject: [PATCH] update doc --- docs/changelog.md | 6 +++++- docs/changelog_zh.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index e68e955..6b00121 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -206,4 +206,8 @@ 11. Optimized Fishbone diagram code and node outer spacing. 12. Improved text visibility in dark theme for level-3+ node text editors (fixed similar background/text colors). 13. Added filename length validation and warning for Excel exports. -14. Improved dark mode styling in file list dialogs. \ No newline at end of file +14. Improved dark mode styling in file list dialogs. + +# v0.1.6 +**Fixes**: +1. Fixed the issue where when dragging image files directly onto a node, they are uploaded to the attachment directory instead of the image directory; \ No newline at end of file diff --git a/docs/changelog_zh.md b/docs/changelog_zh.md index ac62849..d5dd353 100644 --- a/docs/changelog_zh.md +++ b/docs/changelog_zh.md @@ -189,3 +189,7 @@ tooltip由elementui切换为obsidian 12.优化深色主题下编辑三级及以下节点文本时编辑框背景色和文字颜色相近导致看不清的问题; 13.导出弹窗中增加对导出excel文件的名称长度的校验和提示; 14.优化文件列表弹窗暗黑模式的样式; + +# v0.1.6 +修复: +1.修复直接拖拽图片文件到节点上时,上传到的是附件目录而不是图片目录的问题; \ No newline at end of file