From bfedc54f9598c250af8d4cadd094ee5fac2aa2db Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 17 Sep 2023 10:45:59 +0800 Subject: [PATCH] :bug: Unable to specify file name when exporting template https://github.com/siyuan-note/siyuan/issues/9201 --- app/changelogs/v2.10.6/v2.10.6.md | 1 + app/changelogs/v2.10.6/v2.10.6_zh_CHT.md | 1 + app/changelogs/v2.10.6/v2.10.6_zh_CN.md | 1 + 3 files changed, 3 insertions(+) diff --git a/app/changelogs/v2.10.6/v2.10.6.md b/app/changelogs/v2.10.6/v2.10.6.md index f5442cc4f..ce6badf39 100644 --- a/app/changelogs/v2.10.6/v2.10.6.md +++ b/app/changelogs/v2.10.6/v2.10.6.md @@ -38,6 +38,7 @@ Below are the detailed changes in this version. * [Alt+Y and other shortcut keys do not work in the following editors](https://github.com/siyuan-note/siyuan/issues/9184) * [Entering "Tab" on the last line of the code block will not align](https://github.com/siyuan-note/siyuan/issues/9189) * [PDF tab `⋮` menu cannot be clicked](https://github.com/siyuan-note/siyuan/issues/9192) +* [Unable to specify file name when exporting template](https://github.com/siyuan-note/siyuan/issues/9201) * [Kernel crash when copy-pasting from some browsers](https://github.com/siyuan-note/siyuan/issues/9203) ### Development diff --git a/app/changelogs/v2.10.6/v2.10.6_zh_CHT.md b/app/changelogs/v2.10.6/v2.10.6_zh_CHT.md index 9b2354786..bdb576e72 100644 --- a/app/changelogs/v2.10.6/v2.10.6_zh_CHT.md +++ b/app/changelogs/v2.10.6/v2.10.6_zh_CHT.md @@ -38,6 +38,7 @@ * [全屏 Alt+Y 和一些快捷鍵在編輯器中失效](https://github.com/siyuan-note/siyuan/issues/9184) * [在代碼塊最後一行輸入 Tab 未對齊](https://github.com/siyuan-note/siyuan/issues/9189) * [PDF 頁簽 `⋮` 菜單項無法點擊](https://github.com/siyuan-note/siyuan/issues/9192) +* [導出模板時無法指定文件名](https://github.com/siyuan-note/siyuan/issues/9201) * [從某些瀏覽器複製粘貼時內核崩潰](https://github.com/siyuan-note/siyuan/issues/9203) ### 開發者 diff --git a/app/changelogs/v2.10.6/v2.10.6_zh_CN.md b/app/changelogs/v2.10.6/v2.10.6_zh_CN.md index 11f684258..ef50a7b21 100644 --- a/app/changelogs/v2.10.6/v2.10.6_zh_CN.md +++ b/app/changelogs/v2.10.6/v2.10.6_zh_CN.md @@ -38,6 +38,7 @@ * [全屏 Alt+Y 和一些快捷键在编辑器中失效](https://github.com/siyuan-note/siyuan/issues/9184) * [在代码块最后一行输入 Tab 未对齐](https://github.com/siyuan-note/siyuan/issues/9189) * [PDF 页签 `⋮` 菜单项无法点击](https://github.com/siyuan-note/siyuan/issues/9192) +* [导出模板时无法指定文件名](https://github.com/siyuan-note/siyuan/issues/9201) * [从某些浏览器复制粘贴时内核崩溃](https://github.com/siyuan-note/siyuan/issues/9203) ### 开发者