From 7425464b2f80eb2395adf409531b171491c7f62b Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 10 Sep 2024 00:26:57 +0800 Subject: [PATCH] :memo: Update changelogs --- app/changelogs/v3.1.6/v3.1.6.md | 52 ++++++++++++++++++++++++++ app/changelogs/v3.1.6/v3.1.6_zh_CHT.md | 52 ++++++++++++++++++++++++++ app/changelogs/v3.1.6/v3.1.6_zh_CN.md | 52 ++++++++++++++++++++++++++ 3 files changed, 156 insertions(+) create mode 100644 app/changelogs/v3.1.6/v3.1.6.md create mode 100644 app/changelogs/v3.1.6/v3.1.6_zh_CHT.md create mode 100644 app/changelogs/v3.1.6/v3.1.6_zh_CN.md diff --git a/app/changelogs/v3.1.6/v3.1.6.md b/app/changelogs/v3.1.6/v3.1.6.md new file mode 100644 index 000000000..caa5d586a --- /dev/null +++ b/app/changelogs/v3.1.6/v3.1.6.md @@ -0,0 +1,52 @@ +## Overview + +This version improves many details and enhances performance and stability. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Improve dynamic anchor text and ref count auto-refresh stability](https://github.com/siyuan-note/siyuan/issues/8234) +* [Catch SEND intents to import text on Android](https://github.com/siyuan-note/siyuan/issues/11187) +* [The interface will no longer be refreshed after find-replace](https://github.com/siyuan-note/siyuan/issues/11844) +* [The font size can be prompted when quickly adjusting the font size](https://github.com/siyuan-note/siyuan/issues/12007) +* [Improve database primary key field binding blocks](https://github.com/siyuan-note/siyuan/issues/12020) +* [iOS will display a white screen when clicking on a link without a protocol](https://github.com/siyuan-note/siyuan/issues/12038) +* [Improve database attribute panel asset field editing](https://github.com/siyuan-note/siyuan/issues/12044) +* [`Convert to blockquote` supports config keymaps](https://github.com/siyuan-note/siyuan/issues/12069) +* [Improve /menu editing](https://github.com/siyuan-note/siyuan/issues/12072) +* [Automatically refresh database views after deleting/rolling back documents](https://github.com/siyuan-note/siyuan/issues/12081) +* [Improve code block Ctrl+A copying](https://github.com/siyuan-note/siyuan/issues/12129) +* [De-duplication of backlinks after referencing multiple blocks in the same block](https://github.com/siyuan-note/siyuan/issues/12147) +* [Improve folding the heading](https://github.com/siyuan-note/siyuan/issues/12205) +* [Improve result msg tip for `Remove unreferenced assets`](https://github.com/siyuan-note/siyuan/issues/12226) +* [Search results should remain unchanged after downloading or deleting the marketplace package](https://github.com/siyuan-note/siyuan/issues/12252) +* [Improve reference relationship update after moving blocks](https://github.com/siyuan-note/siyuan/issues/12324) +* [Add default alignment to tables](https://github.com/siyuan-note/siyuan/issues/12360) +* [Improve code block line number calculation](https://github.com/siyuan-note/siyuan/issues/12382) +* [Refresh the editor after rolling back the document](https://github.com/siyuan-note/siyuan/issues/12397) +* [Improve list item convert to doc](https://github.com/siyuan-note/siyuan/issues/12411) +* [Creating a dailynote template supports the doc icon](https://github.com/siyuan-note/siyuan/issues/12416) +* [Improve document tree expansion and database loading performance](https://github.com/siyuan-note/siyuan/issues/12428) + +### Bugfix + +* [The sorting of fields in the database attribute panel is unstable](https://github.com/siyuan-note/siyuan/issues/12043) +* [Right-clicking a formula block may bring up the wrong menu](https://github.com/siyuan-note/siyuan/issues/12292) +* [Modifications to the link column in the database attribute panel do not take effect immediately](https://github.com/siyuan-note/siyuan/issues/12386) + +### Refactor + +* [Refactor Yoda style conditions in Go code](https://github.com/siyuan-note/siyuan/pull/12385) +* [Implement some delayed kernel events using task queues](https://github.com/siyuan-note/siyuan/issues/12393) + +### Development + +* [Kernel serve WebDAV service on path `/webdav/`](https://github.com/siyuan-note/siyuan/pull/12412) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.1.6/v3.1.6_zh_CHT.md b/app/changelogs/v3.1.6/v3.1.6_zh_CHT.md new file mode 100644 index 000000000..d631610b1 --- /dev/null +++ b/app/changelogs/v3.1.6/v3.1.6_zh_CHT.md @@ -0,0 +1,52 @@ +## 概述 + +該版本改進了許多細節,並提升了效能和穩定性。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [改進動態錨文本和引用計數自動刷新穩定性](https://github.com/siyuan-note/siyuan/issues/8234) +* [Android 端捕捉 SEND 意圖以支援接收文字](https://github.com/siyuan-note/siyuan/issues/11187) +* [尋找替換後介面將不再刷新](https://github.com/siyuan-note/siyuan/issues/11844) +* [快速調整字體大小時可以提示字體大小](https://github.com/siyuan-note/siyuan/issues/12007) +* [改進資料庫主鍵欄位綁定區塊](https://github.com/siyuan-note/siyuan/issues/12020) +* [iOS 端在點擊沒有協議的連結時不再顯示白屏](https://github.com/siyuan-note/siyuan/issues/12038) +* [改進資料庫屬性面板資源欄位編輯](https://github.com/siyuan-note/siyuan/issues/12044) +* [`轉換為引用區塊` 支援配置快速鍵](https://github.com/siyuan-note/siyuan/issues/12069) +* [改進 /選單 編輯](https://github.com/siyuan-note/siyuan/issues/12072) +* [刪除/回溯文件後自動刷新資料庫視圖](https://github.com/siyuan-note/siyuan/issues/12081) +* [改進程式碼區塊 Ctrl+A 複製](https://github.com/siyuan-note/siyuan/issues/12129) +* [在同一塊引用多個區塊後反向連結去重](https://github.com/siyuan-note/siyuan/issues/12147) +* [改進折疊標題](https://github.com/siyuan-note/siyuan/issues/12205) +* [改進 `刪除未引用的資源` 的結果訊息提示](https://github.com/siyuan-note/siyuan/issues/12226) +* [下載或刪除市集包後搜尋結果應保持不變](https://github.com/siyuan-note/siyuan/issues/12252) +* [改進移動區塊後引用關係更新](https://github.com/siyuan-note/siyuan/issues/12324) +* [為表格新增預設對齊](https://github.com/siyuan-note/siyuan/issues/12360) +* [改進程式碼區塊行號計算](https://github.com/siyuan-note/siyuan/issues/12382) +* [回滾文件後刷新編輯器](https://github.com/siyuan-note/siyuan/issues/12397) +* [改進清單項目轉換為文件](https://github.com/siyuan-note/siyuan/issues/12411) +* [建立日記範本支援文件圖示](https://github.com/siyuan-note/siyuan/issues/12416) +* [改進文檔樹展開和資料庫載入效能](https://github.com/siyuan-note/siyuan/issues/12428) + +### 修復缺陷 + +* [資料庫屬性面板中欄位排序不穩定](https://github.com/siyuan-note/siyuan/issues/12043) +* [右鍵點選公式區塊可能會彈出錯誤的選單](https://github.com/siyuan-note/siyuan/issues/12292) +* [資料庫屬性面板中連結欄位的修改不會立即生效](https://github.com/siyuan-note/siyuan/issues/12386) + +### 開發重構 + +* [重構 Go 程式碼中的 Yoda 風格條件](https://github.com/siyuan-note/siyuan/pull/12385) +* [使用任務佇列實作一些延遲的核心事件](https://github.com/siyuan-note/siyuan/issues/12393) + +### 開發者 + +* [核心在路徑 `/webdav/` 上提供 WebDAV 服務](https://github.com/siyuan-note/siyuan/pull/12412) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.1.6/v3.1.6_zh_CN.md b/app/changelogs/v3.1.6/v3.1.6_zh_CN.md new file mode 100644 index 000000000..fb9df3e1d --- /dev/null +++ b/app/changelogs/v3.1.6/v3.1.6_zh_CN.md @@ -0,0 +1,52 @@ +## 概述 + +该版本改进了很多细节,并提升了性能和稳定性。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [改进动态锚文本和引用计数自动刷新稳定性](https://github.com/siyuan-note/siyuan/issues/8234) +* [Android 端捕获 SEND 意图以支持接收文本](https://github.com/siyuan-note/siyuan/issues/11187) +* [查找替换后界面将不再刷新](https://github.com/siyuan-note/siyuan/issues/11844) +* [快速调整字体大小时可以提示字体大小](https://github.com/siyuan-note/siyuan/issues/12007) +* [改进数据库主键字段绑定块](https://github.com/siyuan-note/siyuan/issues/12020) +* [iOS 端在点击没有协议的链接时不再显示白屏](https://github.com/siyuan-note/siyuan/issues/12038) +* [改进数据库属性面板资源字段编辑](https://github.com/siyuan-note/siyuan/issues/12044) +* [`转换为引用块` 支持配置快捷键](https://github.com/siyuan-note/siyuan/issues/12069) +* [改进 /菜单 编辑](https://github.com/siyuan-note/siyuan/issues/12072) +* [删除/回滚文档后自动刷新数据库视图](https://github.com/siyuan-note/siyuan/issues/12081) +* [改进代码块 Ctrl+A 复制](https://github.com/siyuan-note/siyuan/issues/12129) +* [在同一块中引用多个块后反向链接去重](https://github.com/siyuan-note/siyuan/issues/12147) +* [改进折叠标题](https://github.com/siyuan-note/siyuan/issues/12205) +* [改进 `删除未引用的资源` 的结果消息提示](https://github.com/siyuan-note/siyuan/issues/12226) +* [下载或删除集市包后搜索结果应保持不变](https://github.com/siyuan-note/siyuan/issues/12252) +* [改进移动块后引用关系更新](https://github.com/siyuan-note/siyuan/issues/12324) +* [为表格添加默认对齐](https://github.com/siyuan-note/siyuan/issues/12360) +* [改进代码块行号计算](https://github.com/siyuan-note/siyuan/issues/12382) +* [回滚文档后刷新编辑器](https://github.com/siyuan-note/siyuan/issues/12397) +* [改进列表项转换为文档](https://github.com/siyuan-note/siyuan/issues/12411) +* [创建日记模板支持文档图标](https://github.com/siyuan-note/siyuan/issues/12416) +* [改进文档树展开和数据库加载性能](https://github.com/siyuan-note/siyuan/issues/12428) + +### 修复缺陷 + +* [数据库属性面板中字段排序不稳定](https://github.com/siyuan-note/siyuan/issues/12043) +* [右键点击公式块可能会弹出错误的菜单](https://github.com/siyuan-note/siyuan/issues/12292) +* [数据库属性面板中链接字段的修改不会立即生效](https://github.com/siyuan-note/siyuan/issues/12386) + +### 开发重构 + +* [重构 Go 代码中的 Yoda 风格条件](https://github.com/siyuan-note/siyuan/pull/12385) +* [使用任务队列实现一些延迟的内核事件](https://github.com/siyuan-note/siyuan/issues/12393) + +### 开发者 + +* [内核在路径 `/webdav/` 上提供 WebDAV 服务](https://github.com/siyuan-note/siyuan/pull/12412) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)