mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
📝 Update changelogs
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
d030963329
commit
1948bb3195
3 changed files with 168 additions and 0 deletions
56
app/changelogs/v3.3.3/v3.3.3.md
Normal file
56
app/changelogs/v3.3.3/v3.3.3.md
Normal file
|
@ -0,0 +1,56 @@
|
|||
## Overview
|
||||
|
||||
This version improves some details.
|
||||
|
||||
## Changelogs
|
||||
|
||||
Below are the detailed changes in this version.
|
||||
|
||||
### Enhancement
|
||||
|
||||
* [Block ref elements retain their original styles when exported](https://github.com/siyuan-note/siyuan/issues/15698)
|
||||
* [The new block created after folding the heading must be a heading of the same level](https://github.com/siyuan-note/siyuan/issues/15725)
|
||||
* [Add scenes for expanding and collapsing headings](https://github.com/siyuan-note/siyuan/issues/15726)
|
||||
* [Refresh the data in the interface after moving the document](https://github.com/siyuan-note/siyuan/issues/15762)
|
||||
* [Improve copy/cut/delete `Headings and Bottom Blocks` menu](https://github.com/siyuan-note/siyuan/issues/15797)
|
||||
* [Improve database group view performance](https://github.com/siyuan-note/siyuan/issues/15811)
|
||||
* [Upgrade mermaid.js from 11.6.0 to 11.11.0](https://github.com/siyuan-note/siyuan/issues/15819)
|
||||
* [The browser clipping extension supports "Show directories first in path search"](https://github.com/siyuan-note/siyuan/issues/15822)
|
||||
* [Improve reopening interaction of closed notebooks](https://github.com/siyuan-note/siyuan/issues/15825)
|
||||
* [Add new icon: iconInclude](https://github.com/siyuan-note/siyuan/issues/15831)
|
||||
* [Support arm64 version in Microsoft Store](https://github.com/siyuan-note/siyuan/issues/15836)
|
||||
* [Improve database menu rendering](https://github.com/siyuan-note/siyuan/issues/15839)
|
||||
* [Improve the drag-and-drop in the chart and math editing dialogs](https://github.com/siyuan-note/siyuan/issues/15850)
|
||||
* [The database rollup field supports using the relation field](https://github.com/siyuan-note/siyuan/issues/15851)
|
||||
* [Add "Show unique values" to the calculation of the database rollup field](https://github.com/siyuan-note/siyuan/issues/15852)
|
||||
* [Extend the time the interface waits for kernel startup on the desktop](https://github.com/siyuan-note/siyuan/issues/15853)
|
||||
* [When exporting inline code to Markdown, try to remove the trailing zero-width space](https://github.com/siyuan-note/siyuan/issues/15854)
|
||||
* [Improve HTML code block clipping](https://github.com/siyuan-note/siyuan/issues/15855)
|
||||
* [Improve HTML clipping base64 images](https://github.com/siyuan-note/siyuan/issues/15856)
|
||||
* [Improve database rollup checkbox fields](https://github.com/siyuan-note/siyuan/issues/15858)
|
||||
* [Disallow editing of non-bound block icons in database relation field](https://github.com/siyuan-note/siyuan/issues/15859)
|
||||
* [Improve database interaction details](https://github.com/siyuan-note/siyuan/issues/15861)
|
||||
* [Improve the interaction when using the backspace key at the beginning of a code block](https://github.com/siyuan-note/siyuan/issues/15864)
|
||||
* [The database relation fields support copying existing relations](https://github.com/siyuan-note/siyuan/pull/15876)
|
||||
* [Improve font loading](https://github.com/siyuan-note/siyuan/issues/15879)
|
||||
|
||||
### Bugfix
|
||||
|
||||
* [The editor switch cursor does not follow](https://github.com/siyuan-note/siyuan/issues/15821)
|
||||
* [After updating a select field in the database attribute panel, clicking on other select fields does not respond](https://github.com/siyuan-note/siyuan/issues/15827)
|
||||
* [When "Default fill created time" is enabled for database date fields, the automatically filled time value is incorrect](https://github.com/siyuan-note/siyuan/issues/15828)
|
||||
* [The menus for database relation and rollup fields on the mobile do not display the related database name and field name](https://github.com/siyuan-note/siyuan/issues/15835)
|
||||
* [When exporting images, the code block line number will display 0](https://github.com/siyuan-note/siyuan/issues/15837)
|
||||
* [File history cannot load the correct view of database blocks](https://github.com/siyuan-note/siyuan/issues/15841)
|
||||
* [`Optimize typography` exception when code block contains ```](https://github.com/siyuan-note/siyuan/issues/15843)
|
||||
* [`Add to Database` shows databases that are not in the document](https://github.com/siyuan-note/siyuan/issues/15847)
|
||||
* [An error occurs when inserting a tag using a mouse click](https://github.com/siyuan-note/siyuan/issues/15867)
|
||||
|
||||
### Development
|
||||
|
||||
* [Add an attribute for the breadcrumb unlock/lock button tag](https://github.com/siyuan-note/siyuan/pull/15820)
|
||||
|
||||
## Download
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/en/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
56
app/changelogs/v3.3.3/v3.3.3_zh_CHT.md
Normal file
56
app/changelogs/v3.3.3/v3.3.3_zh_CHT.md
Normal file
|
@ -0,0 +1,56 @@
|
|||
## 概述
|
||||
|
||||
該版本改進了一些細節。
|
||||
|
||||
## 變更記錄
|
||||
|
||||
以下是此版本中的詳細變更。
|
||||
|
||||
### 改進功能
|
||||
|
||||
* [塊引用元素導出時保留原有樣式](https://github.com/siyuan-note/siyuan/issues/15698)
|
||||
* [折疊標題後新建的區塊為同級標題](https://github.com/siyuan-note/siyuan/issues/15725)
|
||||
* [增加標題展開與折疊的場景](https://github.com/siyuan-note/siyuan/issues/15726)
|
||||
* [行動文件後刷新介面資料](https://github.com/siyuan-note/siyuan/issues/15762)
|
||||
* [改進複製/剪下/刪除 `標題與下方區塊` 選單](https://github.com/siyuan-note/siyuan/issues/15797)
|
||||
* [提升資料庫分組檢視效能](https://github.com/siyuan-note/siyuan/issues/15811)
|
||||
* [將 mermaid.js 從 11.6.0 升級到 11.11.0](https://github.com/siyuan-note/siyuan/issues/15819)
|
||||
* [瀏覽器剪藏擴充功能支援「路徑搜尋時目錄優先顯示」](https://github.com/siyuan-note/siyuan/issues/15822)
|
||||
* [改進關閉筆記本後重新開啟的互動](https://github.com/siyuan-note/siyuan/issues/15825)
|
||||
* [新增圖示:iconInclude](https://github.com/siyuan-note/siyuan/issues/15831)
|
||||
* [Microsoft Store 支援 arm64 版本](https://github.com/siyuan-note/siyuan/issues/15836)
|
||||
* [改進資料庫選單渲染](https://github.com/siyuan-note/siyuan/issues/15839)
|
||||
* [改進圖表和數學編輯對話框的拖曳](https://github.com/siyuan-note/siyuan/issues/15850)
|
||||
* [資料庫匯總欄位支援使用關聯欄位](https://github.com/siyuan-note/siyuan/issues/15851)
|
||||
* [資料庫匯總欄位計算中增加「顯示唯一值」](https://github.com/siyuan-note/siyuan/issues/15852)
|
||||
* [桌上端介面等待內核啟動時間延長](https://github.com/siyuan-note/siyuan/issues/15853)
|
||||
* [匯出 Markdown 行內程式碼時盡量移除結尾零寬空格](https://github.com/siyuan-note/siyuan/issues/15854)
|
||||
* [改進 HTML 程式碼區塊剪藏](https://github.com/siyuan-note/siyuan/issues/15855)
|
||||
* [改進 HTML 剪藏 base64 圖片](https://github.com/siyuan-note/siyuan/issues/15856)
|
||||
* [改進資料庫總複選方塊欄位](https://github.com/siyuan-note/siyuan/issues/15858)
|
||||
* [資料庫關聯欄位不允許編輯未綁定區塊的圖示](https://github.com/siyuan-note/siyuan/issues/15859)
|
||||
* [改進資料庫互動細節](https://github.com/siyuan-note/siyuan/issues/15861)
|
||||
* [在程式碼區塊開頭使用退格鍵時改進互動](https://github.com/siyuan-note/siyuan/issues/15864)
|
||||
* [資料庫關聯欄位支援複製已有關聯](https://github.com/siyuan-note/siyuan/pull/15876)
|
||||
* [改進字體載入](https://github.com/siyuan-note/siyuan/issues/15879)
|
||||
|
||||
### 修復缺陷
|
||||
|
||||
* [編輯器切換時光標未跟隨](https://github.com/siyuan-note/siyuan/issues/15821)
|
||||
* [資料庫屬性面板更新選擇欄位後,點選其他選擇欄位無回應](https://github.com/siyuan-note/siyuan/issues/15827)
|
||||
* [資料庫日期欄位啟用「預設填入建立時間」後自動填入的時間值不正確](https://github.com/siyuan-note/siyuan/issues/15828)
|
||||
* [行動端資料庫關聯和匯總欄位選單未顯示關聯資料庫名稱和欄位名稱](https://github.com/siyuan-note/siyuan/issues/15835)
|
||||
* [匯出圖片時程式碼區塊行號顯示為 0](https://github.com/siyuan-note/siyuan/issues/15837)
|
||||
* [檔案歷史無法載入資料庫區塊的正確檢視](https://github.com/siyuan-note/siyuan/issues/15841)
|
||||
* [程式碼區塊包含 ``` 時「最佳化排版」異常](https://github.com/siyuan-note/siyuan/issues/15843)
|
||||
* [「新增至資料庫」會顯示不在文件中的資料庫](https://github.com/siyuan-note/siyuan/issues/15847)
|
||||
* [滑鼠點選插入標籤時報錯誤](https://github.com/siyuan-note/siyuan/issues/15867)
|
||||
|
||||
### 開發者
|
||||
|
||||
* [為麵包屑解鎖/鎖定按鈕標籤增加屬性](https://github.com/siyuan-note/siyuan/pull/15820)
|
||||
|
||||
## 下載
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
56
app/changelogs/v3.3.3/v3.3.3_zh_CN.md
Normal file
56
app/changelogs/v3.3.3/v3.3.3_zh_CN.md
Normal file
|
@ -0,0 +1,56 @@
|
|||
## 概述
|
||||
|
||||
该版本改进了一些细节。
|
||||
|
||||
## 变更记录
|
||||
|
||||
以下是此版本中的详细变更。
|
||||
|
||||
### 改进功能
|
||||
|
||||
* [块引用元素导出时保留原有样式](https://github.com/siyuan-note/siyuan/issues/15698)
|
||||
* [折叠标题后新建的块为同级标题](https://github.com/siyuan-note/siyuan/issues/15725)
|
||||
* [增加标题展开与折叠的场景](https://github.com/siyuan-note/siyuan/issues/15726)
|
||||
* [移动文档后刷新界面数据](https://github.com/siyuan-note/siyuan/issues/15762)
|
||||
* [改进复制/剪切/删除 `标题与下方块` 菜单](https://github.com/siyuan-note/siyuan/issues/15797)
|
||||
* [提升数据库分组视图性能](https://github.com/siyuan-note/siyuan/issues/15811)
|
||||
* [将 mermaid.js 从 11.6.0 升级到 11.11.0](https://github.com/siyuan-note/siyuan/issues/15819)
|
||||
* [浏览器剪藏扩展支持“路径搜索时目录优先显示”](https://github.com/siyuan-note/siyuan/issues/15822)
|
||||
* [改进关闭笔记本后重新打开的交互](https://github.com/siyuan-note/siyuan/issues/15825)
|
||||
* [新增图标:iconInclude](https://github.com/siyuan-note/siyuan/issues/15831)
|
||||
* [Microsoft Store 支持 arm64 版本](https://github.com/siyuan-note/siyuan/issues/15836)
|
||||
* [改进数据库菜单渲染](https://github.com/siyuan-note/siyuan/issues/15839)
|
||||
* [改进图表和数学编辑对话框的拖拽](https://github.com/siyuan-note/siyuan/issues/15850)
|
||||
* [数据库汇总字段支持使用关联字段](https://github.com/siyuan-note/siyuan/issues/15851)
|
||||
* [数据库汇总字段计算中增加“显示唯一值”](https://github.com/siyuan-note/siyuan/issues/15852)
|
||||
* [桌面端界面等待内核启动时间延长](https://github.com/siyuan-note/siyuan/issues/15853)
|
||||
* [导出 Markdown 行内代码时尽量去除末尾零宽空格](https://github.com/siyuan-note/siyuan/issues/15854)
|
||||
* [改进 HTML 代码块剪藏](https://github.com/siyuan-note/siyuan/issues/15855)
|
||||
* [改进 HTML 剪藏 base64 图片](https://github.com/siyuan-note/siyuan/issues/15856)
|
||||
* [改进数据库汇总复选框字段](https://github.com/siyuan-note/siyuan/issues/15858)
|
||||
* [数据库关联字段不允许编辑未绑定块的图标](https://github.com/siyuan-note/siyuan/issues/15859)
|
||||
* [改进数据库交互细节](https://github.com/siyuan-note/siyuan/issues/15861)
|
||||
* [在代码块开头使用退格键时改进交互](https://github.com/siyuan-note/siyuan/issues/15864)
|
||||
* [数据库关联字段支持复制已有关联](https://github.com/siyuan-note/siyuan/pull/15876)
|
||||
* [改进字体加载](https://github.com/siyuan-note/siyuan/issues/15879)
|
||||
|
||||
### 修复缺陷
|
||||
|
||||
* [编辑器切换时光标未跟随](https://github.com/siyuan-note/siyuan/issues/15821)
|
||||
* [数据库属性面板更新选择字段后,点击其他选择字段无响应](https://github.com/siyuan-note/siyuan/issues/15827)
|
||||
* [数据库日期字段启用“默认填充创建时间”后自动填充的时间值不正确](https://github.com/siyuan-note/siyuan/issues/15828)
|
||||
* [移动端数据库关联和汇总字段菜单未显示关联数据库名和字段名](https://github.com/siyuan-note/siyuan/issues/15835)
|
||||
* [导出图片时代码块行号显示为 0](https://github.com/siyuan-note/siyuan/issues/15837)
|
||||
* [文件历史无法加载数据库块的正确视图](https://github.com/siyuan-note/siyuan/issues/15841)
|
||||
* [代码块包含 ``` 时“优化排版”异常](https://github.com/siyuan-note/siyuan/issues/15843)
|
||||
* [“添加到数据库”会显示不在文档中的数据库](https://github.com/siyuan-note/siyuan/issues/15847)
|
||||
* [鼠标点击插入标签时报错](https://github.com/siyuan-note/siyuan/issues/15867)
|
||||
|
||||
### 开发者
|
||||
|
||||
* [为面包屑解锁/锁定按钮标签增加属性](https://github.com/siyuan-note/siyuan/pull/15820)
|
||||
|
||||
## 下载
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
Loading…
Add table
Add a link
Reference in a new issue