📝 Update changelogs

This commit is contained in:
Daniel 2024-05-21 08:11:05 +08:00
parent 358047dea0
commit 7b27a0ab1f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 216 additions and 0 deletions

View file

@ -0,0 +1,72 @@
## Overview
This version improves web page clipping, fixes some bugs and improves a lot of details.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [The browser extension supports Zhihu formula clipping](https://github.com/siyuan-note/siyuan/issues/5599)
* [The browser extension supports CSDN formula clipping](https://github.com/siyuan-note/siyuan/issues/5624)
* [Add internal commands to command palette](https://github.com/siyuan-note/siyuan/issues/11133)
* [If a file with the same name exists during export PDF/Docx, it will be automatically renamed](https://github.com/siyuan-note/siyuan/issues/11357)
* [Improve text for `Press back again to desktop` on Android](https://github.com/siyuan-note/siyuan/issues/11383)
* [Improve database table view asset column](https://github.com/siyuan-note/siyuan/issues/11389)
* [Prompt for recovery method and retention days settings when deleting documents](https://github.com/siyuan-note/siyuan/issues/11400)
* [Improve HTML code element clipping](https://github.com/siyuan-note/siyuan/issues/11401)
* [Support for copying block text in read-only database table views](https://github.com/siyuan-note/siyuan/issues/11403)
* [Code block word break uses break-word](https://github.com/siyuan-note/siyuan/issues/11408)
* [Added floating tip for database `Add` button](https://github.com/siyuan-note/siyuan/issues/11411)
* [Support markdown configuration on the mobile](https://github.com/siyuan-note/siyuan/issues/11414)
* [Downgrades the glibc 2.31 version to solve booting failure on Linux](https://github.com/siyuan-note/siyuan/issues/11417)
* [Search preview supports HTML tags in inline code content](https://github.com/siyuan-note/siyuan/issues/11418)
* [Improve i18n text of export preview tooltips and infos](https://github.com/siyuan-note/siyuan/pull/11420)
* [Information such as database titles can no longer be modified in read-only mode](https://github.com/siyuan-note/siyuan/issues/11424)
* [Improve HTML table element clipping](https://github.com/siyuan-note/siyuan/issues/11425)
* [Improve inline memo export](https://github.com/siyuan-note/siyuan/issues/11426)
* [Improve HTML code block clipping](https://github.com/siyuan-note/siyuan/issues/11427)
* [Attribute Panel - Database attributes custom sorting](https://github.com/siyuan-note/siyuan/issues/11428)
* [Improve main window position restoration after boot on the Desktop](https://github.com/siyuan-note/siyuan/issues/11437)
* [Improve HTML h element clipping](https://github.com/siyuan-note/siyuan/issues/11445)
* [Support KaTex macro parameters](https://github.com/siyuan-note/siyuan/issues/11448)
* [Improve attribute panel text input box](https://github.com/siyuan-note/siyuan/issues/11454)
* [Use real theme style value replace var in preview mode](https://github.com/siyuan-note/siyuan/issues/11458)
* [Improve read-only mode](https://github.com/siyuan-note/siyuan/issues/11459)
* [The database asset field supports parsing pasted links](https://github.com/siyuan-note/siyuan/issues/11463)
* [Display link if database asset field title is empty](https://github.com/siyuan-note/siyuan/issues/11468)
* [The database asset field supports filling in only the link title](https://github.com/siyuan-note/siyuan/issues/11469)
* [Improve block ref text copying](https://github.com/siyuan-note/siyuan/issues/11473)
* [Change the sequence number of the ordered list item after duplicating it](https://github.com/siyuan-note/siyuan/issues/11475)
* [The browser extension removes the ending `/` in URL](https://github.com/siyuan-note/siyuan/issues/11478)
* [Improve workspace startup stability](https://github.com/siyuan-note/siyuan/issues/11483)
### Bugfix
* [When the `"` character exists in the hyperlink element address, the paste cannot be parsed normally](https://github.com/siyuan-note/siyuan/issues/11385)
* [Unable to copy HTML block properly](https://github.com/siyuan-note/siyuan/issues/11391)
* [Database template field function `queryBlocks` not defined](https://github.com/siyuan-note/siyuan/issues/11397)
* [Attributes cannot be modified after the database table is queried in pages](https://github.com/siyuan-note/siyuan/issues/11407)
* [The selection options are inconsistent after pasting data into the database](https://github.com/siyuan-note/siyuan/issues/11409)
* [Right-click the database table view column to pop up the exception link menu](https://github.com/siyuan-note/siyuan/issues/11431)
* [After selecting the doc in the doc tree, `Ctrl+D` will not duplicate it](https://github.com/siyuan-note/siyuan/issues/11432)
* [Regular replacement text fails](https://github.com/siyuan-note/siyuan/issues/11444)
* [Negative numbers are treated as positive numbers when calculating template field values](https://github.com/siyuan-note/siyuan/issues/11446)
* [Documents exported in the doc tree can no longer be imported](https://github.com/siyuan-note/siyuan/issues/11447)
* [Code block causes abnormal state](https://github.com/siyuan-note/siyuan/issues/11451)
* [Rendering exception in export preview mode when custom attribute value has line breaks](https://github.com/siyuan-note/siyuan/issues/11453)
* [Some emoji exceptions in the document title](https://github.com/siyuan-note/siyuan/issues/11480)
### Document
* [Improve user guide shortcuts chapter](https://github.com/siyuan-note/siyuan/pull/11435)
### Development
* [Add an internal kernel API `/api/block/prependDailyNoteBlock`](https://github.com/siyuan-note/siyuan/issues/11442)
## Download
* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,72 @@
## 概述
這個版本改進了網頁剪藏、修復了一些缺陷並改進了許多細節。
## 變更記錄
以下是此版本中的詳細變更。
### 改進功能
* [瀏覽器擴充功能支援剪藏知乎公式](https://github.com/siyuan-note/siyuan/issues/5599)
* [瀏覽器擴充功能支援剪藏 CSDN 公式](https://github.com/siyuan-note/siyuan/issues/5624)
* [在指令面板上新增內部指令](https://github.com/siyuan-note/siyuan/issues/11133)
* [如果在匯出 PDF/Docx 期間有同名文件,將自動重新命名](https://github.com/siyuan-note/siyuan/issues/11357)
* [改進 Android 上的 `再按一次返回桌面` 文案](https://github.com/siyuan-note/siyuan/issues/11383)
* [改進資料庫表格資源欄位](https://github.com/siyuan-note/siyuan/issues/11389)
* [刪除文件時提示恢復方法與保留天數設定](https://github.com/siyuan-note/siyuan/issues/11400)
* [改進 HTML 程式碼元素剪藏](https://github.com/siyuan-note/siyuan/issues/11401)
* [支援在唯讀資料庫表格中複製區塊文字](https://github.com/siyuan-note/siyuan/issues/11403)
* [程式碼區塊換行使用 break-word](https://github.com/siyuan-note/siyuan/issues/11408)
* [為資料庫 `新增` 按鈕新增浮動提示](https://github.com/siyuan-note/siyuan/issues/11411)
* [在行動裝置上支援 markdown 設定](https://github.com/siyuan-note/siyuan/issues/11414)
* [降級 glibc 2.31 版本以解決 Linux 上的啟動失敗](https://github.com/siyuan-note/siyuan/issues/11417)
* [搜尋預覽支援行級程式碼內容中的 HTML 標籤](https://github.com/siyuan-note/siyuan/issues/11418)
* [改進匯出預覽工具提示和資訊的 i18n 文案](https://github.com/siyuan-note/siyuan/pull/11420)
* [在唯讀模式下,諸如資料庫標題之類的資訊不再可以修改](https://github.com/siyuan-note/siyuan/issues/11424)
* [改進 HTML 表格元素剪藏](https://github.com/siyuan-note/siyuan/issues/11425)
* [改為級備註元素導出](https://github.com/siyuan-note/siyuan/issues/11426)
* [改進 HTML 程式碼區塊剪藏](https://github.com/siyuan-note/siyuan/issues/11427)
* [屬性面板 - 資料庫屬性自訂排序](https://github.com/siyuan-note/siyuan/issues/11428)
* [改進桌面上啟動後主視窗位置的恢復](https://github.com/siyuan-note/siyuan/issues/11437)
* [改進 HTML h 元素剪藏](https://github.com/siyuan-note/siyuan/issues/11445)
* [支援 KaTex 巨集參數](https://github.com/siyuan-note/siyuan/issues/11448)
* [改進屬性面板文字輸入框](https://github.com/siyuan-note/siyuan/issues/11454)
* [在預覽模式下使用真實主題樣式值替換 var](https://github.com/siyuan-note/siyuan/issues/11458)
* [改進唯讀模式](https://github.com/siyuan-note/siyuan/issues/11459)
* [資料庫資源欄位支援解析貼上的連結](https://github.com/siyuan-note/siyuan/issues/11463)
* [如果資料庫資源欄位標題為空,則顯示連結](https://github.com/siyuan-note/siyuan/issues/11468)
* [資料庫資源欄位支援僅填入連結標題](https://github.com/siyuan-note/siyuan/issues/11469)
* [改進區塊引用文字複製](https://github.com/siyuan-note/siyuan/issues/11473)
* [複製後更改有序清單項目的序號](https://github.com/siyuan-note/siyuan/issues/11475)
* [瀏覽器擴充功能刪除 URL 中的結束 `/`](https://github.com/siyuan-note/siyuan/issues/11478)
* [改善工作區啟動穩定性](https://github.com/siyuan-note/siyuan/issues/11483)
### 修復缺陷
* [當超連結元素位址中存在 `"` 字元時,貼上無法正常解析](https://github.com/siyuan-note/siyuan/issues/11385)
* [無法正確複製 HTML 區塊](https://github.com/siyuan-note/siyuan/issues/11391)
* [資料庫範本欄位函數 `queryBlocks` 未定義](https://github.com/siyuan-note/siyuan/issues/11397)
* [在頁面中查詢資料庫表格後,無法修改屬性](https://github.com/siyuan-note/siyuan/issues/11407)
* [貼資料至資料庫後,選擇選項不一致](https://github.com/siyuan-note/siyuan/issues/11409)
* [右鍵點選資料庫表格列彈出異常連結選單](https://github.com/siyuan-note/siyuan/issues/11431)
* [在文件樹中選擇文件後,`Ctrl+D` 將不會複製它](https://github.com/siyuan-note/siyuan/issues/11432)
* [正規替換文字失敗](https://github.com/siyuan-note/siyuan/issues/11444)
* [計算模板欄位值時,負數視為正數](https://github.com/siyuan-note/siyuan/issues/11446)
* [在文件樹中匯出的文件無法再次匯入](https://github.com/siyuan-note/siyuan/issues/11447)
* [程式碼區塊導致狀態異常](https://github.com/siyuan-note/siyuan/issues/11451)
* [當自訂屬性值有換行時,匯出預覽模式中的渲染異常](https://github.com/siyuan-note/siyuan/issues/11453)
* [文件標題中的某些 emoji 異常](https://github.com/siyuan-note/siyuan/issues/11480)
### 改進文檔
* [改進使用者指南快捷鍵章節](https://github.com/siyuan-note/siyuan/pull/11435)
### 開發者
* [新增一個內部核心 API `/api/block/prependDailyNoteBlock`](https://github.com/siyuan-note/siyuan/issues/11442)
## 下載
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,72 @@
## 概述
该版本改进了网页剪藏、修复了一些缺陷并改进了很多细节。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [浏览器扩展支持剪藏知乎公式](https://github.com/siyuan-note/siyuan/issues/5599)
* [浏览器扩展支持剪藏 CSDN 公式](https://github.com/siyuan-note/siyuan/issues/5624)
* [向命令面板添加内部命令](https://github.com/siyuan-note/siyuan/issues/11133)
* [如果在导出 PDF/Docx 期间存在同名文件,将自动重命名](https://github.com/siyuan-note/siyuan/issues/11357)
* [改进 Android 上的 `再按一次返回桌面` 文案](https://github.com/siyuan-note/siyuan/issues/11383)
* [改进数据库表格资源字段](https://github.com/siyuan-note/siyuan/issues/11389)
* [删除文档时提示恢复方法和保留天数设置](https://github.com/siyuan-note/siyuan/issues/11400)
* [改进 HTML 代码元素剪藏](https://github.com/siyuan-note/siyuan/issues/11401)
* [支持在只读数据库表格中复制块文本](https://github.com/siyuan-note/siyuan/issues/11403)
* [代码块换行使用 break-word](https://github.com/siyuan-note/siyuan/issues/11408)
* [为数据库 `添加` 按钮添加浮动提示](https://github.com/siyuan-note/siyuan/issues/11411)
* [在移动设备上支持 markdown 配置](https://github.com/siyuan-note/siyuan/issues/11414)
* [降级 glibc 2.31 版本以解决 Linux 上的启动失败](https://github.com/siyuan-note/siyuan/issues/11417)
* [搜索预览支持行级代码内容中的 HTML 标签](https://github.com/siyuan-note/siyuan/issues/11418)
* [改进导出预览工具提示和信息的 i18n 文案](https://github.com/siyuan-note/siyuan/pull/11420)
* [在只读模式下,诸如数据库标题之类的信息不再可以修改](https://github.com/siyuan-note/siyuan/issues/11424)
* [改进 HTML 表格元素剪藏](https://github.com/siyuan-note/siyuan/issues/11425)
* [改进行级备注元素导出](https://github.com/siyuan-note/siyuan/issues/11426)
* [改进 HTML 代码块剪藏](https://github.com/siyuan-note/siyuan/issues/11427)
* [属性面板 - 数据库属性自定义排序](https://github.com/siyuan-note/siyuan/issues/11428)
* [改进桌面上启动后主窗口位置的恢复](https://github.com/siyuan-note/siyuan/issues/11437)
* [改进 HTML h 元素剪藏](https://github.com/siyuan-note/siyuan/issues/11445)
* [支持 KaTex 宏参数](https://github.com/siyuan-note/siyuan/issues/11448)
* [改进属性面板文本输入框](https://github.com/siyuan-note/siyuan/issues/11454)
* [在预览模式下使用真实主题样式值替换 var](https://github.com/siyuan-note/siyuan/issues/11458)
* [改进只读模式](https://github.com/siyuan-note/siyuan/issues/11459)
* [数据库资源字段支持解析粘贴的链接](https://github.com/siyuan-note/siyuan/issues/11463)
* [如果数据库资源字段标题为空,则显示链接](https://github.com/siyuan-note/siyuan/issues/11468)
* [数据库资源字段支持仅填写链接标题](https://github.com/siyuan-note/siyuan/issues/11469)
* [改进块引用文本复制](https://github.com/siyuan-note/siyuan/issues/11473)
* [复制后更改有序列表项的序列号](https://github.com/siyuan-note/siyuan/issues/11475)
* [浏览器扩展删除 URL 中的结束 `/`](https://github.com/siyuan-note/siyuan/issues/11478)
* [改进工作区启动稳定性](https://github.com/siyuan-note/siyuan/issues/11483)
### 修复缺陷
* [当超链接元素地址中存在 `"` 字符时,粘贴无法正常解析](https://github.com/siyuan-note/siyuan/issues/11385)
* [无法正确复制 HTML 块](https://github.com/siyuan-note/siyuan/issues/11391)
* [数据库模板字段函数 `queryBlocks` 未定义](https://github.com/siyuan-note/siyuan/issues/11397)
* [在页面中查询数据库表后,无法修改属性](https://github.com/siyuan-note/siyuan/issues/11407)
* [将数据粘贴到数据库后,选择选项不一致](https://github.com/siyuan-note/siyuan/issues/11409)
* [右键点击数据库表格列弹出异常链接菜单](https://github.com/siyuan-note/siyuan/issues/11431)
* [在文档树中选择文档后,`Ctrl+D` 将不会复制它](https://github.com/siyuan-note/siyuan/issues/11432)
* [正则替换文本失败](https://github.com/siyuan-note/siyuan/issues/11444)
* [计算模板字段值时,负数被视为正数](https://github.com/siyuan-note/siyuan/issues/11446)
* [在文档树中导出的文档无法再次导入](https://github.com/siyuan-note/siyuan/issues/11447)
* [代码块导致状态异常](https://github.com/siyuan-note/siyuan/issues/11451)
* [当自定义属性值有换行时,导出预览模式中的渲染异常](https://github.com/siyuan-note/siyuan/issues/11453)
* [文档标题中的某些 emoji 异常](https://github.com/siyuan-note/siyuan/issues/11480)
### 改进文档
* [改进用户指南快捷键章节](https://github.com/siyuan-note/siyuan/pull/11435)
### 开发者
* [添加一个内部内核 API `/api/block/prependDailyNoteBlock`](https://github.com/siyuan-note/siyuan/issues/11442)
## 下载
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)