From 9797e5e032ff439b72557058ff26d93715c13423 Mon Sep 17 00:00:00 2001
From: Daniel <845765@qq.com>
Date: Mon, 30 Oct 2023 16:56:58 +0800
Subject: [PATCH] :memo: Update changelogs
---
app/changelogs/v2.10.13/v2.10.13.md | 64 ++++++++++++++++++++++
app/changelogs/v2.10.13/v2.10.13_zh_CHT.md | 64 ++++++++++++++++++++++
app/changelogs/v2.10.13/v2.10.13_zh_CN.md | 64 ++++++++++++++++++++++
3 files changed, 192 insertions(+)
create mode 100644 app/changelogs/v2.10.13/v2.10.13.md
create mode 100644 app/changelogs/v2.10.13/v2.10.13_zh_CHT.md
create mode 100644 app/changelogs/v2.10.13/v2.10.13_zh_CN.md
diff --git a/app/changelogs/v2.10.13/v2.10.13.md b/app/changelogs/v2.10.13/v2.10.13.md
new file mode 100644
index 000000000..590d59c26
--- /dev/null
+++ b/app/changelogs/v2.10.13/v2.10.13.md
@@ -0,0 +1,64 @@
+## Overview
+
+This version improves the interactive experience of doc tree and editor block dragging, and also improves data synchronization stability.
+
+Advertisement: Currently, `PRO Features` are in the early bird price stage, welcome to [learn more](https://b3log.org/siyuan/en/pricing.html).
+
+Note: The annual `Subscription` includes `Pro features`. If you are an annual subscriber, you do not need to buy PRO Features separately.
+
+## Changelogs
+
+Below are the detailed changes in this version.
+
+### Enhancement
+
+* [More customizable hotkeys to navigate between tabs](https://github.com/siyuan-note/siyuan/issues/9210)
+* [Improve the display of line numbers of code blocks with paging in PDF export](https://github.com/siyuan-note/siyuan/issues/9471)
+* [Update application title after closing all tabs](https://github.com/siyuan-note/siyuan/issues/9498)
+* [PDF files larger than 128MB are not included in asset file content searching](https://github.com/siyuan-note/siyuan/issues/9500)
+* [Improve icon drag interaction](https://github.com/siyuan-note/siyuan/issues/9502)
+* [Improve unpin plugin on the mobile](https://github.com/siyuan-note/siyuan/issues/9503)
+* [Improve document tree sub-document drag and drop recognition](https://github.com/siyuan-note/siyuan/issues/9505)
+* [When exporting Markdown, `
` nodes in non-tables are replaced with `\n` text nodes](https://github.com/siyuan-note/siyuan/issues/9509)
+* [Data should also be saved when the formula and chart edit boxes are not closed normally](https://github.com/siyuan-note/siyuan/issues/9515)
+* [On the mobile, creating new docs on the search interface should be within the same notebook as the currently opened doc](https://github.com/siyuan-note/siyuan/issues/9522)
+* [Support `Use on Browser` for the Android Pad](https://github.com/siyuan-note/siyuan/issues/9523)
+* [Doc title picture supports searching in assets](https://github.com/siyuan-note/siyuan/issues/9524)
+* [Zoom out outline icon](https://github.com/siyuan-note/siyuan/issues/9526)
+* [Support `Jump to the next block in the parent level` on focus status](https://github.com/siyuan-note/siyuan/issues/9527)
+* [Improve automatic deletion when block attribute value is empty](https://github.com/siyuan-note/siyuan/issues/9529)
+* [Support update AI actions](https://github.com/siyuan-note/siyuan/issues/9531)
+* [Improve the location of the reference search box](https://github.com/siyuan-note/siyuan/issues/9533)
+* [Don't show float dock when mouse is in floating window](https://github.com/siyuan-note/siyuan/issues/9535)
+* [Find replace supports HTML blocks](https://github.com/siyuan-note/siyuan/issues/9539)
+* [Remove input background when searching for pdf not found](https://github.com/siyuan-note/siyuan/issues/9540)
+* [Improve stability of data sync on some file systems](https://github.com/siyuan-note/siyuan/issues/9541)
+* [Improve exporting Markdown for elements such as strong, em, etc.](https://github.com/siyuan-note/siyuan/issues/9542)
+* [Improve new doc in the search panel and add new docs in the right panel on the mobile](https://github.com/siyuan-note/siyuan/issues/9544)
+* [Don't open folder when link is empty on the Windows](https://github.com/siyuan-note/siyuan/issues/9550)
+* [The image menu is also available in read-only mode](https://github.com/siyuan-note/siyuan/issues/9557)
+
+### Bugfix
+
+* [Editor parsing exception when using a template containing database to create dailynote](https://github.com/siyuan-note/siyuan/issues/9504)
+* [The blocks is not displayed after the folded heading is converted to a document](https://github.com/siyuan-note/siyuan/issues/9512)
+* [Incorrect escape text when copy-pasting](https://github.com/siyuan-note/siyuan/issues/9534)
+* [Unable to resize images in search panel](https://github.com/siyuan-note/siyuan/issues/9545)
+
+### Refactor
+
+* [Upgrade Electron](https://github.com/siyuan-note/siyuan/issues/9519)
+
+### Development
+
+* [Add plugin event bus `switch-protyle`](https://github.com/siyuan-note/siyuan/issues/9454)
+* [Add specific time switch to database date field](https://github.com/siyuan-note/siyuan/issues/9486)
+* [Add the `keywords` field to the marketplace package conf JSON](https://github.com/siyuan-note/siyuan/issues/9499)
+* [Support modifying database column types](https://github.com/siyuan-note/siyuan/issues/9513)
+* [Adding row overwriting data after enabling sort in database](https://github.com/siyuan-note/siyuan/issues/9517)
+* [Auto-scroll screen to the top when editing database cells on the mobile](https://github.com/siyuan-note/siyuan/issues/9520)
+* [Improve database table view column width dragging](https://github.com/siyuan-note/siyuan/issues/9528)
+* [Add plugin constant `app.appId`](https://github.com/siyuan-note/siyuan/issues/9538)
+* [Support dragging the file to the asset column in the database attribute view](https://github.com/siyuan-note/siyuan/issues/9543)
+* [Adjust CSS loading order](https://github.com/siyuan-note/siyuan/issues/9553)
+* [Export `Constants` to plugin](https://github.com/siyuan-note/siyuan/issues/9555)
diff --git a/app/changelogs/v2.10.13/v2.10.13_zh_CHT.md b/app/changelogs/v2.10.13/v2.10.13_zh_CHT.md
new file mode 100644
index 000000000..e6dbdc741
--- /dev/null
+++ b/app/changelogs/v2.10.13/v2.10.13_zh_CHT.md
@@ -0,0 +1,64 @@
+## 概述
+
+此版本改進了文件樹和編輯器區塊拖曳的互動體驗,同時也改進了資料同步穩定性。
+
+廣告: 目前 `功能特性` 正處於早鳥價階段,歡迎[了解](https://b3log.org/siyuan/pricing.html)。
+
+註:`年付訂閱` 包含 `功能特性`,如果你是訂閱會員,則無需單獨購買功能特性。
+
+## 變更記錄
+
+以下是此版本中的詳細變更。
+
+### 改進功能
+
+* [支援更多切換頁籤快捷鍵](https://github.com/siyuan-note/siyuan/issues/9210)
+* [改進匯出 PDF 時程式碼區塊行號顯示](https://github.com/siyuan-note/siyuan/issues/9471)
+* [關閉所有頁籤後更新應用程式標題](https://github.com/siyuan-note/siyuan/issues/9498)
+* [大於 128MB 的 PDF 檔案不再納入資源檔案搜尋](https://github.com/siyuan-note/siyuan/issues/9500)
+* [改進塊拖曳互動體驗](https://github.com/siyuan-note/siyuan/issues/9502)
+* [改進行動端取消釘住外掛程式](https://github.com/siyuan-note/siyuan/issues/9503)
+* [改進文件樹文件拖曳互動體驗](https://github.com/siyuan-note/siyuan/issues/9505)
+* [匯出 Markdown 時非表格內的 `
` 節點替換為 `\n` 節點](https://github.com/siyuan-note/siyuan/issues/9509)
+* [公式和圖表編輯框非正常關閉時儲存資料](https://github.com/siyuan-note/siyuan/issues/9515)
+* [在行動端搜尋介面建立文件時將文件儲存於目前開啟的文件所屬筆記本下](https://github.com/siyuan-note/siyuan/issues/9522)
+* [在 Android 平板上支援 `在瀏覽器上使用`](https://github.com/siyuan-note/siyuan/issues/9523)
+* [插入文件題頭圖支援在資源文件中搜尋](https://github.com/siyuan-note/siyuan/issues/9524)
+* [縮小大綱面板標題圖示](https://github.com/siyuan-note/siyuan/issues/9526)
+* [支援聚焦狀態下 `跳到父級的下一個區塊`](https://github.com/siyuan-note/siyuan/issues/9527)
+* [改進區塊屬性為空時自動刪除屬性](https://github.com/siyuan-note/siyuan/issues/9529)
+* [支援更新 AI 操作](https://github.com/siyuan-note/siyuan/issues/9531)
+* [改進引用搜尋框位置](https://github.com/siyuan-note/siyuan/issues/9533)
+* [滑鼠位於浮窗時不再顯示浮動停靠列](https://github.com/siyuan-note/siyuan/issues/9535)
+* [支援在 HTML 區塊中進行搜尋替換](https://github.com/siyuan-note/siyuan/issues/9539)
+* [PDF 搜尋關鍵字時移除輸入框背景色](https://github.com/siyuan-note/siyuan/issues/9540)
+* [改善在某些檔案系統上資料同步的穩定性](https://github.com/siyuan-note/siyuan/issues/9541)
+* [改進匯出 Markdown 時加粗、斜體等元素的處理](https://github.com/siyuan-note/siyuan/issues/9542)
+* [改進行動端建立新文件](https://github.com/siyuan-note/siyuan/issues/9544)
+* [Windows 桌面端不再能夠開啟位址為空的超連結](https://github.com/siyuan-note/siyuan/issues/9550)
+* [唯讀模式下支援顯示圖片選單](https://github.com/siyuan-note/siyuan/issues/9557)
+
+### 修復缺陷
+
+* [使用包含資料庫的範本建立日記時編輯器解析異常](https://github.com/siyuan-note/siyuan/issues/9504)
+* [將標題區塊轉換為文件時不顯示標題下區塊](https://github.com/siyuan-note/siyuan/issues/9512)
+* [複製貼上後轉義文字不正確](https://github.com/siyuan-note/siyuan/issues/9534)
+* [搜尋預覽區無法調整圖片大小](https://github.com/siyuan-note/siyuan/issues/9545)
+
+### 開發重構
+
+* [升級 Electron](https://github.com/siyuan-note/siyuan/issues/9519)
+
+### 開發者
+
+* [新增外掛事件 `switch-protyle`](https://github.com/siyuan-note/siyuan/issues/9454)
+* [資料庫日期類型支援指定具體時間](https://github.com/siyuan-note/siyuan/issues/9486)
+* [市集包新增 `keywords` 欄位](https://github.com/siyuan-note/siyuan/issues/9499)
+* [支援修改資料庫列類型](https://github.com/siyuan-note/siyuan/issues/9513)
+* [資料庫啟用排序後新增行時覆蓋異常](https://github.com/siyuan-note/siyuan/issues/9517)
+* [行動端編輯資料庫儲存格時自動捲動](https://github.com/siyuan-note/siyuan/issues/9520)
+* [改進資料庫表格視圖列寬拖曳](https://github.com/siyuan-note/siyuan/issues/9528)
+* [新增插件常數 `app.appId`](https://github.com/siyuan-note/siyuan/issues/9538)
+* [支援拖曳檔案到資料庫資源列](https://github.com/siyuan-note/siyuan/issues/9543)
+* [跳到 CSS 載入順序](https://github.com/siyuan-note/siyuan/issues/9553)
+* [匯出 `Constants` 給外掛程式](https://github.com/siyuan-note/siyuan/issues/9555)
diff --git a/app/changelogs/v2.10.13/v2.10.13_zh_CN.md b/app/changelogs/v2.10.13/v2.10.13_zh_CN.md
new file mode 100644
index 000000000..22798e9f1
--- /dev/null
+++ b/app/changelogs/v2.10.13/v2.10.13_zh_CN.md
@@ -0,0 +1,64 @@
+## 概述
+
+该版本改进了文档树和编辑器块拖拽的交互体验,同时也改进了数据同步稳定性。
+
+广告: 目前 `功能特性` 正处于早鸟价阶段,欢迎[了解](https://b3log.org/siyuan/pricing.html)。
+
+注:`年付订阅` 包含 `功能特性`,如果你是订阅会员,则无需单独购买功能特性。
+
+## 变更记录
+
+以下是此版本中的详细变更。
+
+### 改进功能
+
+* [支持更多切换页签快捷键](https://github.com/siyuan-note/siyuan/issues/9210)
+* [改进导出 PDF 时代码块行号显示](https://github.com/siyuan-note/siyuan/issues/9471)
+* [关闭所有页签后更新应用程序标题](https://github.com/siyuan-note/siyuan/issues/9498)
+* [大于 128MB 的 PDF 文件不再纳入资源文件搜索](https://github.com/siyuan-note/siyuan/issues/9500)
+* [改进块拖拽交互体验](https://github.com/siyuan-note/siyuan/issues/9502)
+* [改进移动端取消钉住插件](https://github.com/siyuan-note/siyuan/issues/9503)
+* [改进文档树文档拖拖拽交互体验](https://github.com/siyuan-note/siyuan/issues/9505)
+* [导出 Markdown 时非表格内的 `
` 节点替换为 `\n` 节点](https://github.com/siyuan-note/siyuan/issues/9509)
+* [公式和图表编辑框非正常关闭时保存数据](https://github.com/siyuan-note/siyuan/issues/9515)
+* [在移动端搜索界面创建文档时将文档保存在当前打开的文档所属笔记本下](https://github.com/siyuan-note/siyuan/issues/9522)
+* [在 Android 平板上支持 `在浏览器上使用`](https://github.com/siyuan-note/siyuan/issues/9523)
+* [插入文档题头图支持在资源文件中搜索](https://github.com/siyuan-note/siyuan/issues/9524)
+* [缩小大纲面板标题图标](https://github.com/siyuan-note/siyuan/issues/9526)
+* [支持聚焦状态下 `跳转到父级的下一个块`](https://github.com/siyuan-note/siyuan/issues/9527)
+* [改进块属性为空时自动删除属性](https://github.com/siyuan-note/siyuan/issues/9529)
+* [支持更新 AI 操作](https://github.com/siyuan-note/siyuan/issues/9531)
+* [改进引用搜索框位置](https://github.com/siyuan-note/siyuan/issues/9533)
+* [鼠标位于浮窗中时不再显示浮动停靠栏](https://github.com/siyuan-note/siyuan/issues/9535)
+* [支持在 HTML 块中进行搜索替换](https://github.com/siyuan-note/siyuan/issues/9539)
+* [PDF 搜索关键字时移除输入框背景色](https://github.com/siyuan-note/siyuan/issues/9540)
+* [改进在某些文件系统上数据同步的稳定性](https://github.com/siyuan-note/siyuan/issues/9541)
+* [改进导出 Markdown 时加粗、斜体等元素的处理](https://github.com/siyuan-note/siyuan/issues/9542)
+* [改进移动端创建新文档](https://github.com/siyuan-note/siyuan/issues/9544)
+* [Windows 桌面端不再能够打开地址为空的超链接](https://github.com/siyuan-note/siyuan/issues/9550)
+* [只读模式下支持显示图片菜单](https://github.com/siyuan-note/siyuan/issues/9557)
+
+### 修复缺陷
+
+* [使用包含数据库的模板创建日记时编辑器解析异常](https://github.com/siyuan-note/siyuan/issues/9504)
+* [将标题块转换为文档时不显示标题下方块](https://github.com/siyuan-note/siyuan/issues/9512)
+* [复制粘贴后转义文本不正确](https://github.com/siyuan-note/siyuan/issues/9534)
+* [搜索预览区无法调整图片大小](https://github.com/siyuan-note/siyuan/issues/9545)
+
+### 开发重构
+
+* [升级 Electron](https://github.com/siyuan-note/siyuan/issues/9519)
+
+### 开发者
+
+* [添加插件事件 `switch-protyle`](https://github.com/siyuan-note/siyuan/issues/9454)
+* [数据库日期类型支持指定具体时间](https://github.com/siyuan-note/siyuan/issues/9486)
+* [集市包添加 `keywords` 字段](https://github.com/siyuan-note/siyuan/issues/9499)
+* [支持修改数据库列类型](https://github.com/siyuan-note/siyuan/issues/9513)
+* [数据库启用排序后添加行时覆盖异常](https://github.com/siyuan-note/siyuan/issues/9517)
+* [移动端编辑数据库单元格时自动滚动](https://github.com/siyuan-note/siyuan/issues/9520)
+* [改进数据库表格视图列宽拖拽](https://github.com/siyuan-note/siyuan/issues/9528)
+* [添加插件常量 `app.appId`](https://github.com/siyuan-note/siyuan/issues/9538)
+* [支持拖拽文件到数据库资源列中](https://github.com/siyuan-note/siyuan/issues/9543)
+* [跳转 CSS 加载顺序](https://github.com/siyuan-note/siyuan/issues/9553)
+* [导出 `Constants` 给插件](https://github.com/siyuan-note/siyuan/issues/9555)