Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-03-24 22:37:38 +08:00
commit 5c0273d0c2
3 changed files with 150 additions and 0 deletions

View File

@ -0,0 +1,50 @@
## Overview
This version improves some details.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Hide the status bar on tablet](https://github.com/siyuan-note/siyuan/issues/12204)
* [Improve table cell selection](https://github.com/siyuan-note/siyuan/issues/14156)
* [Improve creating block at the end of the doc bottom](https://github.com/siyuan-note/siyuan/issues/14190)
* [Improve font rendering on macOS](https://github.com/siyuan-note/siyuan/issues/14356)
* [Improve doc scrolling when pressing the up and down arrow keys to switch cells in the database](https://github.com/siyuan-note/siyuan/issues/14364)
* [Improve search window dragging](https://github.com/siyuan-note/siyuan/issues/14372)
* [Improve plugin to add CSS](https://github.com/siyuan-note/siyuan/issues/14373)
* [Improve focus animation](https://github.com/siyuan-note/siyuan/issues/14379)
* [Improve the width of exported images on mobile](https://github.com/siyuan-note/siyuan/issues/14392)
* [Improve embed block updating](https://github.com/siyuan-note/siyuan/issues/14395)
* [Improve markdown input parsing](https://github.com/siyuan-note/siyuan/issues/14397)
* [Improve the focus return id does not exist](https://github.com/siyuan-note/siyuan/issues/14399)
* [Improve flashcard import](https://github.com/siyuan-note/siyuan/issues/14402)
* [Displays the data index message in the status bar on mobile](https://github.com/siyuan-note/siyuan/issues/14404)
* [Improve plugin compatibility of embed blocks](https://github.com/siyuan-note/siyuan/issues/14405)
* [Improve menu animation on mobile](https://github.com/siyuan-note/siyuan/issues/14407)
* [Improve breadcrumb scrolling and clicking on mobile](https://github.com/siyuan-note/siyuan/issues/14409)
* [Improve pasting link after virtual reference](https://github.com/siyuan-note/siyuan/issues/14421)
* [Improve math block parsing](https://github.com/siyuan-note/siyuan/issues/14423)
* [Improve Markdown hyperlink input parsing](https://github.com/siyuan-note/siyuan/issues/14424)
* [Support indented code block syntax when importing Markdown](https://github.com/siyuan-note/siyuan/issues/14429)
* [Improve browser clipping extension](https://github.com/siyuan-note/siyuan/issues/14431)
### Bugfix
* [AI DeepSeek 422 Unprocessable Entity](https://github.com/siyuan-note/siyuan/issues/14347)
* [Unable to long press to paste on mobile](https://github.com/siyuan-note/siyuan/issues/14406)
* [Reverse deletion exception in empty block](https://github.com/siyuan-note/siyuan/issues/14413)
* [WebDAV purge data repo failed](https://github.com/siyuan-note/siyuan/issues/14420)
* [Applying styles to block refs causes them to disappear](https://github.com/siyuan-note/siyuan/issues/14428)
* [Unable to open cloud tagged snapshots](https://github.com/siyuan-note/siyuan/issues/14434)
### Refactor
* [Upgrade to Electron v34.3.4](https://github.com/siyuan-note/siyuan/issues/14403)
## Download
* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View File

@ -0,0 +1,50 @@
## 概述
該版本改進了一些細節。
## 變更記錄
以下是此版本中的詳細變更。
### 改進功能
* [隱藏平板上的狀態列](https://github.com/siyuan-note/siyuan/issues/12204)
* [改進表格儲存格選擇](https://github.com/siyuan-note/siyuan/issues/14156)
* [改進在文件底部建立區塊](https://github.com/siyuan-note/siyuan/issues/14190)
* [改進 macOS 上的字體渲染](https://github.com/siyuan-note/siyuan/issues/14356)
* [改進在資料庫中按下下箭頭鍵切換儲存格時的文件捲動](https://github.com/siyuan-note/siyuan/issues/14364)
* [改進搜尋視窗拖曳](https://github.com/siyuan-note/siyuan/issues/14372)
* [改進外掛程式加入 CSS](https://github.com/siyuan-note/siyuan/issues/14373)
* [改進聚焦動畫](https://github.com/siyuan-note/siyuan/issues/14379)
* [改進手機端上匯出圖片的寬度](https://github.com/siyuan-note/siyuan/issues/14392)
* [改進嵌入塊更新](https://github.com/siyuan-note/siyuan/issues/14395)
* [改進 Markdown 輸入解析](https://github.com/siyuan-note/siyuan/issues/14397)
* [改進聚焦回傳 ID 不存在的情況](https://github.com/siyuan-note/siyuan/issues/14399)
* [改進閃卡導入](https://github.com/siyuan-note/siyuan/issues/14402)
* [在行動端的狀態列中顯示資料索引訊息](https://github.com/siyuan-note/siyuan/issues/14404)
* [改進嵌入區塊的插件相容性](https://github.com/siyuan-note/siyuan/issues/14405)
* [改進行動端上的選單動畫](https://github.com/siyuan-note/siyuan/issues/14407)
* [改進行動端上的麵包屑滾動和點擊](https://github.com/siyuan-note/siyuan/issues/14409)
* [改進虛擬引用後的貼上連結](https://github.com/siyuan-note/siyuan/issues/14421)
* [改良公式區塊解析](https://github.com/siyuan-note/siyuan/issues/14423)
* [改進 Markdown 超連結輸入解析](https://github.com/siyuan-note/siyuan/issues/14424)
* [支援匯入 Markdown 時解析縮排程式碼區塊語法](https://github.com/siyuan-note/siyuan/issues/14429)
* [改進瀏覽器剪藏擴充功能](https://github.com/siyuan-note/siyuan/issues/14431)
### 修復缺陷
* [AI DeepSeek 422 Unprocessable Entity](https://github.com/siyuan-note/siyuan/issues/14347)
* [行動端無法長按貼上](https://github.com/siyuan-note/siyuan/issues/14406)
* [空塊中反向刪除異常](https://github.com/siyuan-note/siyuan/issues/14413)
* [WebDAV 清理資料倉儲失敗](https://github.com/siyuan-note/siyuan/issues/14420)
* [套用樣式到區塊引用導致其消失](https://github.com/siyuan-note/siyuan/issues/14428)
* [無法開啟雲端標記快照](https://github.com/siyuan-note/siyuan/issues/14434)
### 開發重構
* [升級至 Electron v34.3.4](https://github.com/siyuan-note/siyuan/issues/14403)
## 下載
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View File

@ -0,0 +1,50 @@
## 概述
该版本改进了一些细节。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [隐藏平板上的状态栏](https://github.com/siyuan-note/siyuan/issues/12204)
* [改进表格单元格选择](https://github.com/siyuan-note/siyuan/issues/14156)
* [改进在文档底部创建块](https://github.com/siyuan-note/siyuan/issues/14190)
* [改进 macOS 上的字体渲染](https://github.com/siyuan-note/siyuan/issues/14356)
* [改进在数据库中按上下箭头键切换单元格时的文档滚动](https://github.com/siyuan-note/siyuan/issues/14364)
* [改进搜索窗口拖动](https://github.com/siyuan-note/siyuan/issues/14372)
* [改进插件添加 CSS](https://github.com/siyuan-note/siyuan/issues/14373)
* [改进聚焦动画](https://github.com/siyuan-note/siyuan/issues/14379)
* [改进移动端上导出图片的宽度](https://github.com/siyuan-note/siyuan/issues/14392)
* [改进嵌入块更新](https://github.com/siyuan-note/siyuan/issues/14395)
* [改进 Markdown 输入解析](https://github.com/siyuan-note/siyuan/issues/14397)
* [改进聚焦返回 ID 不存在的情况](https://github.com/siyuan-note/siyuan/issues/14399)
* [改进闪卡导入](https://github.com/siyuan-note/siyuan/issues/14402)
* [在移动端的状态栏中显示数据索引消息](https://github.com/siyuan-note/siyuan/issues/14404)
* [改进嵌入块的插件兼容性](https://github.com/siyuan-note/siyuan/issues/14405)
* [改进移动端上的菜单动画](https://github.com/siyuan-note/siyuan/issues/14407)
* [改进移动端上的面包屑滚动和点击](https://github.com/siyuan-note/siyuan/issues/14409)
* [改进虚拟引用后的粘贴链接](https://github.com/siyuan-note/siyuan/issues/14421)
* [改进公式块解析](https://github.com/siyuan-note/siyuan/issues/14423)
* [改进 Markdown 超链接输入解析](https://github.com/siyuan-note/siyuan/issues/14424)
* [支持导入 Markdown 时解析缩进代码块语法](https://github.com/siyuan-note/siyuan/issues/14429)
* [改进浏览器剪藏扩展](https://github.com/siyuan-note/siyuan/issues/14431)
### 修复缺陷
* [AI DeepSeek 422 Unprocessable Entity](https://github.com/siyuan-note/siyuan/issues/14347)
* [移动端无法长按粘贴](https://github.com/siyuan-note/siyuan/issues/14406)
* [空块中反向删除异常](https://github.com/siyuan-note/siyuan/issues/14413)
* [WebDAV 清理数据仓库失败](https://github.com/siyuan-note/siyuan/issues/14420)
* [应用样式到块引用导致其消失](https://github.com/siyuan-note/siyuan/issues/14428)
* [无法打开云端标记快照](https://github.com/siyuan-note/siyuan/issues/14434)
### 开发重构
* [升级到 Electron v34.3.4](https://github.com/siyuan-note/siyuan/issues/14403)
## 下载
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)