🔖 Update changelogs

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-02-10 13:38:12 +08:00
parent 52429a6782
commit db06e67eae
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 144 additions and 0 deletions

View file

@ -0,0 +1,48 @@
## Overview
This version improves some details.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Supports cleaning up unreferenced databases](https://github.com/siyuan-note/siyuan/issues/11569)
* [Support input method toolbar on mobile browser](https://github.com/siyuan-note/siyuan/issues/12789)
* [Improve detection of sidebar panel sliding out on mobile](https://github.com/siyuan-note/siyuan/issues/13915)
* [Supports export related settings on mobile](https://github.com/siyuan-note/siyuan/issues/14757)
* [Improve batch pasting of images into the database](https://github.com/siyuan-note/siyuan/issues/15128)
* [The toolbar will display indent and unindent buttons when the cursor is inside a code block on mobile](https://github.com/siyuan-note/siyuan/issues/15381)
* [Block icon disappears on mobile](https://github.com/siyuan-note/siyuan/issues/16074)
* [Adapt to Apple's dark APP icon on iOS](https://github.com/siyuan-note/siyuan/issues/16110)
* [Improve soft keyboard toolbar pop-up on Android and HarmonyOS](https://github.com/siyuan-note/siyuan/issues/16548)
* [Improve Ctrl+Shift+T open recently closed documents](https://github.com/siyuan-note/siyuan/issues/16879)
* [Improve the editing results when pressing Delete at the end of a list item](https://github.com/siyuan-note/siyuan/issues/16895)
* [Improve editing of formula blocks in the callout block](https://github.com/siyuan-note/siyuan/issues/16917)
* [`Save query criteria` includes the `Search Method`](https://github.com/siyuan-note/siyuan/issues/16927)
* [Support HTTPS network serving](https://github.com/siyuan-note/siyuan/pull/16930)
* [Improve input method compatibility](https://github.com/siyuan-note/siyuan/pull/16937)
* [Default create a select field for grouping in Kanban view](https://github.com/siyuan-note/siyuan/issues/16940)
* [Improve heading block copying on Android and HarmonyOS](https://github.com/siyuan-note/siyuan/issues/16946)
* [Writing document data by mmap to reduce disk write operations](https://github.com/siyuan-note/siyuan/issues/16956)
* [Improve data indexing to reduce disk read operations](https://github.com/siyuan-note/siyuan/issues/16958)
* [Caching tree data to improve performance and reduce disk read operations](https://github.com/siyuan-note/siyuan/issues/16961)
* [Improve marketplace list loading](https://github.com/siyuan-note/siyuan/pull/16965)
* [Compatible with HarmonyOS 6.1](https://github.com/siyuan-note/siyuan/issues/16974)
* [Reduce the memory usage when exporting documents containing numerous references](https://github.com/siyuan-note/siyuan/issues/16982)
### Bugfix
* [Setting keyboard shortcuts resulted in an error](https://github.com/siyuan-note/siyuan/issues/16877)
* [The insertion position is incorrect after editing the list block in the callout block](https://github.com/siyuan-note/siyuan/issues/16916)
* [Improve AI from continuing to write database blocks](https://github.com/siyuan-note/siyuan/issues/16944)
### Refactor
* [Upgrade to Electron v39.5.1](https://github.com/siyuan-note/siyuan/issues/16966)
## Download
* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,48 @@
## 概述
此版本改進了一些細節。
## 變更記錄
以下是此版本中的詳細變更。
### 改進功能
* [支援清理未被引用的資料庫](https://github.com/siyuan-note/siyuan/issues/11569)
* [支援行動裝置瀏覽器輸入工具列](https://github.com/siyuan-note/siyuan/issues/12789)
* [改進行動端側邊欄面板滑出的檢測](https://github.com/siyuan-note/siyuan/issues/13915)
* [支援行動端的匯出相關設定](https://github.com/siyuan-note/siyuan/issues/14757)
* [改進批次將圖片貼到資料庫](https://github.com/siyuan-note/siyuan/issues/15128)
* [遊標在行動端程式碼塊內時工具列會顯示增加/減少縮排按鈕](https://github.com/siyuan-note/siyuan/issues/15381)
* [行動端塊圖示消失](https://github.com/siyuan-note/siyuan/issues/16074)
* [適合 iOS 上蘋果的暗色應用圖示](https://github.com/siyuan-note/siyuan/issues/16110)
* [改進 Android 與鴻蒙上軟鍵盤工具列的彈出](https://github.com/siyuan-note/siyuan/issues/16548)
* [改進 Ctrl+Shift+T 開啟最近關閉文件的功能](https://github.com/siyuan-note/siyuan/issues/16879)
* [改進在清單項目最後按 Delete 時的編輯結果](https://github.com/siyuan-note/siyuan/issues/16895)
* [改進在提示塊中編輯公式塊的體驗](https://github.com/siyuan-note/siyuan/issues/16917)
* [`儲存查詢條件` 包含 `搜尋方式`](https://github.com/siyuan-note/siyuan/issues/16927)
* [支援透過 HTTPS 提供網路服務](https://github.com/siyuan-note/siyuan/pull/16930)
* [改進輸入法相容性](https://github.com/siyuan-note/siyuan/pull/16937)
* [在看板檢視中預設建立一個用於分組的選擇欄位](https://github.com/siyuan-note/siyuan/issues/16940)
* [改進 Android 與鴻蒙上標題塊的複製](https://github.com/siyuan-note/siyuan/issues/16946)
* [寫入文件資料透過 mmap 以減少磁碟寫入作業](https://github.com/siyuan-note/siyuan/issues/16956)
* [改進資料索引以減少磁碟讀取操作](https://github.com/siyuan-note/siyuan/issues/16958)
* [快取樹資料以提升效能並減少磁碟讀取操作](https://github.com/siyuan-note/siyuan/issues/16961)
* [改進市集清單載入](https://github.com/siyuan-note/siyuan/pull/16965)
* [相容於 HarmonyOS 6.1](https://github.com/siyuan-note/siyuan/issues/16974)
* [匯出包含大量引用的文件時減少記憶體使用](https://github.com/siyuan-note/siyuan/issues/16982)
### 修復缺陷
* [設定鍵盤快速鍵時發生錯誤](https://github.com/siyuan-note/siyuan/issues/16877)
* [在提示塊中編輯清單塊後插入位置不正確](https://github.com/siyuan-note/siyuan/issues/16916)
* [改進 AI 繼續寫入資料庫塊](https://github.com/siyuan-note/siyuan/issues/16944)
### 開發重構
* [升級至 Electron v39.5.1](https://github.com/siyuan-note/siyuan/issues/16966)
## 下載
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,48 @@
## 概述
此版本改进了一些细节。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [支持清理未被引用的数据库](https://github.com/siyuan-note/siyuan/issues/11569)
* [支持移动端浏览器输入工具栏](https://github.com/siyuan-note/siyuan/issues/12789)
* [改进移动端侧边栏面板滑出的检测](https://github.com/siyuan-note/siyuan/issues/13915)
* [支持移动端的导出相关设置](https://github.com/siyuan-note/siyuan/issues/14757)
* [改进批量将图片粘贴到数据库](https://github.com/siyuan-note/siyuan/issues/15128)
* [光标在移动端代码块内时工具栏将显示增加/减少缩进按钮](https://github.com/siyuan-note/siyuan/issues/15381)
* [移动端块图标消失](https://github.com/siyuan-note/siyuan/issues/16074)
* [适配 iOS 上苹果的暗色应用图标](https://github.com/siyuan-note/siyuan/issues/16110)
* [改进 Android 与鸿蒙上软键盘工具栏的弹出](https://github.com/siyuan-note/siyuan/issues/16548)
* [改进 Ctrl+Shift+T 打开最近关闭文档的功能](https://github.com/siyuan-note/siyuan/issues/16879)
* [改进在列表项末尾按 Delete 时的编辑结果](https://github.com/siyuan-note/siyuan/issues/16895)
* [改进在提示块中编辑公式块的体验](https://github.com/siyuan-note/siyuan/issues/16917)
* [`保存查询条件` 包含 `搜索方式`](https://github.com/siyuan-note/siyuan/issues/16927)
* [支持通过 HTTPS 提供网络服务](https://github.com/siyuan-note/siyuan/pull/16930)
* [改进输入法兼容性](https://github.com/siyuan-note/siyuan/pull/16937)
* [在看板视图中默认创建一个用于分组的选择字段](https://github.com/siyuan-note/siyuan/issues/16940)
* [改进 Android 与鸿蒙上标题块的复制](https://github.com/siyuan-note/siyuan/issues/16946)
* [写入文档数据通过 mmap 以减少磁盘写入操作](https://github.com/siyuan-note/siyuan/issues/16956)
* [改进数据索引以减少磁盘读取操作](https://github.com/siyuan-note/siyuan/issues/16958)
* [缓存树数据以提升性能并减少磁盘读取操作](https://github.com/siyuan-note/siyuan/issues/16961)
* [改进集市列表加载](https://github.com/siyuan-note/siyuan/pull/16965)
* [兼容 HarmonyOS 6.1](https://github.com/siyuan-note/siyuan/issues/16974)
* [导出包含大量引用的文档时减少内存使用](https://github.com/siyuan-note/siyuan/issues/16982)
### 修复缺陷
* [设置键盘快捷键时出现错误](https://github.com/siyuan-note/siyuan/issues/16877)
* [在提示块中编辑列表块后插入位置不正确](https://github.com/siyuan-note/siyuan/issues/16916)
* [改进 AI 继续写入数据库块](https://github.com/siyuan-note/siyuan/issues/16944)
### 开发重构
* [升级至 Electron v39.5.1](https://github.com/siyuan-note/siyuan/issues/16966)
## 下载
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)