📝 Update changelogs

This commit is contained in:
Daniel 2024-08-27 10:24:09 +08:00
parent 13140edd6b
commit ec990c01a2
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 fixes some detail defects, it is recommended to upgrade.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Improve the pasting of selected text in PDF rectangular annotation](https://github.com/siyuan-note/siyuan/issues/11629)
* [Improve marketplace loading when offline](https://github.com/siyuan-note/siyuan/issues/12050)
* [Insert IFrame block with attribute `allow-popups`](https://github.com/siyuan-note/siyuan/issues/12055)
* [Improve HTML details-summary clipping](https://github.com/siyuan-note/siyuan/issues/12106)
* [Improve plugin menu on mobile](https://github.com/siyuan-note/siyuan/issues/12146)
* [Improve deletion of empty blocks below the thematic break](https://github.com/siyuan-note/siyuan/issues/12149)
* [Pressing Tab in a code block no longer deselects the content](https://github.com/siyuan-note/siyuan/issues/12174)
* [AI operation `Clear context` no longer closes the popup window](https://github.com/siyuan-note/siyuan/issues/12181)
* [Improve `Alt` or `Shift` dragging of the block icon](https://github.com/siyuan-note/siyuan/issues/12190)
* [The window title needs to be refreshed after creating a new doc](https://github.com/siyuan-note/siyuan/issues/12197)
* [Improve the title for exporting HTML](https://github.com/siyuan-note/siyuan/issues/12212)
* [Potential data export disclosure security vulnerability](https://github.com/siyuan-note/siyuan/issues/12213)
* [Improve data sync](https://github.com/siyuan-note/siyuan/issues/12220)
* [Improve database table view exporting](https://github.com/siyuan-note/siyuan/issues/12232)
* [List item disconnection no longer affects database binding blocks](https://github.com/siyuan-note/siyuan/issues/12235)
* [Improve HTML list clipping](https://github.com/siyuan-note/siyuan/issues/12237)
* [Improve input of `&` before and after inline elements](https://github.com/siyuan-note/siyuan/issues/12239)
* [Improve HTML kbd clipping](https://github.com/siyuan-note/siyuan/issues/12242)
* [Improve asset name normalization when inserting/uploading](https://github.com/siyuan-note/siyuan/issues/12255)
* [Improve database text field exporting](https://github.com/siyuan-note/siyuan/issues/12261)
* [Improve web clipping adaptation](https://github.com/siyuan-note/siyuan/issues/12310)
### Bugfix
* [Database search keyboard is hidden on Android](https://github.com/siyuan-note/siyuan/issues/11098)
* [The text in the task list still has the strikethrough style after it is deleted](https://github.com/siyuan-note/siyuan/issues/12161)
* [Wrong parsing virtual reference with `\` before it](https://github.com/siyuan-note/siyuan/issues/12206)
* [`Copy Headings and Bottom Blocks` does not work properly on Android](https://github.com/siyuan-note/siyuan/issues/12211)
* [Embed blocks are exported incorrectly](https://github.com/siyuan-note/siyuan/issues/12250)
* [Task list style is incorrect after pressing Tab](https://github.com/siyuan-note/siyuan/issues/12267)
### Refactor
* [Upgrade to Electron v30.4.0](https://github.com/siyuan-note/siyuan/issues/12276)
### Development
* [Update the dom of code blocks](https://github.com/siyuan-note/siyuan/issues/10769)
* [Add a parameter `containChildren` for the kernel API `/api/ref/getBacklinkDoc`](https://github.com/siyuan-note/siyuan/pull/12299)
## 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/11629)
* [改進離線時的市場載入](https://github.com/siyuan-note/siyuan/issues/12050)
* [插入帶有 `allow-popups` 屬性的 IFrame 區塊](https://github.com/siyuan-note/siyuan/issues/12055)
* [改進 HTML details-summary 剪藏](https://github.com/siyuan-note/siyuan/issues/12106)
* [改進行動端上的插件選單](https://github.com/siyuan-note/siyuan/issues/12146)
* [改進刪除主題分隔線下方的空白區塊](https://github.com/siyuan-note/siyuan/issues/12149)
* [在程式碼區塊中按 Tab 鍵不再取消選取內容](https://github.com/siyuan-note/siyuan/issues/12174)
* [AI 操作 `清除上下文` 不再關閉彈出視窗](https://github.com/siyuan-note/siyuan/issues/12181)
* [改進 `Alt` 或 `Shift` 拖曳區塊圖示](https://github.com/siyuan-note/siyuan/issues/12190)
* [建立新文件後需要刷新視窗標題](https://github.com/siyuan-note/siyuan/issues/12197)
* [改進匯出 HTML 的標題](https://github.com/siyuan-note/siyuan/issues/12212)
* [潛在的資料匯出外洩安全漏洞](https://github.com/siyuan-note/siyuan/issues/12213)
* [改進資料同步](https://github.com/siyuan-note/siyuan/issues/12220)
* [改進資料庫表格視圖匯出](https://github.com/siyuan-note/siyuan/issues/12232)
* [清單項目斷線不再影響資料庫綁定區塊](https://github.com/siyuan-note/siyuan/issues/12235)
* [改進 HTML 清單剪藏](https://github.com/siyuan-note/siyuan/issues/12237)
* [改進在內嵌元素前後輸入 `&`](https://github.com/siyuan-note/siyuan/issues/12239)
* [改進 HTML kbd 剪藏](https://github.com/siyuan-note/siyuan/issues/12242)
* [改進插入/上傳時的資源檔案名稱規範化](https://github.com/siyuan-note/siyuan/issues/12255)
* [改進資料庫文字欄位匯出](https://github.com/siyuan-note/siyuan/issues/12261)
* [改進網頁剪藏適配](https://github.com/siyuan-note/siyuan/issues/12310)
### 修復缺陷
* [資料庫搜尋鍵盤隱藏在 Android 上](https://github.com/siyuan-note/siyuan/issues/11098)
* [任務清單中的文字刪除後仍有刪除線樣式](https://github.com/siyuan-note/siyuan/issues/12161)
* [帶有 `\` 的虛擬引用解析錯誤](https://github.com/siyuan-note/siyuan/issues/12206)
* [`複製標題和底部區塊` 在 Android 上無法正常運作](https://github.com/siyuan-note/siyuan/issues/12211)
* [嵌入塊導出不正確](https://github.com/siyuan-note/siyuan/issues/12250)
* [按 Tab 鍵後任務清單樣式不正確](https://github.com/siyuan-note/siyuan/issues/12267)
### 開發重構
* [升級 Electron v30.4.0](https://github.com/siyuan-note/siyuan/issues/12276)
### 開發者
* [更新程式碼區塊的 DOM](https://github.com/siyuan-note/siyuan/issues/10769)
* [為內核 API `/api/ref/getBacklinkDoc` 新增參數 `containChildren`](https://github.com/siyuan-note/siyuan/pull/12299)
## 下載
* [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/11629)
* [改进离线时的市场加载](https://github.com/siyuan-note/siyuan/issues/12050)
* [插入带有 `allow-popups` 属性的 IFrame 块](https://github.com/siyuan-note/siyuan/issues/12055)
* [改进 HTML details-summary 剪藏](https://github.com/siyuan-note/siyuan/issues/12106)
* [改进移动端上的插件菜单](https://github.com/siyuan-note/siyuan/issues/12146)
* [改进删除主题分隔线下方的空块](https://github.com/siyuan-note/siyuan/issues/12149)
* [在代码块中按 Tab 键不再取消选择内容](https://github.com/siyuan-note/siyuan/issues/12174)
* [AI 操作 `清除上下文` 不再关闭弹出窗口](https://github.com/siyuan-note/siyuan/issues/12181)
* [改进 `Alt` 或 `Shift` 拖动块图标](https://github.com/siyuan-note/siyuan/issues/12190)
* [创建新文档后需要刷新窗口标题](https://github.com/siyuan-note/siyuan/issues/12197)
* [改进导出 HTML 的标题](https://github.com/siyuan-note/siyuan/issues/12212)
* [潜在的数据导出泄露安全漏洞](https://github.com/siyuan-note/siyuan/issues/12213)
* [改进数据同步](https://github.com/siyuan-note/siyuan/issues/12220)
* [改进数据库表格视图导出](https://github.com/siyuan-note/siyuan/issues/12232)
* [列表项断开连接不再影响数据库绑定块](https://github.com/siyuan-note/siyuan/issues/12235)
* [改进 HTML 列表剪藏](https://github.com/siyuan-note/siyuan/issues/12237)
* [改进在内联元素前后输入 `&`](https://github.com/siyuan-note/siyuan/issues/12239)
* [改进 HTML kbd 剪藏](https://github.com/siyuan-note/siyuan/issues/12242)
* [改进插入/上传时的资源文件名称规范化](https://github.com/siyuan-note/siyuan/issues/12255)
* [改进数据库文本字段导出](https://github.com/siyuan-note/siyuan/issues/12261)
* [改进网页剪藏适配](https://github.com/siyuan-note/siyuan/issues/12310)
### 修复缺陷
* [数据库搜索键盘在 Android 上隐藏](https://github.com/siyuan-note/siyuan/issues/11098)
* [任务列表中的文本删除后仍然有删除线样式](https://github.com/siyuan-note/siyuan/issues/12161)
* [带有 `\` 的虚拟引用解析错误](https://github.com/siyuan-note/siyuan/issues/12206)
* [`复制标题和底部块` 在 Android 上无法正常工作](https://github.com/siyuan-note/siyuan/issues/12211)
* [嵌入块导出不正确](https://github.com/siyuan-note/siyuan/issues/12250)
* [按 Tab 键后任务列表样式不正确](https://github.com/siyuan-note/siyuan/issues/12267)
### 开发重构
* [升级 Electron v30.4.0](https://github.com/siyuan-note/siyuan/issues/12276)
### 开发者
* [更新代码块的 DOM](https://github.com/siyuan-note/siyuan/issues/10769)
* [为内核 API `/api/ref/getBacklinkDoc` 添加参数 `containChildren`](https://github.com/siyuan-note/siyuan/pull/12299)
## 下载
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)