From 1c26091644e8c204581884470b3f6dd534048d12 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 29 Apr 2024 22:44:35 +0800 Subject: [PATCH] :memo: Update changelogs --- app/changelogs/v3.0.12/v3.0.12.md | 69 ++++++++++++++++++++++++ app/changelogs/v3.0.12/v3.0.12_zh_CHT.md | 69 ++++++++++++++++++++++++ app/changelogs/v3.0.12/v3.0.12_zh_CN.md | 69 ++++++++++++++++++++++++ 3 files changed, 207 insertions(+) create mode 100644 app/changelogs/v3.0.12/v3.0.12.md create mode 100644 app/changelogs/v3.0.12/v3.0.12_zh_CHT.md create mode 100644 app/changelogs/v3.0.12/v3.0.12_zh_CN.md diff --git a/app/changelogs/v3.0.12/v3.0.12.md b/app/changelogs/v3.0.12/v3.0.12.md new file mode 100644 index 000000000..93c395d04 --- /dev/null +++ b/app/changelogs/v3.0.12/v3.0.12.md @@ -0,0 +1,69 @@ +## Overview + +This version supports specifying notebooks to save new documents. + +In addition, the Markdown syntax input of some inline elements is disabled by default, such as `^`, `~`, `#` and `$`. If you need to enable it, please adjust it in Settings - Editor. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Supports specifying the notebook to save new docs](https://github.com/siyuan-note/siyuan/issues/10671) +* [Attribute panel - Database support paste asset](https://github.com/siyuan-note/siyuan/issues/10678) +* [Search type setting distinguishes between container blocks and leaf blocks](https://github.com/siyuan-note/siyuan/issues/10762) +* [Improve doc icon, background and tag editing interaction](https://github.com/siyuan-note/siyuan/issues/10926) +* [The database relation fields follow the change after the primary key field is changed](https://github.com/siyuan-note/siyuan/issues/11117) +* [Improve disk usage display](https://github.com/siyuan-note/siyuan/issues/11121) +* [Improve hyperlink parsing](https://github.com/siyuan-note/siyuan/issues/11124) +* [Improve refresh after data sync on the mobile](https://github.com/siyuan-note/siyuan/issues/11125) +* [The heading block convert doc block to preserve symbols as much as possible](https://github.com/siyuan-note/siyuan/issues/11126) +* [Improve HTML code block parsing](https://github.com/siyuan-note/siyuan/issues/11131) +* [Document tree supports `Add to Database`](https://github.com/siyuan-note/siyuan/issues/11134) +* [Improve marketplace package readme rendering](https://github.com/siyuan-note/siyuan/issues/11136) +* [Refresh the doc tree after data sync generates conflicting documents](https://github.com/siyuan-note/siyuan/issues/11137) +* [Supports disabling Markdown syntax input for some inline elements](https://github.com/siyuan-note/siyuan/issues/11141) +* [Support minimize the main window after auto launch on Windows](https://github.com/siyuan-note/siyuan/issues/11145) +* [Improve database multi-select field sorting](https://github.com/siyuan-note/siyuan/issues/11146) +* [Improve HTML clipping](https://github.com/siyuan-note/siyuan/issues/11148) +* [Use ``/`` for Markdown exporting superscript/subscript](https://github.com/siyuan-note/siyuan/issues/11152) +* [Support input superscript/subscript via ``/``](https://github.com/siyuan-note/siyuan/issues/11156) +* [Support `Alt+,` to open hyperlinks](https://github.com/siyuan-note/siyuan/issues/11157) +* [Add template func `FormatFloat`](https://github.com/siyuan-note/siyuan/issues/11158) +* [Doc tree focus after creating a new doc](https://github.com/siyuan-note/siyuan/issues/11159) +* [First block not highlighted after creating doc](https://github.com/siyuan-note/siyuan/issues/11160) +* [Allow users to specify abcjsParams](https://github.com/siyuan-note/siyuan/pull/11162) +* [Supports quickly inserting the end sub-item in a folded list item through `Alt+Enter`](https://github.com/siyuan-note/siyuan/issues/11164) +* [Support config `Ctrl+PageDown` shortcut keys](https://github.com/siyuan-note/siyuan/issues/11165) +* [Improve marketplace](https://github.com/siyuan-note/siyuan/issues/11166) +* [Do not execute scripts in HTML blocks by default to prevent XSS](https://github.com/siyuan-note/siyuan/issues/11172) +* [Count backlink mentions using total occurrences](https://github.com/siyuan-note/siyuan/issues/11173) +* [Right-click link popup menu when document is in read-only mode](https://github.com/siyuan-note/siyuan/issues/11174) +* [Improve inline formula input](https://github.com/siyuan-note/siyuan/issues/11175) +* [Improve the cursor of the background image upload button](https://github.com/siyuan-note/siyuan/issues/11176) +* [Data History - File history - Assets support `update` operation indexing](https://github.com/siyuan-note/siyuan/issues/11177) +* [Improve marketplace loading](https://github.com/siyuan-note/siyuan/issues/11179) +* [Support graphviz responsiveness](https://github.com/siyuan-note/siyuan/issues/11181) + +### Bugfix + +* [Click on inline math error without link](https://github.com/siyuan-note/siyuan/issues/10933) +* [Soft newline editing parsing exception](https://github.com/siyuan-note/siyuan/issues/11118) +* [S3/WebDAV data backup failed](https://github.com/siyuan-note/siyuan/issues/11138) +* [Unable to enter title immediately after creating database](https://github.com/siyuan-note/siyuan/issues/11143) +* [Fix the index task of the embedd block](https://github.com/siyuan-note/siyuan/pull/11154) +* [Gutter tip prompt shortcut keys do not follow settings](https://github.com/siyuan-note/siyuan/issues/11161) +* [Marketplace count error](https://github.com/siyuan-note/siyuan/pull/11163) +* [Alt shortcut key conflict](https://github.com/siyuan-note/siyuan/issues/11168) +* [Only the first embed block can be searched](https://github.com/siyuan-note/siyuan/issues/11170) +* [Data History - File history - Assets search results and operation conditions do not match](https://github.com/siyuan-note/siyuan/issues/11171) + +### Refactor + +* [Upgrade to Electron v30.0.1](https://github.com/siyuan-note/siyuan/issues/11180) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.0.12/v3.0.12_zh_CHT.md b/app/changelogs/v3.0.12/v3.0.12_zh_CHT.md new file mode 100644 index 000000000..39c17d6dc --- /dev/null +++ b/app/changelogs/v3.0.12/v3.0.12_zh_CHT.md @@ -0,0 +1,69 @@ +## 概述 + +此版本支援指定筆記本儲存新文件。 + +另外,預設禁用了一些行級元素的 Markdown 語法輸入,例如 `^`、`~`、`#` 和 `$`,如需啟用,請在 設定 - 編輯器 中調整。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [支援指定筆記本儲存新文件](https://github.com/siyuan-note/siyuan/issues/10671) +* [搜尋類型設定區分容器塊和葉子塊](https://github.com/siyuan-note/siyuan/issues/10762) +* [屬性面板 - 資料庫支援貼上資源檔案](https://github.com/siyuan-note/siyuan/issues/10678) +* [改進文件圖示、背景和標籤編輯互動](https://github.com/siyuan-note/siyuan/issues/10926) +* [主鍵欄位變更後資料庫關係欄位跟隨變更](https://github.com/siyuan-note/siyuan/issues/11117) +* [改進磁碟使用顯示](https://github.com/siyuan-note/siyuan/issues/11121) +* [改進超連結解析](https://github.com/siyuan-note/siyuan/issues/11124) +* [改進行動裝置資料同步後刷新](https://github.com/siyuan-note/siyuan/issues/11125) +* [標題區塊轉換文件區塊盡可能保留符號](https://github.com/siyuan-note/siyuan/issues/11126) +* [改進 HTML 程式碼區塊解析](https://github.com/siyuan-note/siyuan/issues/11131) +* [文檔樹支援 `新增至資料庫`](https://github.com/siyuan-note/siyuan/issues/11134) +* [改進市集包 README 渲染](https://github.com/siyuan-note/siyuan/issues/11136) +* [資料同步產生衝突文件後刷新文件樹](https://github.com/siyuan-note/siyuan/issues/11137) +* [支援停用某些行級元素的 Markdown 語法輸入](https://github.com/siyuan-note/siyuan/issues/11141) +* [支援在 Windows 端上自動啟動後最小化主視窗](https://github.com/siyuan-note/siyuan/issues/11145) +* [改進資料庫多重選取欄位排序](https://github.com/siyuan-note/siyuan/issues/11146) +* [改進 HTML 剪藏](https://github.com/siyuan-note/siyuan/issues/11148) +* [使用 ``/`` 匯出 Markdown 上標/下標](https://github.com/siyuan-note/siyuan/issues/11152) +* [透過 ``/`` 支援輸入上標/下標](https://github.com/siyuan-note/siyuan/issues/11156) +* [支援 `Alt+,` 開啟超連結](https://github.com/siyuan-note/siyuan/issues/11157) +* [新增範本函數 `FormatFloat`](https://github.com/siyuan-note/siyuan/issues/11158) +* [建立新文件後文件樹顯示焦點](https://github.com/siyuan-note/siyuan/issues/11159) +* [建立文件後第一個區塊不再反白](https://github.com/siyuan-note/siyuan/issues/11160) +* [允許使用者指定 abcjsParams](https://github.com/siyuan-note/siyuan/pull/11162) +* [透過 `Alt+Enter` 支援快速插入折疊清單項目的末尾子項](https://github.com/siyuan-note/siyuan/issues/11164) +* [支援配置 `Ctrl+PageDown` 快捷鍵](https://github.com/siyuan-note/siyuan/issues/11165) +* [改進市集](https://github.com/siyuan-note/siyuan/issues/11166) +* [預設不在 HTML 區塊中執行腳本以防止 XSS](https://github.com/siyuan-note/siyuan/issues/11172) +* [使用總出現次數計算反向連結提及](https://github.com/siyuan-note/siyuan/issues/11173) +* [文件處於唯讀模式時右鍵連結彈出式選單](https://github.com/siyuan-note/siyuan/issues/11174) +* [改為級公式輸入](https://github.com/siyuan-note/siyuan/issues/11175) +* [改進背景圖片上傳按鈕的遊標](https://github.com/siyuan-note/siyuan/issues/11176) +* [資料歷史 - 檔案歷史 - 資源支援 `update` 操作索引](https://github.com/siyuan-note/siyuan/issues/11177) +* [改進市集載入](https://github.com/siyuan-note/siyuan/issues/11179) +* [支援 graphviz 自適應](https://github.com/siyuan-note/siyuan/issues/11181) + +### 修復缺陷 + +* [點選沒有連結的行級公式吧報錯](https://github.com/siyuan-note/siyuan/issues/10933) +* [軟換行編輯解析異常](https://github.com/siyuan-note/siyuan/issues/11118) +* [S3/WebDAV 資料備份失敗](https://github.com/siyuan-note/siyuan/issues/11138) +* [建立資料庫後無法立即輸入標題](https://github.com/siyuan-note/siyuan/issues/11143) +* [修復嵌入區塊的索引任務](https://github.com/siyuan-note/siyuan/pull/11154) +* [某些提示快捷鍵不遵循設定](https://github.com/siyuan-note/siyuan/issues/11161) +* [集市計數錯誤](https://github.com/siyuan-note/siyuan/pull/11163) +* [Alt 快捷鍵衝突](https://github.com/siyuan-note/siyuan/issues/11168) +* [只能搜尋到第一個嵌入區塊](https://github.com/siyuan-note/siyuan/issues/11170) +* [資料歷史 - 檔案歷史 - 資源搜尋結果與操作條件不符](https://github.com/siyuan-note/siyuan/issues/11171) + +### 開發重構 + +* [升級至 Electron v30.0.1](https://github.com/siyuan-note/siyuan/issues/11180) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.0.12/v3.0.12_zh_CN.md b/app/changelogs/v3.0.12/v3.0.12_zh_CN.md new file mode 100644 index 000000000..0c98d74b7 --- /dev/null +++ b/app/changelogs/v3.0.12/v3.0.12_zh_CN.md @@ -0,0 +1,69 @@ +## 概述 + +该版本支持指定笔记本保存新文档。 + +另外,默认禁用了一些行级元素的 Markdown 语法输入,比如 `^`、`~`、`#` 和 `$`,如需启用,请在 设置 - 编辑器 中调整。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [支持指定笔记本保存新文档](https://github.com/siyuan-note/siyuan/issues/10671) +* [搜索类型设置区分容器块和叶子块](https://github.com/siyuan-note/siyuan/issues/10762) +* [属性面板 - 数据库支持粘贴资源文件](https://github.com/siyuan-note/siyuan/issues/10678) +* [改进文档图标、背景和标签编辑交互](https://github.com/siyuan-note/siyuan/issues/10926) +* [主键字段变更后数据库关系字段跟随变更](https://github.com/siyuan-note/siyuan/issues/11117) +* [改进磁盘使用显示](https://github.com/siyuan-note/siyuan/issues/11121) +* [改进超链接解析](https://github.com/siyuan-note/siyuan/issues/11124) +* [改进移动端数据同步后刷新](https://github.com/siyuan-note/siyuan/issues/11125) +* [标题块转换文档块尽可能保留符号](https://github.com/siyuan-note/siyuan/issues/11126) +* [改进 HTML 代码块解析](https://github.com/siyuan-note/siyuan/issues/11131) +* [文档树支持 `添加到数据库`](https://github.com/siyuan-note/siyuan/issues/11134) +* [改进集市包 README 渲染](https://github.com/siyuan-note/siyuan/issues/11136) +* [数据同步生成冲突文档后刷新文档树](https://github.com/siyuan-note/siyuan/issues/11137) +* [支持禁用某些行级元素的 Markdown 语法输入](https://github.com/siyuan-note/siyuan/issues/11141) +* [支持在 Windows 端上自动启动后最小化主窗口](https://github.com/siyuan-note/siyuan/issues/11145) +* [改进数据库多选字段排序](https://github.com/siyuan-note/siyuan/issues/11146) +* [改进 HTML 剪藏](https://github.com/siyuan-note/siyuan/issues/11148) +* [使用 ``/`` 导出 Markdown 上标/下标](https://github.com/siyuan-note/siyuan/issues/11152) +* [通过 ``/`` 支持输入上标/下标](https://github.com/siyuan-note/siyuan/issues/11156) +* [支持 `Alt+,` 打开超链接](https://github.com/siyuan-note/siyuan/issues/11157) +* [添加模板函数 `FormatFloat`](https://github.com/siyuan-note/siyuan/issues/11158) +* [创建新文档后文档树显示焦点](https://github.com/siyuan-note/siyuan/issues/11159) +* [创建文档后第一个块不再突出显示](https://github.com/siyuan-note/siyuan/issues/11160) +* [允许用户指定 abcjsParams](https://github.com/siyuan-note/siyuan/pull/11162) +* [通过 `Alt+Enter` 支持快速插入折叠列表项的末尾子项](https://github.com/siyuan-note/siyuan/issues/11164) +* [支持配置 `Ctrl+PageDown` 快捷键](https://github.com/siyuan-note/siyuan/issues/11165) +* [改进集市](https://github.com/siyuan-note/siyuan/issues/11166) +* [默认不在 HTML 块中执行脚本以防止 XSS](https://github.com/siyuan-note/siyuan/issues/11172) +* [使用总出现次数计算反向链接提及](https://github.com/siyuan-note/siyuan/issues/11173) +* [文档处于只读模式时右键链接弹出菜单](https://github.com/siyuan-note/siyuan/issues/11174) +* [改进行级公式输入](https://github.com/siyuan-note/siyuan/issues/11175) +* [改进背景图片上传按钮的光标](https://github.com/siyuan-note/siyuan/issues/11176) +* [数据历史 - 文件历史 - 资源支持 `update` 操作索引](https://github.com/siyuan-note/siyuan/issues/11177) +* [改进集市加载](https://github.com/siyuan-note/siyuan/issues/11179) +* [支持 graphviz 自适应](https://github.com/siyuan-note/siyuan/issues/11181) + +### 修复缺陷 + +* [点击没有链接的行级公式吧报错](https://github.com/siyuan-note/siyuan/issues/10933) +* [软换行编辑解析异常](https://github.com/siyuan-note/siyuan/issues/11118) +* [S3/WebDAV 数据备份失败](https://github.com/siyuan-note/siyuan/issues/11138) +* [创建数据库后无法立即输入标题](https://github.com/siyuan-note/siyuan/issues/11143) +* [修复嵌入块的索引任务](https://github.com/siyuan-note/siyuan/pull/11154) +* [某些提示快捷键不遵循设置](https://github.com/siyuan-note/siyuan/issues/11161) +* [集市计数错误](https://github.com/siyuan-note/siyuan/pull/11163) +* [Alt 快捷键冲突](https://github.com/siyuan-note/siyuan/issues/11168) +* [只能搜索到第一个嵌入块](https://github.com/siyuan-note/siyuan/issues/11170) +* [数据历史 - 文件历史 - 资源搜索结果和操作条件不匹配](https://github.com/siyuan-note/siyuan/issues/11171) + +### 开发重构 + +* [升级到 Electron v30.0.1](https://github.com/siyuan-note/siyuan/issues/11180) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)