📝 Update changelogs

This commit is contained in:
Daniel 2025-04-18 16:17:04 +08:00
parent 5c739ffa77
commit b43026c9bf
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 183 additions and 0 deletions

View file

@ -0,0 +1,61 @@
## Overview
This version improves some details.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Supports replacing tags with other inline elements](https://github.com/siyuan-note/siyuan/issues/11238)
* [Improve table row insertion](https://github.com/siyuan-note/siyuan/issues/11954)
* [The bottom sidebar panel is abnormal after opening the developer tools](https://github.com/siyuan-note/siyuan/issues/13507)
* [Tag renaming supports listing search candidates](https://github.com/siyuan-note/siyuan/issues/14518)
* [Browser clipping extension supports clipping SVG](https://github.com/siyuan-note/siyuan/issues/14523)
* [Support list block font size modification](https://github.com/siyuan-note/siyuan/issues/14524)
* [Displays database block icon by default on tablet](https://github.com/siyuan-note/siyuan/issues/14533)
* [Improve formula block spacing in exported PDF](https://github.com/siyuan-note/siyuan/issues/14548)
* [Improve undo after converting blockquote to paragraph](https://github.com/siyuan-note/siyuan/issues/14551)
* [Reload README after upgrading the marketplace package](https://github.com/siyuan-note/siyuan/issues/14558)
* [Improve math block parsing](https://github.com/siyuan-note/siyuan/issues/14561)
* [Split-screen documents maintain the same browsing position](https://github.com/siyuan-note/siyuan/issues/14568)
* [Improve web page clipping](https://github.com/siyuan-note/siyuan/issues/14578)
* [Tag search supports space-separated keywords](https://github.com/siyuan-note/siyuan/issues/14580)
* [Improve marketplace package update validation](https://github.com/siyuan-note/siyuan/issues/14586)
* [Improve block ref jump on Android](https://github.com/siyuan-note/siyuan/issues/14589)
* [Reduce the probability of `tree not found` when deleting/renaming tags](https://github.com/siyuan-note/siyuan/issues/14591)
* [Improve tag panel refresh](https://github.com/siyuan-note/siyuan/issues/14593)
* [Improve synchronization of title image updates to other windows](https://github.com/siyuan-note/siyuan/issues/14613)
* [Improve soft break editing in tables](https://github.com/siyuan-note/siyuan/issues/14619)
* [Global search supports searching with tabs](https://github.com/siyuan-note/siyuan/issues/14632)
* [Improve setting of inline elements when table cells contain br](https://github.com/siyuan-note/siyuan/issues/14635)
* [Resolve conflicts between custom ⌥⇧→/⌥⇧← and native shortcut keys](https://github.com/siyuan-note/siyuan/issues/14638)
### Bugfix
* [Abnormal content when creating a tag](https://github.com/siyuan-note/siyuan/issues/14532)
* [Abnormal after reapplying the same background color to text with background color](https://github.com/siyuan-note/siyuan/issues/14534)
* [Inserting images or files button on Android do not work](https://github.com/siyuan-note/siyuan/issues/14537)
* [Editing after opening the search interface will cause the interface to reload](https://github.com/siyuan-note/siyuan/issues/14538)
* [All `Import` buttons on Android do not work](https://github.com/siyuan-note/siyuan/issues/14545)
* [Virtual reference cannot jump on mobile](https://github.com/siyuan-note/siyuan/pull/14566)
* [Unable to find-replace tag](https://github.com/siyuan-note/siyuan/issues/14588)
* [Incorrect cursor position when typing in a database-bound block](https://github.com/siyuan-note/siyuan/issues/14606)
### Refactor
* [Upgrade to Electron v34.5.0](https://github.com/siyuan-note/siyuan/issues/14557)
### Development
* [Improve editor refresh for kernel API `/api/block/moveBlock`](https://github.com/siyuan-note/siyuan/issues/14559)
* [Authenticated kernel API requests work without setting the authentication code](https://github.com/siyuan-note/siyuan/issues/14571)
* [Improve plugin reloading after data sync](https://github.com/siyuan-note/siyuan/issues/14579)
* [The global shortcut key of the plugin cannot be bound again](https://github.com/siyuan-note/siyuan/issues/14582)
* [Add an internal kernel API `/api/ui/reloadTag`](https://github.com/siyuan-note/siyuan/issues/14594)
## Download
* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,61 @@
## 概述
該版本改進了一些細節。
## 變更記錄
以下是此版本中的詳細變更。
### 改進功能
* [支援將標籤替換為其他內嵌元素](https://github.com/siyuan-note/siyuan/issues/11238)
* [改進表格行插入](https://github.com/siyuan-note/siyuan/issues/11954)
* [開啟開發者工具後底部側邊欄面板異常](https://github.com/siyuan-note/siyuan/issues/13507)
* [標籤重新命名支援列出搜尋候選項](https://github.com/siyuan-note/siyuan/issues/14518)
* [瀏覽器剪輯擴充支援剪輯 SVG](https://github.com/siyuan-note/siyuan/issues/14523)
* [支援清單區塊字體大小修改](https://github.com/siyuan-note/siyuan/issues/14524)
* [平板上預設顯示資料庫區塊圖示](https://github.com/siyuan-note/siyuan/issues/14533)
* [改進匯出 PDF 中公式區塊的間距](https://github.com/siyuan-note/siyuan/issues/14548)
* [改進將引用區塊轉換為段落後的撤銷操作](https://github.com/siyuan-note/siyuan/issues/14551)
* [升級市場包後重新載入 README](https://github.com/siyuan-note/siyuan/issues/14558)
* [改良數學塊解析](https://github.com/siyuan-note/siyuan/issues/14561)
* [分割畫面文件保持相同的瀏覽位置](https://github.com/siyuan-note/siyuan/issues/14568)
* [改進網頁剪輯](https://github.com/siyuan-note/siyuan/issues/14578)
* [標籤搜尋支援空格分隔的關鍵字](https://github.com/siyuan-note/siyuan/issues/14580)
* [改進市場包更新驗證](https://github.com/siyuan-note/siyuan/issues/14586)
* [改進 Android 上的區塊引用跳轉](https://github.com/siyuan-note/siyuan/issues/14589)
* [減少刪除/重新命名標籤時出現 `tree not found` 的機率](https://github.com/siyuan-note/siyuan/issues/14591)
* [改進標籤面板刷新](https://github.com/siyuan-note/siyuan/issues/14593)
* [改進標題圖片更新同步到其他視窗](https://github.com/siyuan-note/siyuan/issues/14613)
* [改進表格中的軟換行編輯](https://github.com/siyuan-note/siyuan/issues/14619)
* [全域搜尋支援使用標籤頁搜尋](https://github.com/siyuan-note/siyuan/issues/14632)
* [改進表格儲存格包含 br 時的內嵌元素設定](https://github.com/siyuan-note/siyuan/issues/14635)
* [解決自訂 ⌥⇧→/⌥⇧← 與原生快速鍵衝突](https://github.com/siyuan-note/siyuan/issues/14638)
### 修復缺陷
* [建立標籤時內容異常](https://github.com/siyuan-note/siyuan/issues/14532)
* [對已有背景色的文字重新套用相同背景色後異常](https://github.com/siyuan-note/siyuan/issues/14534)
* [Android 上插入圖片或檔案的按鈕無法使用](https://github.com/siyuan-note/siyuan/issues/14537)
* [開啟搜尋介面後編輯會導致介面重新載入](https://github.com/siyuan-note/siyuan/issues/14538)
* [Android 上所有 `導入` 按鈕無法使用](https://github.com/siyuan-note/siyuan/issues/14545)
* [行動端虛擬引用無法跳轉](https://github.com/siyuan-note/siyuan/pull/14566)
* [無法尋找替換標籤](https://github.com/siyuan-note/siyuan/issues/14588)
* [在資料庫綁定區塊中輸入時間標位置不正確](https://github.com/siyuan-note/siyuan/issues/14606)
### 開發重構
* [升級至 Electron v34.5.0](https://github.com/siyuan-note/siyuan/issues/14557)
### 開發者
* [改進內核 API `/api/block/moveBlock` 的編輯器刷新](https://github.com/siyuan-note/siyuan/issues/14559)
* [核心 API 請求無需設定存取授權碼即可鑑權](https://github.com/siyuan-note/siyuan/issues/14571)
* [改進資料同步後插件的重新載入](https://github.com/siyuan-note/siyuan/issues/14579)
* [插件的全域快捷鍵無法再次綁定](https://github.com/siyuan-note/siyuan/issues/14582)
* [新增內核內部 API `/api/ui/reloadTag`](https://github.com/siyuan-note/siyuan/issues/14594)
## 下載
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,61 @@
## 概述
该版本改进了一些细节。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [支持将标签替换为其他内联元素](https://github.com/siyuan-note/siyuan/issues/11238)
* [改进表格行插入](https://github.com/siyuan-note/siyuan/issues/11954)
* [打开开发者工具后底部侧边栏面板异常](https://github.com/siyuan-note/siyuan/issues/13507)
* [标签重命名支持列出搜索候选项](https://github.com/siyuan-note/siyuan/issues/14518)
* [浏览器剪辑扩展支持剪辑 SVG](https://github.com/siyuan-note/siyuan/issues/14523)
* [支持列表块字体大小修改](https://github.com/siyuan-note/siyuan/issues/14524)
* [平板上默认显示数据库块图标](https://github.com/siyuan-note/siyuan/issues/14533)
* [改进导出 PDF 中公式块的间距](https://github.com/siyuan-note/siyuan/issues/14548)
* [改进将引用块转换为段落后的撤销操作](https://github.com/siyuan-note/siyuan/issues/14551)
* [升级市场包后重新加载 README](https://github.com/siyuan-note/siyuan/issues/14558)
* [改进数学块解析](https://github.com/siyuan-note/siyuan/issues/14561)
* [分屏文档保持相同的浏览位置](https://github.com/siyuan-note/siyuan/issues/14568)
* [改进网页剪辑](https://github.com/siyuan-note/siyuan/issues/14578)
* [标签搜索支持空格分隔的关键字](https://github.com/siyuan-note/siyuan/issues/14580)
* [改进市场包更新验证](https://github.com/siyuan-note/siyuan/issues/14586)
* [改进 Android 上的块引用跳转](https://github.com/siyuan-note/siyuan/issues/14589)
* [减少删除/重命名标签时出现 `tree not found` 的概率](https://github.com/siyuan-note/siyuan/issues/14591)
* [改进标签面板刷新](https://github.com/siyuan-note/siyuan/issues/14593)
* [改进标题图片更新同步到其他窗口](https://github.com/siyuan-note/siyuan/issues/14613)
* [改进表格中的软换行编辑](https://github.com/siyuan-note/siyuan/issues/14619)
* [全局搜索支持使用标签页搜索](https://github.com/siyuan-note/siyuan/issues/14632)
* [改进表格单元格包含 br 时的内联元素设置](https://github.com/siyuan-note/siyuan/issues/14635)
* [解决自定义 ⌥⇧→/⌥⇧← 与原生快捷键冲突](https://github.com/siyuan-note/siyuan/issues/14638)
### 修复缺陷
* [创建标签时内容异常](https://github.com/siyuan-note/siyuan/issues/14532)
* [对已有背景色的文本重新应用相同背景色后异常](https://github.com/siyuan-note/siyuan/issues/14534)
* [Android 上插入图片或文件的按钮无法使用](https://github.com/siyuan-note/siyuan/issues/14537)
* [打开搜索界面后编辑会导致界面重新加载](https://github.com/siyuan-note/siyuan/issues/14538)
* [Android 上所有 `导入` 按钮无法使用](https://github.com/siyuan-note/siyuan/issues/14545)
* [移动端虚拟引用无法跳转](https://github.com/siyuan-note/siyuan/pull/14566)
* [无法查找替换标签](https://github.com/siyuan-note/siyuan/issues/14588)
* [在数据库绑定块中输入时光标位置不正确](https://github.com/siyuan-note/siyuan/issues/14606)
### 开发重构
* [升级到 Electron v34.5.0](https://github.com/siyuan-note/siyuan/issues/14557)
### 开发者
* [改进内核 API `/api/block/moveBlock` 的编辑器刷新](https://github.com/siyuan-note/siyuan/issues/14559)
* [内核 API 请求无需设置访问授权码即可鉴权](https://github.com/siyuan-note/siyuan/issues/14571)
* [改进数据同步后插件的重新加载](https://github.com/siyuan-note/siyuan/issues/14579)
* [插件的全局快捷键无法再次绑定](https://github.com/siyuan-note/siyuan/issues/14582)
* [新增内核内部 API `/api/ui/reloadTag`](https://github.com/siyuan-note/siyuan/issues/14594)
## 下载
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)