From b0e9c1c8dde870af8bd87317bb0ea5c346149b0c Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 25 Dec 2023 15:14:56 +0800 Subject: [PATCH] :memo: Update changelogs --- app/changelogs/v2.11.4/v2.11.4.md | 1 + app/changelogs/v2.11.4/v2.11.4_zh_CHT.md | 1 + app/changelogs/v2.11.4/v2.11.4_zh_CN.md | 1 + 3 files changed, 3 insertions(+) diff --git a/app/changelogs/v2.11.4/v2.11.4.md b/app/changelogs/v2.11.4/v2.11.4.md index ea5c546af..232121fe5 100644 --- a/app/changelogs/v2.11.4/v2.11.4.md +++ b/app/changelogs/v2.11.4/v2.11.4.md @@ -44,6 +44,7 @@ Below are the detailed changes in this version. * [The doc title image index failed when using notebook-level assets](https://github.com/siyuan-note/siyuan/issues/9936) * [Closing the doc tree and then restarting will reset the layout](https://github.com/siyuan-note/siyuan/issues/9937) * [Soft newlines cause kernel errors in some cases](https://github.com/siyuan-note/siyuan/issues/9951) +* [Documents containing certain svg images cannot be exported as images](https://github.com/siyuan-note/siyuan/issues/9966) ### Refactor diff --git a/app/changelogs/v2.11.4/v2.11.4_zh_CHT.md b/app/changelogs/v2.11.4/v2.11.4_zh_CHT.md index 776a05fef..257ba9653 100644 --- a/app/changelogs/v2.11.4/v2.11.4_zh_CHT.md +++ b/app/changelogs/v2.11.4/v2.11.4_zh_CHT.md @@ -42,6 +42,7 @@ * [使用筆記本級資源檔案時文件題頭圖為被索引](https://github.com/siyuan-note/siyuan/issues/9936) * [關閉文件樹後重新啟動介面版面配置已重設](https://github.com/siyuan-note/siyuan/issues/9937) * [某些情況下軟換行導致內核異常](https://github.com/siyuan-note/siyuan/issues/9951) +* [包含某些 svg 圖片的文件無法匯出為圖片](https://github.com/siyuan-note/siyuan/issues/9966) ### 開發重構 diff --git a/app/changelogs/v2.11.4/v2.11.4_zh_CN.md b/app/changelogs/v2.11.4/v2.11.4_zh_CN.md index e70c5d264..2d1ce2008 100644 --- a/app/changelogs/v2.11.4/v2.11.4_zh_CN.md +++ b/app/changelogs/v2.11.4/v2.11.4_zh_CN.md @@ -42,6 +42,7 @@ * [使用笔记本级资源文件时文档题头图为被索引](https://github.com/siyuan-note/siyuan/issues/9936) * [关闭文档树后重启界面布局被重置](https://github.com/siyuan-note/siyuan/issues/9937) * [某些情况下软换行导致内核异常](https://github.com/siyuan-note/siyuan/issues/9951) +* [包含某些 svg 图片的文档无法导出为图片](https://github.com/siyuan-note/siyuan/issues/9966) ### 开发重构