From caa5a76c3b45a9f8bc0bf96bc1f55b751fe1d86c Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 30 Jul 2024 10:42:18 +0800 Subject: [PATCH] :memo: Update changelogs --- app/changelogs/v3.1.2/v3.1.2.md | 37 ++++++++++++++++++++++++++ app/changelogs/v3.1.2/v3.1.2_zh_CHT.md | 37 ++++++++++++++++++++++++++ app/changelogs/v3.1.2/v3.1.2_zh_CN.md | 37 ++++++++++++++++++++++++++ 3 files changed, 111 insertions(+) create mode 100644 app/changelogs/v3.1.2/v3.1.2.md create mode 100644 app/changelogs/v3.1.2/v3.1.2_zh_CHT.md create mode 100644 app/changelogs/v3.1.2/v3.1.2_zh_CN.md diff --git a/app/changelogs/v3.1.2/v3.1.2.md b/app/changelogs/v3.1.2/v3.1.2.md new file mode 100644 index 000000000..6dcd76b0c --- /dev/null +++ b/app/changelogs/v3.1.2/v3.1.2.md @@ -0,0 +1,37 @@ +## Overview + +This version improves web page clipping, fixes some bugs and improves some details. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Improve HTML code clipping](https://github.com/siyuan-note/siyuan/issues/11924) +* [The database-bound block is automatically added to the database after being copied as a replica](https://github.com/siyuan-note/siyuan/issues/11959) +* [Improve database template field exporting](https://github.com/siyuan-note/siyuan/issues/11988) +* [Improve block ref anchor text exporting](https://github.com/siyuan-note/siyuan/issues/11995) +* [Improve outline panel escape rendering](https://github.com/siyuan-note/siyuan/issues/12001) +* [Improve block ref searching](https://github.com/siyuan-note/siyuan/issues/12010) +* [Improve HTML code block clipping](https://github.com/siyuan-note/siyuan/issues/12014) +* [Improve HTML kbd clipping](https://github.com/siyuan-note/siyuan/issues/12027) +* [Improve emoji charsets](https://github.com/siyuan-note/siyuan/pull/12051) +* [Supports converting network assets in the database to local](https://github.com/siyuan-note/siyuan/issues/12096) +* [Improve database date filed sorting](https://github.com/siyuan-note/siyuan/issues/12127) + +### Bugfix + +* [Abnormal heading block update time](https://github.com/siyuan-note/siyuan/issues/11996) +* [After setting search, `About` disappears](https://github.com/siyuan-note/siyuan/issues/12013) +* [Exporting embedded heading blocks without blocks underneath](https://github.com/siyuan-note/siyuan/issues/12075) +* [Dragging an embedded block in a superblock causes the embedded block to be duplicated](https://github.com/siyuan-note/siyuan/issues/12077) + +### Refactor + +* [Upgrade to Electron v31.3.1](https://github.com/siyuan-note/siyuan/issues/12134) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.1.2/v3.1.2_zh_CHT.md b/app/changelogs/v3.1.2/v3.1.2_zh_CHT.md new file mode 100644 index 000000000..56586c9de --- /dev/null +++ b/app/changelogs/v3.1.2/v3.1.2_zh_CHT.md @@ -0,0 +1,37 @@ +## 概述 + +此版本改進了網頁剪藏、修復了一些缺陷並改進了一些細節。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [改進 HTML 程式碼剪輯](https://github.com/siyuan-note/siyuan/issues/11924) +* [資料庫綁定區塊在複製為副本後自動新增至資料庫](https://github.com/siyuan-note/siyuan/issues/11959) +* [改進資料庫範本欄位匯出](https://github.com/siyuan-note/siyuan/issues/11988) +* [改進區塊引用錨文本導出](https://github.com/siyuan-note/siyuan/issues/11995) +* [改進大綱面板轉義渲染](https://github.com/siyuan-note/siyuan/issues/12001) +* [改進區塊引用搜尋](https://github.com/siyuan-note/siyuan/issues/12010) +* [改進 HTML 程式碼區塊剪輯](https://github.com/siyuan-note/siyuan/issues/12014) +* [改進 HTML kbd 剪輯](https://github.com/siyuan-note/siyuan/issues/12027) +* [改進表情字元集](https://github.com/siyuan-note/siyuan/pull/12051) +* [支援將資料庫中的網路資產轉換為本地](https://github.com/siyuan-note/siyuan/issues/12096) +* [改進資料庫日期欄位排序](https://github.com/siyuan-note/siyuan/issues/12127) + +### 修復缺陷 + +* [標題區塊更新時間異常](https://github.com/siyuan-note/siyuan/issues/11996) +* [設定搜尋後,「關於」消失](https://github.com/siyuan-note/siyuan/issues/12013) +* [匯出嵌入的標題區塊時沒有下面的區塊](https://github.com/siyuan-note/siyuan/issues/12075) +* [在超級區塊中拖曳嵌入區塊會導致嵌入區塊重複](https://github.com/siyuan-note/siyuan/issues/12077) + +### 開發重構 + +* [升級 Electron v31.3.1](https://github.com/siyuan-note/siyuan/issues/12134) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.1.2/v3.1.2_zh_CN.md b/app/changelogs/v3.1.2/v3.1.2_zh_CN.md new file mode 100644 index 000000000..182161a46 --- /dev/null +++ b/app/changelogs/v3.1.2/v3.1.2_zh_CN.md @@ -0,0 +1,37 @@ +## 概述 + +该版本改进了网页剪藏、修复了一些缺陷并改进了一些细节。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [改进 HTML 代码剪辑](https://github.com/siyuan-note/siyuan/issues/11924) +* [数据库绑定块在复制为副本后自动添加到数据库](https://github.com/siyuan-note/siyuan/issues/11959) +* [改进数据库模板字段导出](https://github.com/siyuan-note/siyuan/issues/11988) +* [改进块引用锚文本导出](https://github.com/siyuan-note/siyuan/issues/11995) +* [改进大纲面板转义渲染](https://github.com/siyuan-note/siyuan/issues/12001) +* [改进块引用搜索](https://github.com/siyuan-note/siyuan/issues/12010) +* [改进 HTML 代码块剪辑](https://github.com/siyuan-note/siyuan/issues/12014) +* [改进 HTML kbd 剪辑](https://github.com/siyuan-note/siyuan/issues/12027) +* [改进表情字符集](https://github.com/siyuan-note/siyuan/pull/12051) +* [支持将数据库中的网络资产转换为本地](https://github.com/siyuan-note/siyuan/issues/12096) +* [改进数据库日期字段排序](https://github.com/siyuan-note/siyuan/issues/12127) + +### 修复缺陷 + +* [标题块更新时间异常](https://github.com/siyuan-note/siyuan/issues/11996) +* [设置搜索后,“关于”消失](https://github.com/siyuan-note/siyuan/issues/12013) +* [导出嵌入的标题块时没有下面的块](https://github.com/siyuan-note/siyuan/issues/12075) +* [在超级块中拖动嵌入块会导致嵌入块重复](https://github.com/siyuan-note/siyuan/issues/12077) + +### 开发重构 + +* [升级 Electron v31.3.1](https://github.com/siyuan-note/siyuan/issues/12134) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)