diff --git a/app/changelogs/v3.1.29/v3.1.29.md b/app/changelogs/v3.1.29/v3.1.29.md
new file mode 100644
index 000000000..1cc6f1541
--- /dev/null
+++ b/app/changelogs/v3.1.29/v3.1.29.md
@@ -0,0 +1,94 @@
+## Overview
+
+This version improves some details.
+
+Important changes: List Markdown marker changed from `*` to `-` ([#14680](https://github.com/siyuan-note/siyuan/issues/14680))
+
+**Affected scope**:
+
+1. When copying or exporting list Markdown, the marker is changed to `-`
+2. SQL query statements or plugins that rely on the list `*` marker need to adjust their logic
+
+Does not affect input, and the `*` marker can still be used for input.
+
+**Adaptation operation**:
+
+1. Execute `Doc Tree` - `More` - `Rebuild Index` to update the list markers in the data index
+2. Modify the relevant SQL query statements
+ * Only support the new format: for example, change `markdown LIKE '* [x]%'` to `markdown LIKE '- [x]%'`
+ * Compatible with new and old formats: for example, change to `markdown LIKE '- [x]%' OR markdown LIKE '* [x]%'`
+
+## Changelogs
+
+Below are the detailed changes in this version.
+
+### Enhancement
+
+* [Preview mode copy to WeChat MP supports lists with more than two levels](https://github.com/siyuan-note/siyuan/issues/11276)
+* [Support formula rendering when exporting to WeChat MP](https://github.com/siyuan-note/siyuan/issues/12571)
+* [Improve floating window interaction](https://github.com/siyuan-note/siyuan/issues/13296)
+* [Support switching code block language via shortcut keys](https://github.com/siyuan-note/siyuan/issues/14126)
+* [Flowchart and PlantUML chart are not fully displayed](https://github.com/siyuan-note/siyuan/issues/14132)
+* [Automatically replace `/` in doc titles with `/`](https://github.com/siyuan-note/siyuan/issues/14134)
+* [Support layout search filtering](https://github.com/siyuan-note/siyuan/issues/14176)
+* [Improve transitions of inline elements](https://github.com/siyuan-note/siyuan/issues/14290)
+* [`Duplicate` then select the block](https://github.com/siyuan-note/siyuan/issues/14567)
+* [Supports configuration of whether to export inline memos](https://github.com/siyuan-note/siyuan/issues/14605)
+* [Improve pasting of hyperlinks and block ref anchor text](https://github.com/siyuan-note/siyuan/issues/14625)
+* [Improve the SQL method in the global search](https://github.com/siyuan-note/siyuan/issues/14641)
+* [Clicking on a virtual reference to jump no longer pops up the keyboard on Android](https://github.com/siyuan-note/siyuan/issues/14642)
+* [Use natural ascending order when inserting multiple assets](https://github.com/siyuan-note/siyuan/issues/14643)
+* [Improve mouse selection code blocks](https://github.com/siyuan-note/siyuan/pull/14646)
+* [Dailynote shortcut keys are automatically reset to default](https://github.com/siyuan-note/siyuan/issues/14652)
+* [Improve block jump return animation on mobile](https://github.com/siyuan-note/siyuan/issues/14655)
+* [Improve browser clipping extension](https://github.com/siyuan-note/siyuan/issues/14669)
+* [Improve embed block rendering after line break](https://github.com/siyuan-note/siyuan/issues/14672)
+* [Improve interaction with code blocks in embedd blocks](https://github.com/siyuan-note/siyuan/issues/14678)
+* [Use `-` marker for lists when exporting Markdown](https://github.com/siyuan-note/siyuan/issues/14680)
+* [Improve the marketplace refresh timer](https://github.com/siyuan-note/siyuan/issues/14685)
+* [Improve flashcard management sorting](https://github.com/siyuan-note/siyuan/issues/14686)
+* [Improve HTML table clipping](https://github.com/siyuan-note/siyuan/issues/14688)
+* [Support converting HTML hyperlinks when importing Markdown](https://github.com/siyuan-note/siyuan/issues/14689)
+* [Ignore editor Markdown settings when copying and pasting inline elements](https://github.com/siyuan-note/siyuan/issues/14690)
+* [Improve export PDF watermark font](https://github.com/siyuan-note/siyuan/issues/14693)
+* [Support paging within blocks when exporting PDF](https://github.com/siyuan-note/siyuan/issues/14702)
+* [Improve input of tab characters before inline elements at the beginning of a paragraph](https://github.com/siyuan-note/siyuan/issues/14703)
+* [When the block ref anchor text contains only whitespace characters, it will be set as a static anchor text id](https://github.com/siyuan-note/siyuan/issues/14704)
+* [Improve block ref exporting](https://github.com/siyuan-note/siyuan/issues/14710)
+* [Improve code block line number alignment when exporting a PDF with zoomed page](https://github.com/siyuan-note/siyuan/issues/14719)
+* [Improve the Enter return after the table in the list](https://github.com/siyuan-note/siyuan/issues/14720)
+* [Improve database template field access rollup multiple selection](https://github.com/siyuan-note/siyuan/issues/14723)
+* [Fill the template into the input box when duplicating the database template field](https://github.com/siyuan-note/siyuan/issues/14724)
+* [After clicking the outline, the cursor is positioned at the end of the block](https://github.com/siyuan-note/siyuan/issues/14725)
+* [The "Close current tab" shortcut key can close the floating window in the floating window](https://github.com/siyuan-note/siyuan/issues/14729)
+* [Follow editor Markdown syntax settings when importing Markdown](https://github.com/siyuan-note/siyuan/issues/14731)
+* [Improve database field and view editing UI](https://github.com/siyuan-note/siyuan/issues/14765)
+* [Improve code block local language rendering priority](https://github.com/siyuan-note/siyuan/issues/14767)
+* [Update the `Exit focus` button state when backing on mobile](https://github.com/siyuan-note/siyuan/issues/14769)
+* [Remove `
` in the database title](https://github.com/siyuan-note/siyuan/issues/14770)
+* [Improve doc tree Name Alphabet sorting](https://github.com/siyuan-note/siyuan/issues/14773)
+* [Improve database batch paste performance and support more types of conversion](https://github.com/siyuan-note/siyuan/issues/14780)
+
+### Bugfix
+
+* [Clicking on the video will jump to the block where the cursor is on mobile](https://github.com/siyuan-note/siyuan/issues/14569)
+* [Exception when pressing Delete inside a code block](https://github.com/siyuan-note/siyuan/issues/14645)
+* [Inline formula input parsing exception](https://github.com/siyuan-note/siyuan/issues/14666)
+* [PlantUML export image error](https://github.com/siyuan-note/siyuan/issues/14668)
+* [Block-level formulas cannot be rendered in preview mode](https://github.com/siyuan-note/siyuan/issues/14671)
+* [Filter for Rollup column based on Select column not working](https://github.com/siyuan-note/siyuan/issues/14706)
+* [The result list will not refresh after search is replaced on mobile](https://github.com/siyuan-note/siyuan/issues/14715)
+* [Fixed table header causes highlight misalignment of multiple selected cells](https://github.com/siyuan-note/siyuan/issues/14777)
+
+### Refactor
+
+* [Upgrade to Electron v35.3.0](https://github.com/siyuan-note/siyuan/issues/14660)
+
+### Development
+
+* [Improve kernel API `/api/file/putFile` parameter validation](https://github.com/siyuan-note/siyuan/issues/14658)
+
+## Download
+
+* [B3log](https://b3log.org/siyuan/en/download.html)
+* [GitHub](https://github.com/siyuan-note/siyuan/releases)
diff --git a/app/changelogs/v3.1.29/v3.1.29_zh_CHT.md b/app/changelogs/v3.1.29/v3.1.29_zh_CHT.md
new file mode 100644
index 000000000..2f4594e88
--- /dev/null
+++ b/app/changelogs/v3.1.29/v3.1.29_zh_CHT.md
@@ -0,0 +1,94 @@
+## 概述
+
+該版本改進了一些細節。
+
+重要變更:列表 Markdown 符號從 `*` 變更為 `-`([#14680](https://github.com/siyuan-note/siyuan/issues/14680))
+
+**影響範圍**:
+
+1. 複製或匯出列表 Markdown 時符號變更為 `-`
+2. 依賴列表 `*` 符號的 SQL 查詢語句或外掛程式需調整邏輯
+
+不影響輸入,輸入仍可使用 `*` 符號。
+
+**適配操作**:
+
+1. 執行 `文檔樹` - `更多` - `重建索引` 以更新數據索引中的列表符號
+2. 修改相關的 SQL 查詢語句
+ * 僅支援新格式:例如將 `markdown LIKE '* [x]%'` 改為 `markdown LIKE '- [x]%'`
+ * 相容新舊格式:例如改為 `markdown LIKE '- [x]%' OR markdown LIKE '* [x]%'`
+
+## 變更記錄
+
+以下是此版本中的詳細變更。
+
+### 改進功能
+
+* [預覽模式複製到微信公眾號支援兩層以上列表](https://github.com/siyuan-note/siyuan/issues/11276)
+* [支援匯出至微信公眾號時渲染公式](https://github.com/siyuan-note/siyuan/issues/12571)
+* [改進浮動視窗互動](https://github.com/siyuan-note/siyuan/issues/13296)
+* [支援透過快捷鍵切換程式碼區塊語言](https://github.com/siyuan-note/siyuan/issues/14126)
+* [流程圖與 PlantUML 圖表未完全顯示](https://github.com/siyuan-note/siyuan/issues/14132)
+* [文件標題中的 `/` 自動替換為 `/`](https://github.com/siyuan-note/siyuan/issues/14134)
+* [支援版面搜尋過濾](https://github.com/siyuan-note/siyuan/issues/14176)
+* [改進行級元素的過渡效果](https://github.com/siyuan-note/siyuan/issues/14290)
+* [`複製` 後選取區塊](https://github.com/siyuan-note/siyuan/issues/14567)
+* [支援配置是否匯出行級備註](https://github.com/siyuan-note/siyuan/issues/14605)
+* [改進貼上超連結和區塊引用錨文本](https://github.com/siyuan-note/siyuan/issues/14625)
+* [改進全域搜尋中的 SQL 方法](https://github.com/siyuan-note/siyuan/issues/14641)
+* [點擊虛擬引用跳轉時 Android 上不再彈出鍵盤](https://github.com/siyuan-note/siyuan/issues/14642)
+* [插入多個資源檔案時使用自然升序](https://github.com/siyuan-note/siyuan/issues/14643)
+* [改進滑鼠選擇程式碼區塊](https://github.com/siyuan-note/siyuan/pull/14646)
+* [日記快捷鍵自動重設為預設值](https://github.com/siyuan-note/siyuan/issues/14652)
+* [改進行動端區塊跳回動畫](https://github.com/siyuan-note/siyuan/issues/14655)
+* [改進瀏覽器剪藏擴充功能](https://github.com/siyuan-note/siyuan/issues/14669)
+* [改進換行後嵌入區塊的渲染](https://github.com/siyuan-note/siyuan/issues/14672)
+* [改進嵌入區塊中程式碼區塊的互動](https://github.com/siyuan-note/siyuan/issues/14678)
+* [匯出 Markdown 時使用 `-` 作為列表標記](https://github.com/siyuan-note/siyuan/issues/14680)
+* [改進市場刷新計時器](https://github.com/siyuan-note/siyuan/issues/14685)
+* [改進閃卡管理排序](https://github.com/siyuan-note/siyuan/issues/14686)
+* [改進 HTML 表格剪藏](https://github.com/siyuan-note/siyuan/issues/14688)
+* [支援導入 Markdown 時轉換 HTML 超連結](https://github.com/siyuan-note/siyuan/issues/14689)
+* [複製貼上行級元素時忽略編輯器 Markdown 設定](https://github.com/siyuan-note/siyuan/issues/14690)
+* [改進匯出 PDF 水印字體](https://github.com/siyuan-note/siyuan/issues/14693)
+* [支援匯出 PDF 時區塊內分頁](https://github.com/siyuan-note/siyuan/issues/14702)
+* [改進段落開頭行級元素前的 Tab 字元輸入](https://github.com/siyuan-note/siyuan/issues/14703)
+* [當區塊引用錨文本僅包含空白字元時設定為靜態錨文本 ID](https://github.com/siyuan-note/siyuan/issues/14704)
+* [改進區塊引用導出](https://github.com/siyuan-note/siyuan/issues/14710)
+* [匯出 PDF 時頁面縮放下改進程式碼區塊行號對齊](https://github.com/siyuan-note/siyuan/issues/14719)
+* [改進列表中表格後的回車換行](https://github.com/siyuan-note/siyuan/issues/14720)
+* [改進資料庫範本欄位存取匯總多選](https://github.com/siyuan-note/siyuan/issues/14723)
+* [複製資料庫範本欄位時將範本填入輸入框](https://github.com/siyuan-note/siyuan/issues/14724)
+* [點選大綱後遊標定位到區塊末](https://github.com/siyuan-note/siyuan/issues/14725)
+* [「關閉目前頁籤」快速鍵可關閉浮窗](https://github.com/siyuan-note/siyuan/issues/14729)
+* [匯入 Markdown 時遵循編輯器 Markdown 語法設定](https://github.com/siyuan-note/siyuan/issues/14731)
+* [改進資料庫欄位和視圖編輯介面](https://github.com/siyuan-note/siyuan/issues/14765)
+* [改進程式碼區塊本地語言渲染優先權](https://github.com/siyuan-note/siyuan/issues/14767)
+* [行動端返回時更新「退出聚焦」按鈕狀態](https://github.com/siyuan-note/siyuan/issues/14769)
+* [移除資料庫標題中的 `
`](https://github.com/siyuan-note/siyuan/issues/14770)
+* [改進文檔樹名稱字母排序](https://github.com/siyuan-note/siyuan/issues/14773)
+* [改進資料庫批次貼上效能並支援更多類型的轉換](https://github.com/siyuan-note/siyuan/issues/14780)
+
+### 修復缺陷
+
+* [行動端點擊影片會跳到遊標所在的區塊](https://github.com/siyuan-note/siyuan/issues/14569)
+* [程式碼區塊中按 Delete 鍵時出現例外狀況](https://github.com/siyuan-note/siyuan/issues/14645)
+* [行級公式輸入解析異常](https://github.com/siyuan-note/siyuan/issues/14666)
+* [PlantUML 匯出圖片錯誤](https://github.com/siyuan-note/siyuan/issues/14668)
+* [區塊級公式在預覽模式下無法渲染](https://github.com/siyuan-note/siyuan/issues/14671)
+* [基於選擇列的總列篩選無效](https://github.com/siyuan-note/siyuan/issues/14706)
+* [行動端搜尋替換後結果列表未刷新](https://github.com/siyuan-note/siyuan/issues/14715)
+* [固定表頭導致多選儲存格高亮錯位](https://github.com/siyuan-note/siyuan/issues/14777)
+
+### 開發重構
+
+* [升級至 Electron v35.3.0](https://github.com/siyuan-note/siyuan/issues/14660)
+
+### 開發者
+
+* [改進內核介面 `/api/file/putFile` 參數校驗](https://github.com/siyuan-note/siyuan/issues/14658)
+
+## 下載
+
+* [B3log](https://b3log.org/siyuan/download.html)
+* [GitHub](https://github.com/siyuan-note/siyuan/releases)
diff --git a/app/changelogs/v3.1.29/v3.1.29_zh_CN.md b/app/changelogs/v3.1.29/v3.1.29_zh_CN.md
new file mode 100644
index 000000000..4bf82aea9
--- /dev/null
+++ b/app/changelogs/v3.1.29/v3.1.29_zh_CN.md
@@ -0,0 +1,94 @@
+## 概述
+
+该版本改进了一些细节。
+
+重要变更:列表 Markdown 符号从 `*` 变更为 `-`([#14680](https://github.com/siyuan-note/siyuan/issues/14680))
+
+**影响范围**:
+
+1. 复制或导出列表 Markdown 时符号变更为 `-`
+2. 依赖列表 `*` 符号的 SQL 查询语句或插件需调整逻辑
+
+不影响输入,输入依然可以使用 `*` 符号。
+
+**适配操作**:
+
+1. 执行 `文档树` - `更多` - `重建索引` 以更新数据索引中的列表符号
+2. 修改相关的 SQL 查询语句
+ * 仅支持新格式:例如将 `markdown LIKE '* [x]%'` 改为 `markdown LIKE '- [x]%'`
+ * 兼容新旧格式:例如改为 `markdown LIKE '- [x]%' OR markdown LIKE '* [x]%'`
+
+## 变更记录
+
+以下是此版本中的详细变更。
+
+### 改进功能
+
+* [预览模式复制到微信公众号支持两级以上列表](https://github.com/siyuan-note/siyuan/issues/11276)
+* [支持导出到微信公众号时渲染公式](https://github.com/siyuan-note/siyuan/issues/12571)
+* [改进浮动窗口交互](https://github.com/siyuan-note/siyuan/issues/13296)
+* [支持通过快捷键切换代码块语言](https://github.com/siyuan-note/siyuan/issues/14126)
+* [流程图和 PlantUML 图表未完全显示](https://github.com/siyuan-note/siyuan/issues/14132)
+* [文档标题中的 `/` 自动替换为 `/`](https://github.com/siyuan-note/siyuan/issues/14134)
+* [支持布局搜索过滤](https://github.com/siyuan-note/siyuan/issues/14176)
+* [改进行级元素的过渡效果](https://github.com/siyuan-note/siyuan/issues/14290)
+* [`复制` 后选中块](https://github.com/siyuan-note/siyuan/issues/14567)
+* [支持配置是否导出行级备注](https://github.com/siyuan-note/siyuan/issues/14605)
+* [改进粘贴超链接和块引用锚文本](https://github.com/siyuan-note/siyuan/issues/14625)
+* [改进全局搜索中的 SQL 方法](https://github.com/siyuan-note/siyuan/issues/14641)
+* [点击虚拟引用跳转时 Android 上不再弹出键盘](https://github.com/siyuan-note/siyuan/issues/14642)
+* [插入多个资源文件时使用自然升序](https://github.com/siyuan-note/siyuan/issues/14643)
+* [改进鼠标选择代码块](https://github.com/siyuan-note/siyuan/pull/14646)
+* [日记快捷键自动重置为默认值](https://github.com/siyuan-note/siyuan/issues/14652)
+* [改进移动端块跳转返回动画](https://github.com/siyuan-note/siyuan/issues/14655)
+* [改进浏览器剪藏扩展](https://github.com/siyuan-note/siyuan/issues/14669)
+* [改进换行后嵌入块的渲染](https://github.com/siyuan-note/siyuan/issues/14672)
+* [改进嵌入块中代码块的交互](https://github.com/siyuan-note/siyuan/issues/14678)
+* [导出 Markdown 时使用 `-` 作为列表标记](https://github.com/siyuan-note/siyuan/issues/14680)
+* [改进市场刷新计时器](https://github.com/siyuan-note/siyuan/issues/14685)
+* [改进闪卡管理排序](https://github.com/siyuan-note/siyuan/issues/14686)
+* [改进 HTML 表格剪藏](https://github.com/siyuan-note/siyuan/issues/14688)
+* [支持导入 Markdown 时转换 HTML 超链接](https://github.com/siyuan-note/siyuan/issues/14689)
+* [复制粘贴行级元素时忽略编辑器 Markdown 设置](https://github.com/siyuan-note/siyuan/issues/14690)
+* [改进导出 PDF 水印字体](https://github.com/siyuan-note/siyuan/issues/14693)
+* [支持导出 PDF 时块内分页](https://github.com/siyuan-note/siyuan/issues/14702)
+* [改进段落开头行级元素前的 Tab 字符输入](https://github.com/siyuan-note/siyuan/issues/14703)
+* [当块引用锚文本仅包含空白字符时将其设置为静态锚文本 ID](https://github.com/siyuan-note/siyuan/issues/14704)
+* [改进块引用导出](https://github.com/siyuan-note/siyuan/issues/14710)
+* [导出 PDF 时页面缩放下改进代码块行号对齐](https://github.com/siyuan-note/siyuan/issues/14719)
+* [改进列表中表格后的回车换行](https://github.com/siyuan-note/siyuan/issues/14720)
+* [改进数据库模板字段访问汇总多选](https://github.com/siyuan-note/siyuan/issues/14723)
+* [复制数据库模板字段时将模板填充到输入框](https://github.com/siyuan-note/siyuan/issues/14724)
+* [点击大纲后光标定位到块末尾](https://github.com/siyuan-note/siyuan/issues/14725)
+* [“关闭当前页签”快捷键可关闭浮窗](https://github.com/siyuan-note/siyuan/issues/14729)
+* [导入 Markdown 时遵循编辑器 Markdown 语法设置](https://github.com/siyuan-note/siyuan/issues/14731)
+* [改进数据库字段和视图编辑界面](https://github.com/siyuan-note/siyuan/issues/14765)
+* [改进代码块本地语言渲染优先级](https://github.com/siyuan-note/siyuan/issues/14767)
+* [移动端返回时更新“退出聚焦”按钮状态](https://github.com/siyuan-note/siyuan/issues/14769)
+* [移除数据库标题中的 `
`](https://github.com/siyuan-note/siyuan/issues/14770)
+* [改进文档树名称字母排序](https://github.com/siyuan-note/siyuan/issues/14773)
+* [改进数据库批量粘贴性能并支持更多类型的转换](https://github.com/siyuan-note/siyuan/issues/14780)
+
+### 修复缺陷
+
+* [移动端点击视频会跳转到光标所在的块](https://github.com/siyuan-note/siyuan/issues/14569)
+* [代码块中按 Delete 键时出现异常](https://github.com/siyuan-note/siyuan/issues/14645)
+* [行级公式输入解析异常](https://github.com/siyuan-note/siyuan/issues/14666)
+* [PlantUML 导出图片错误](https://github.com/siyuan-note/siyuan/issues/14668)
+* [块级公式在预览模式下无法渲染](https://github.com/siyuan-note/siyuan/issues/14671)
+* [基于选择列的汇总列筛选无效](https://github.com/siyuan-note/siyuan/issues/14706)
+* [移动端搜索替换后结果列表未刷新](https://github.com/siyuan-note/siyuan/issues/14715)
+* [固定表头导致多选单元格高亮错位](https://github.com/siyuan-note/siyuan/issues/14777)
+
+### 开发重构
+
+* [升级到 Electron v35.3.0](https://github.com/siyuan-note/siyuan/issues/14660)
+
+### 开发者
+
+* [改进内核接口 `/api/file/putFile` 参数校验](https://github.com/siyuan-note/siyuan/issues/14658)
+
+## 下载
+
+* [B3log](https://b3log.org/siyuan/download.html)
+* [GitHub](https://github.com/siyuan-note/siyuan/releases)