From c5bb75beacb51fd49690419becc7f047f736ea4c Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 18 Nov 2025 11:28:45 +0800 Subject: [PATCH] :memo: Update changelogs Signed-off-by: Daniel <845765@qq.com> --- app/changelogs/v3.4.0/v3.4.0.md | 69 ++++++++++++++++++++++++++ app/changelogs/v3.4.0/v3.4.0_zh_CHT.md | 69 ++++++++++++++++++++++++++ app/changelogs/v3.4.0/v3.4.0_zh_CN.md | 69 ++++++++++++++++++++++++++ 3 files changed, 207 insertions(+) create mode 100644 app/changelogs/v3.4.0/v3.4.0.md create mode 100644 app/changelogs/v3.4.0/v3.4.0_zh_CHT.md create mode 100644 app/changelogs/v3.4.0/v3.4.0_zh_CN.md diff --git a/app/changelogs/v3.4.0/v3.4.0.md b/app/changelogs/v3.4.0/v3.4.0.md new file mode 100644 index 000000000..2b0fe7b4e --- /dev/null +++ b/app/changelogs/v3.4.0/v3.4.0.md @@ -0,0 +1,69 @@ +## Overview + +Database kanban view now available! + +## Changelogs + +Below are the detailed changes in this version. + +### Feature + +* [Database kanban view](https://github.com/siyuan-note/siyuan/issues/8873) + +### Enhancement + +* [Support saving `Include child documents` status when `Save query criteria`](https://github.com/siyuan-note/siyuan/issues/12057) +* [Add `Include time` switch to database creation time field and update time field](https://github.com/siyuan-note/siyuan/issues/12091) +* [Improve interface loading after switching themes and updating code snippets](https://github.com/siyuan-note/siyuan/issues/12303) +* [Supports converting relative path hyperlinks into document block references after importing Markdown](https://github.com/siyuan-note/siyuan/issues/13817) +* [Improve HTML underline style clipping](https://github.com/siyuan-note/siyuan/issues/14804) +* [Improve outline panel on mobile](https://github.com/siyuan-note/siyuan/issues/16130) +* [The cursor position will be lost after going back](https://github.com/siyuan-note/siyuan/issues/16159) +* [Improve browser compatibility on mobile](https://github.com/siyuan-note/siyuan/issues/16231) +* [Support setting status bar message switch](https://github.com/siyuan-note/siyuan/issues/16236) +* [Improve flashcard deletion interaction](https://github.com/siyuan-note/siyuan/issues/16240) +* [Improve printing margins on mobile](https://github.com/siyuan-note/siyuan/issues/16245) +* [Supports landscape mode on HarmonyOS](https://github.com/siyuan-note/siyuan/issues/16248) +* [Improve browser clipping extension](https://github.com/siyuan-note/siyuan/issues/16266) +* [Improve immersive experience on HarmonyOS](https://github.com/siyuan-note/siyuan/issues/16278) +* [Unified positioning rules](https://github.com/siyuan-note/siyuan/pull/16290) +* [Backlink and backmention sort mode persistence](https://github.com/siyuan-note/siyuan/pull/16291) +* [Reduce the size of HarmonyOS app](https://github.com/siyuan-note/siyuan/issues/16294) +* [Improve virtual reference keyword handling and support line breaks](https://github.com/siyuan-note/siyuan/pull/16298) +* [Improve markdown inline elements parsing](https://github.com/siyuan-note/siyuan/issues/16303) +* [Improve markdown hyperlink anchor text export](https://github.com/siyuan-note/siyuan/issues/16305) +* [Improve YouTube IFrame loading](https://github.com/siyuan-note/siyuan/issues/16319) +* [Sublist of `Add to Database` clearly displays the view name](https://github.com/siyuan-note/siyuan/pull/16324) +* [Supports setting newly created sub-documents to be listed last](https://github.com/siyuan-note/siyuan/issues/16327) +* [Database synchronization requires distinguishing views](https://github.com/siyuan-note/siyuan/issues/16348) +* [Display top-level heading count in sidebar outline](https://github.com/siyuan-note/siyuan/pull/16360) +* [Improve HTML content rendering for database template fields](https://github.com/siyuan-note/siyuan/issues/16362) + +### Abolishment + +* [No longer supported on macOS 11](https://github.com/siyuan-note/siyuan/issues/16284) + +### Bugfix + +* [Keyboard shortcuts are not working when reviewing flashcards](https://github.com/siyuan-note/siyuan/issues/16241) +* [Failed to purge cloud repo](https://github.com/siyuan-note/siyuan/issues/16262) +* [Image OCR may not work in some cases](https://github.com/siyuan-note/siyuan/issues/16287) +* [Dragging within a superblock triggers an abnormal state](https://github.com/siyuan-note/siyuan/issues/16292) +* [An error tooltip appeared after modifying the shortcut keys for folding and attributes](https://github.com/siyuan-note/siyuan/issues/16308) +* [Dragging and dropping list items caused some errors](https://github.com/siyuan-note/siyuan/issues/16315) +* [Fix the issue where copying and pasting serial numbers causes abnormal states](https://github.com/siyuan-note/siyuan/pull/16316) +* [The rollup field in the attribute panel is calculated incorrectly](https://github.com/siyuan-note/siyuan/issues/16346) + +### Refactor + +* [Upgrade to Electron v38.7.0](https://github.com/siyuan-note/siyuan/issues/16285) + +### Development + +* [The plugin was not executed uninstall() when being uninstalled](https://github.com/siyuan-note/siyuan/pull/16243) +* [Improve kernel API `/api/storage/getRecentDocs`](https://github.com/siyuan-note/siyuan/pull/16257) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.4.0/v3.4.0_zh_CHT.md b/app/changelogs/v3.4.0/v3.4.0_zh_CHT.md new file mode 100644 index 000000000..81daa8ef1 --- /dev/null +++ b/app/changelogs/v3.4.0/v3.4.0_zh_CHT.md @@ -0,0 +1,69 @@ +## 概述 + +資料庫看板視圖現已發布! + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 引入特性 + +* [資料庫看板視圖](https://github.com/siyuan-note/siyuan/issues/8873) + +### 改進功能 + +* [`儲存查詢條件` 支援儲存 `包含子文件` 狀態](https://github.com/siyuan-note/siyuan/issues/12057) +* [在資料庫的建立時間欄位和更新時間欄位中加入 `具體時間` 開關](https://github.com/siyuan-note/siyuan/issues/12091) +* [改進切換主題和更新程式碼片段後介面的載入](https://github.com/siyuan-note/siyuan/issues/12303) +* [導入 Markdown 後支援將相對路徑超連結轉換為文件區塊參考](https://github.com/siyuan-note/siyuan/issues/13817) +* [改良 HTML 下劃線樣式的剪藏](https://github.com/siyuan-note/siyuan/issues/14804) +* [改進行動端的大綱面板](https://github.com/siyuan-note/siyuan/issues/16130) +* [返回後遊標位置會遺失](https://github.com/siyuan-note/siyuan/issues/16159) +* [改進行動裝置瀏覽器相容性](https://github.com/siyuan-note/siyuan/issues/16231) +* [支援設定狀態列訊息開關](https://github.com/siyuan-note/siyuan/issues/16236) +* [改進閃卡刪除互動](https://github.com/siyuan-note/siyuan/issues/16240) +* [改進行動端列印邊距](https://github.com/siyuan-note/siyuan/issues/16245) +* [支援鴻蒙端橫屏模式](https://github.com/siyuan-note/siyuan/issues/16248) +* [改進瀏覽器剪藏擴充功能](https://github.com/siyuan-note/siyuan/issues/16266) +* [改進鴻蒙端沉浸式體驗](https://github.com/siyuan-note/siyuan/issues/16278) +* [統一定位規則](https://github.com/siyuan-note/siyuan/pull/16290) +* [反向連結與反向提及的排序模式持久化](https://github.com/siyuan-note/siyuan/pull/16291) +* [減小鴻蒙端應用體積](https://github.com/siyuan-note/siyuan/issues/16294) +* [改進虛擬引用關鍵字處理並支援換行](https://github.com/siyuan-note/siyuan/pull/16298) +* [改進 Markdown 行級元素解析](https://github.com/siyuan-note/siyuan/issues/16303) +* [改進 Markdown 超連結錨文本匯出](https://github.com/siyuan-note/siyuan/issues/16305) +* [改進 YouTube IFrame 載入](https://github.com/siyuan-note/siyuan/issues/16319) +* [`新增至資料庫` 的子清單顯示視圖名稱](https://github.com/siyuan-note/siyuan/pull/16324) +* [支援設定將新建立的子文件放置在底部](https://github.com/siyuan-note/siyuan/issues/16327) +* [資料庫同步需要區分視圖](https://github.com/siyuan-note/siyuan/issues/16348) +* [在側邊欄大綱中顯示頂級標題計數](https://github.com/siyuan-note/siyuan/pull/16360) +* [改進資料庫範本欄位的 HTML 內容渲染](https://github.com/siyuan-note/siyuan/issues/16362) + +### 移除功能 + +* [不再支援 macOS 11](https://github.com/siyuan-note/siyuan/issues/16284) + +### 修復缺陷 + +* [複習閃卡時鍵盤快速鍵失效](https://github.com/siyuan-note/siyuan/issues/16241) +* [清理雲端倉庫失敗](https://github.com/siyuan-note/siyuan/issues/16262) +* [圖像 OCR 在某些情況下可能無法運作](https://github.com/siyuan-note/siyuan/issues/16287) +* [在超級區塊內拖曳會觸發異常狀態](https://github.com/siyuan-note/siyuan/issues/16292) +* [修改折疊和屬性快捷鍵後出現錯誤提示](https://github.com/siyuan-note/siyuan/issues/16308) +* [拖放清單項目導致一些錯誤](https://github.com/siyuan-note/siyuan/issues/16315) +* [修正複製貼上序號導致異常狀態的問題](https://github.com/siyuan-note/siyuan/pull/16316) +* [屬性面板中的總欄位計算錯誤](https://github.com/siyuan-note/siyuan/issues/16346) + +### 開發重構 + +* [升級至 Electron v38.7.0](https://github.com/siyuan-note/siyuan/issues/16285) + +### 開發者 + +* [插件在卸載時未執行 `uninstall()`](https://github.com/siyuan-note/siyuan/pull/16243) +* [改進內核 API `/api/storage/getRecentDocs`](https://github.com/siyuan-note/siyuan/pull/16257) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.4.0/v3.4.0_zh_CN.md b/app/changelogs/v3.4.0/v3.4.0_zh_CN.md new file mode 100644 index 000000000..0e697e853 --- /dev/null +++ b/app/changelogs/v3.4.0/v3.4.0_zh_CN.md @@ -0,0 +1,69 @@ +## 概述 + +数据库看板视图现已发布! + +## 变更记录 + +以下是此版本中的详细变更。 + +### 引入特性 + +* [数据库看板视图](https://github.com/siyuan-note/siyuan/issues/8873) + +### 改进功能 + +* [`保存查询条件` 支持保存 `包含子文档` 状态](https://github.com/siyuan-note/siyuan/issues/12057) +* [在数据库的创建时间字段和更新时间字段中添加 `具体时间` 开关](https://github.com/siyuan-note/siyuan/issues/12091) +* [改进切换主题和更新代码片段后界面的加载](https://github.com/siyuan-note/siyuan/issues/12303) +* [导入 Markdown 后支持将相对路径超链接转换为文档块引用](https://github.com/siyuan-note/siyuan/issues/13817) +* [改进 HTML 下划线样式的剪藏](https://github.com/siyuan-note/siyuan/issues/14804) +* [改进移动端的大纲面板](https://github.com/siyuan-note/siyuan/issues/16130) +* [返回后光标位置会丢失](https://github.com/siyuan-note/siyuan/issues/16159) +* [改进移动端浏览器兼容性](https://github.com/siyuan-note/siyuan/issues/16231) +* [支持设置状态栏消息开关](https://github.com/siyuan-note/siyuan/issues/16236) +* [改进闪卡删除交互](https://github.com/siyuan-note/siyuan/issues/16240) +* [改进移动端打印边距](https://github.com/siyuan-note/siyuan/issues/16245) +* [支持鸿蒙端横屏模式](https://github.com/siyuan-note/siyuan/issues/16248) +* [改进浏览器剪藏扩展](https://github.com/siyuan-note/siyuan/issues/16266) +* [改进鸿蒙端沉浸式体验](https://github.com/siyuan-note/siyuan/issues/16278) +* [统一定位规则](https://github.com/siyuan-note/siyuan/pull/16290) +* [反向链接和反向提及的排序模式持久化](https://github.com/siyuan-note/siyuan/pull/16291) +* [减小鸿蒙端应用体积](https://github.com/siyuan-note/siyuan/issues/16294) +* [改进虚拟引用关键字处理并支持换行](https://github.com/siyuan-note/siyuan/pull/16298) +* [改进 Markdown 行级元素解析](https://github.com/siyuan-note/siyuan/issues/16303) +* [改进 Markdown 超链接锚文本导出](https://github.com/siyuan-note/siyuan/issues/16305) +* [改进 YouTube IFrame 加载](https://github.com/siyuan-note/siyuan/issues/16319) +* [`添加到数据库` 的子列表显示视图名称](https://github.com/siyuan-note/siyuan/pull/16324) +* [支持设置将新创建的子文档放置在底部](https://github.com/siyuan-note/siyuan/issues/16327) +* [数据库同步需要区分视图](https://github.com/siyuan-note/siyuan/issues/16348) +* [在侧边栏大纲中显示顶级标题计数](https://github.com/siyuan-note/siyuan/pull/16360) +* [改进数据库模板字段的 HTML 内容渲染](https://github.com/siyuan-note/siyuan/issues/16362) + +### 移除功能 + +* [不再支持 macOS 11](https://github.com/siyuan-note/siyuan/issues/16284) + +### 修复缺陷 + +* [复习闪卡时键盘快捷键失效](https://github.com/siyuan-note/siyuan/issues/16241) +* [清理云端仓库失败](https://github.com/siyuan-note/siyuan/issues/16262) +* [图像 OCR 在某些情况下可能无法工作](https://github.com/siyuan-note/siyuan/issues/16287) +* [在超级块内拖拽会触发异常状态](https://github.com/siyuan-note/siyuan/issues/16292) +* [修改折叠和属性快捷键后出现错误提示](https://github.com/siyuan-note/siyuan/issues/16308) +* [拖放列表项导致一些错误](https://github.com/siyuan-note/siyuan/issues/16315) +* [修复复制粘贴序号导致异常状态的问题](https://github.com/siyuan-note/siyuan/pull/16316) +* [属性面板中的汇总字段计算错误](https://github.com/siyuan-note/siyuan/issues/16346) + +### 开发重构 + +* [升级到 Electron v38.7.0](https://github.com/siyuan-note/siyuan/issues/16285) + +### 开发者 + +* [插件在被卸载时未执行 `uninstall()`](https://github.com/siyuan-note/siyuan/pull/16243) +* [改进内核 API `/api/storage/getRecentDocs`](https://github.com/siyuan-note/siyuan/pull/16257) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)