📝 Update changelogs

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-26 10:37:36 +08:00
parent 9010967b04
commit 22f58d4743
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 162 additions and 0 deletions

View file

@ -0,0 +1,54 @@
## Overview
This version improves some details.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Improve "Paste as plain text" after copying PDF annotations](https://github.com/siyuan-note/siyuan/issues/11992)
* [Improve editing for nesting of callouts, lists, and headings](https://github.com/siyuan-note/siyuan/issues/12139)
* [Improve the drag handle for new windows containing multiple tabs](https://github.com/siyuan-note/siyuan/issues/12302)
* [Improve browser clipping extension for MathJax formulas](https://github.com/siyuan-note/siyuan/issues/13543)
* [New export settings: Include sub-docs, Include related docs](https://github.com/siyuan-note/siyuan/issues/13635)
* [Support exporting .sy.zip after selecting multiple documents](https://github.com/siyuan-note/siyuan/issues/14484)
* [Improve the network serve address list](https://github.com/siyuan-note/siyuan/issues/14943)
* [Improve export to Word .docx format](https://github.com/siyuan-note/siyuan/issues/14970)
* [Improve input `{{`, `/` or `#` and paste](https://github.com/siyuan-note/siyuan/issues/14972)
* [Block hyperlink supports fullscreen=1 for full-screen display](https://github.com/siyuan-note/siyuan/issues/15628)
* [Add "Remove ID from asset name" switch to export settings](https://github.com/siyuan-note/siyuan/issues/16065)
* [The image address bar is automatically converted to an asset after filling in Base64](https://github.com/siyuan-note/siyuan/issues/16132)
* [Improve Microsoft Excel Compatibility](https://github.com/siyuan-note/siyuan/pull/16338)
* [Improve image export size for database assets fields](https://github.com/siyuan-note/siyuan/issues/16470)
* [Database filtering follows search case sensitive settings](https://github.com/siyuan-note/siyuan/issues/16585)
* [Include related assets when exporting the database to CSV](https://github.com/siyuan-note/siyuan/issues/16645)
* [Supports opening the Callout dialog box using Alt+Enter](https://github.com/siyuan-note/siyuan/issues/16678)
* [Improve recent documents handling](https://github.com/siyuan-note/siyuan/pull/16727)
* [Supports MLIR code block syntax highlighting](https://github.com/siyuan-note/siyuan/issues/16824)
* [Improve the encryption verification during data synchronization](https://github.com/siyuan-note/siyuan/issues/16834)
* [Warn users about potential performance issues when running on non-SSD drives](https://github.com/siyuan-note/siyuan/issues/16835)
* [Improve macOS initialization UI and dark mode support](https://github.com/siyuan-note/siyuan/pull/16839)
* [Do not execute scripts in serving SVG by default to prevent XSS](https://github.com/siyuan-note/siyuan/issues/16844)
* [Supports setting Pandoc parameters for export docx](https://github.com/siyuan-note/siyuan/issues/16845)
* [Improve full-screen display of the editor, flashcards, and graph in browsers and PWAs](https://github.com/siyuan-note/siyuan/issues/16848)
* [Distinguishing between a referenced definition block that does not exist or one that is not indexed](https://github.com/siyuan-note/siyuan/issues/16850)
* [Built-in Pandoc export .docx template](https://github.com/siyuan-note/siyuan/issues/16861)
* [Reduce the size of desktop applications](https://github.com/siyuan-note/siyuan/pull/16866)
* [Improve caret vertical movement within table cells](https://github.com/siyuan-note/siyuan/issues/16869)
* [The size limit of inserted assets has been adjusted from 8G to 16G](https://github.com/siyuan-note/siyuan/issues/16870)
### Bugfix
* [Can not horizontal scrolling on iOS](https://github.com/siyuan-note/siyuan/issues/15333)
* [Reopen closed tab doesn't display its icon](https://github.com/siyuan-note/siyuan/issues/16810)
* [The interface freezes after performing certain operations on the data snapshot page](https://github.com/siyuan-note/siyuan/issues/16814)
* [Triple-clicking with the mouse in the editor does not select all the text](https://github.com/siyuan-note/siyuan/issues/16829)
* [Batch conversion of heading levels is not working correctly](https://github.com/siyuan-note/siyuan/issues/16852)
* [Arbitrary file reading vulnerability](https://github.com/siyuan-note/siyuan/issues/16860)
## Download
* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,54 @@
## 概述
此版本改進了一些細節。
## 變更記錄
以下是此版本中的詳細變更。
### 改進功能
* [改進在複製 PDF 標註後「以純文字貼上」的功能](https://github.com/siyuan-note/siyuan/issues/11992)
* [改進提示、清單和標題的嵌套編輯](https://github.com/siyuan-note/siyuan/issues/12139)
* [改進包含多個頁籤的新視窗的拖曳手柄](https://github.com/siyuan-note/siyuan/issues/12302)
* [改進瀏覽器剪藏擴充功能對 MathJax 公式的支援](https://github.com/siyuan-note/siyuan/issues/13543)
* [新增匯出設定:包含子文件、包含關聯文件](https://github.com/siyuan-note/siyuan/issues/13635)
* [支援多選文件匯出 .sy.zip](https://github.com/siyuan-note/siyuan/issues/14484)
* [改進網路伺服位址清單](https://github.com/siyuan-note/siyuan/issues/14943)
* [改進匯出為 Word .docx 的功能](https://github.com/siyuan-note/siyuan/issues/14970)
* [改進輸入 `{{`、`/` 或 `#` 及貼上行為](https://github.com/siyuan-note/siyuan/issues/14972)
* [區塊超連結支援 fullscreen=1 以實現全螢幕顯示](https://github.com/siyuan-note/siyuan/issues/15628)
* [在匯出設定中新增「從資源名稱移除 ID」開關](https://github.com/siyuan-note/siyuan/issues/16065)
* [填入 Base64 後,圖片網址列會自動轉換為資源](https://github.com/siyuan-note/siyuan/issues/16132)
* [改進 Microsoft Excel 相容性](https://github.com/siyuan-note/siyuan/pull/16338)
* [改進資料庫資源欄位的圖片匯出尺寸](https://github.com/siyuan-note/siyuan/issues/16470)
* [資料庫過濾遵循搜尋的大小寫敏感設定](https://github.com/siyuan-note/siyuan/issues/16585)
* [匯出資料庫為 CSV 時包含關聯資源](https://github.com/siyuan-note/siyuan/issues/16645)
* [支援使用 Alt+Enter 開啟提示對話框](https://github.com/siyuan-note/siyuan/issues/16678)
* [改進最近文件的處理](https://github.com/siyuan-note/siyuan/pull/16727)
* [支援 MLIR 程式碼區塊語法高亮](https://github.com/siyuan-note/siyuan/issues/16824)
* [改進資料同步過程中的加密校驗](https://github.com/siyuan-note/siyuan/issues/16834)
* [提示使用者在非 SSD 硬碟上執行時可能的效能問題](https://github.com/siyuan-note/siyuan/issues/16835)
* [改進 macOS 初始化介面及暗黑模式支援](https://github.com/siyuan-note/siyuan/pull/16839)
* [預設不會執行伺服的 SVG 中的腳本以防止 XSS](https://github.com/siyuan-note/siyuan/issues/16844)
* [支援為匯出 docx 設定 Pandoc 參數](https://github.com/siyuan-note/siyuan/issues/16845)
* [改進瀏覽器與 PWA 中編輯器、閃卡和關係圖的全螢幕顯示](https://github.com/siyuan-note/siyuan/issues/16848)
* [區分被引用的定義區塊是不存在還是未被索引](https://github.com/siyuan-note/siyuan/issues/16850)
* [內建 Pandoc 匯出 .docx 範本](https://github.com/siyuan-note/siyuan/issues/16861)
* [減少桌面端應用的體積](https://github.com/siyuan-note/siyuan/pull/16866)
* [改進遊標在表格單元格內的縱向移動](https://github.com/siyuan-note/siyuan/issues/16869)
* [插入資源的大小限制已從 8G 調整為 16G](https://github.com/siyuan-note/siyuan/issues/16870)
### 修復缺陷
* [iOS 上無法進行水平滾動](https://github.com/siyuan-note/siyuan/issues/15333)
* [重新開啟已關閉的頁籤時不顯示其圖示](https://github.com/siyuan-note/siyuan/issues/16810)
* [在資料快照頁面執行某些操作後介面卡死](https://github.com/siyuan-note/siyuan/issues/16814)
* [在編輯器中使用滑鼠三擊未能選取全部文字](https://github.com/siyuan-note/siyuan/issues/16829)
* [標題等級批次轉換功能異常](https://github.com/siyuan-note/siyuan/issues/16852)
* [任意檔案讀取漏洞](https://github.com/siyuan-note/siyuan/issues/16860)
## 下載
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,54 @@
## 概述
此版本改进了一些细节。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [改进在复制 PDF 标注后“以纯文本粘贴”的功能](https://github.com/siyuan-note/siyuan/issues/11992)
* [改进提示、列表和标题的嵌套编辑](https://github.com/siyuan-note/siyuan/issues/12139)
* [改进包含多个页签的新窗口的拖拽手柄](https://github.com/siyuan-note/siyuan/issues/12302)
* [改进浏览器剪藏扩展对 MathJax 公式的支持](https://github.com/siyuan-note/siyuan/issues/13543)
* [新增导出设置:包含子文档、包含关联文档](https://github.com/siyuan-note/siyuan/issues/13635)
* [支持多选文档导出 .sy.zip](https://github.com/siyuan-note/siyuan/issues/14484)
* [改进网络伺服地址列表](https://github.com/siyuan-note/siyuan/issues/14943)
* [改进导出为 Word .docx 的功能](https://github.com/siyuan-note/siyuan/issues/14970)
* [改进输入 `{{`、`/` 或 `#` 及粘贴行为](https://github.com/siyuan-note/siyuan/issues/14972)
* [块超链接支持 fullscreen=1 以实现全屏显示](https://github.com/siyuan-note/siyuan/issues/15628)
* [在导出设置中新增“从资源名称移除 ID”开关](https://github.com/siyuan-note/siyuan/issues/16065)
* [在填入 Base64 后,图片地址栏会自动转换为资源](https://github.com/siyuan-note/siyuan/issues/16132)
* [改进 Microsoft Excel 兼容性](https://github.com/siyuan-note/siyuan/pull/16338)
* [改进数据库资源字段的图片导出尺寸](https://github.com/siyuan-note/siyuan/issues/16470)
* [数据库过滤遵循搜索的大小写敏感设置](https://github.com/siyuan-note/siyuan/issues/16585)
* [导出数据库为 CSV 时包含关联资源](https://github.com/siyuan-note/siyuan/issues/16645)
* [支持使用 Alt+Enter 打开提示对话框](https://github.com/siyuan-note/siyuan/issues/16678)
* [改进最近文档的处理](https://github.com/siyuan-note/siyuan/pull/16727)
* [支持 MLIR 代码块语法高亮](https://github.com/siyuan-note/siyuan/issues/16824)
* [改进数据同步过程中的加密校验](https://github.com/siyuan-note/siyuan/issues/16834)
* [提示用户在非 SSD 硬盘上运行时可能的性能问题](https://github.com/siyuan-note/siyuan/issues/16835)
* [改进 macOS 初始化界面及暗黑模式支持](https://github.com/siyuan-note/siyuan/pull/16839)
* [默认情况下不执行伺服的 SVG 中的脚本以防止 XSS](https://github.com/siyuan-note/siyuan/issues/16844)
* [支持为导出 docx 设置 Pandoc 参数](https://github.com/siyuan-note/siyuan/issues/16845)
* [改进在浏览器与 PWA 中编辑器、闪卡和关系图的全屏显示](https://github.com/siyuan-note/siyuan/issues/16848)
* [区分被引用的定义块是不存在还是未被索引](https://github.com/siyuan-note/siyuan/issues/16850)
* [内置 Pandoc 导出 .docx 模板](https://github.com/siyuan-note/siyuan/issues/16861)
* [减小桌面端应用的体积](https://github.com/siyuan-note/siyuan/pull/16866)
* [改进光标在表格单元格内的纵向移动](https://github.com/siyuan-note/siyuan/issues/16869)
* [插入资源的大小限制已从 8G 调整为 16G](https://github.com/siyuan-note/siyuan/issues/16870)
### 修复缺陷
* [iOS 上无法进行水平滚动](https://github.com/siyuan-note/siyuan/issues/15333)
* [重新打开已关闭的页签时不显示其图标](https://github.com/siyuan-note/siyuan/issues/16810)
* [在数据快照页面执行某些操作后界面卡死](https://github.com/siyuan-note/siyuan/issues/16814)
* [在编辑器中使用鼠标三击未能选中全部文本](https://github.com/siyuan-note/siyuan/issues/16829)
* [标题级别批量转换功能异常](https://github.com/siyuan-note/siyuan/issues/16852)
* [任意文件读取漏洞](https://github.com/siyuan-note/siyuan/issues/16860)
## 下载
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)