From e5cdc29307d1550a1df9e532e34efbc53b2ffcfc Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 16 Jul 2024 08:50:15 +0800 Subject: [PATCH] :memo: Update changelogs --- app/changelogs/v3.1.1/v3.1.1.md | 38 ++++++++++++++++++++++++++ app/changelogs/v3.1.1/v3.1.1_zh_CHT.md | 38 ++++++++++++++++++++++++++ app/changelogs/v3.1.1/v3.1.1_zh_CN.md | 38 ++++++++++++++++++++++++++ 3 files changed, 114 insertions(+) create mode 100644 app/changelogs/v3.1.1/v3.1.1.md create mode 100644 app/changelogs/v3.1.1/v3.1.1_zh_CHT.md create mode 100644 app/changelogs/v3.1.1/v3.1.1_zh_CN.md diff --git a/app/changelogs/v3.1.1/v3.1.1.md b/app/changelogs/v3.1.1/v3.1.1.md new file mode 100644 index 00000000000..1f8621bedc6 --- /dev/null +++ b/app/changelogs/v3.1.1/v3.1.1.md @@ -0,0 +1,38 @@ +## Overview + +This version mainly improves performance and fixes an issue where data syncing could not be performed on some devices. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Improve database asset field exporting](https://github.com/siyuan-note/siyuan/issues/11903) +* [Improve spaced repetition loading performance](https://github.com/siyuan-note/siyuan/issues/11927) +* [Improve embed block exporting](https://github.com/siyuan-note/siyuan/issues/11932) +* [Improve database text field exporting](https://github.com/siyuan-note/siyuan/issues/11945) +* [The images in the databases are not uploaded to the community hosting](https://github.com/siyuan-note/siyuan/issues/11948) +* [Improve block ref searching performance](https://github.com/siyuan-note/siyuan/issues/11951) +* [Improve recent docs loading performance](https://github.com/siyuan-note/siyuan/issues/11977) +* [Support find replace block ref anchor text](https://github.com/siyuan-note/siyuan/issues/11978) + +### Bugfix + +* [After changing the `History Retention Days`, the file history cannot be displayed](https://github.com/siyuan-note/siyuan/issues/11935) +* [Data syncing not working on some devices](https://github.com/siyuan-note/siyuan/issues/11943) +* [Non-desktop ends cannot export Markdown](https://github.com/siyuan-note/siyuan/issues/11953) +* [Abnormal heading block update time](https://github.com/siyuan-note/siyuan/issues/11985) + +### Refactor + +* [Upgrade to Electron v31.2.1](https://github.com/siyuan-note/siyuan/issues/11936) + +### Development + +* [Fixed the issue of WebSocket asynchronous initialization](https://github.com/siyuan-note/siyuan/pull/11946) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.1.1/v3.1.1_zh_CHT.md b/app/changelogs/v3.1.1/v3.1.1_zh_CHT.md new file mode 100644 index 00000000000..0f244722c88 --- /dev/null +++ b/app/changelogs/v3.1.1/v3.1.1_zh_CHT.md @@ -0,0 +1,38 @@ +## 概述 + +此版本主要改進了效能,並修復了在某些裝置上無法進行資料同步的問題。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [改進資料庫資源欄位匯出](https://github.com/siyuan-note/siyuan/issues/11903) +* [改進閃卡間隔重複載入效能](https://github.com/siyuan-note/siyuan/issues/11927) +* [改進嵌入塊導出](https://github.com/siyuan-note/siyuan/issues/11932) +* [改進資料庫文字欄位匯出](https://github.com/siyuan-note/siyuan/issues/11945) +* [資料庫中的資源圖片支援上傳至社區圖床](https://github.com/siyuan-note/siyuan/issues/11948) +* [改進區塊引用搜尋效能](https://github.com/siyuan-note/siyuan/issues/11951) +* [改進最近的文件載入效能](https://github.com/siyuan-note/siyuan/issues/11977) +* [支援搜尋替換區塊引用錨文本](https://github.com/siyuan-note/siyuan/issues/11978) + +### 修復缺陷 + +* [修改 `歷史保留天數` 後文件歷史不顯示](https://github.com/siyuan-note/siyuan/issues/11935) +* [某些裝置上無法進行資料同步](https://github.com/siyuan-note/siyuan/issues/11943) +* [非桌面端無法匯出 Markdown](https://github.com/siyuan-note/siyuan/issues/11953) +* [標題區塊更新時間異常](https://github.com/siyuan-note/siyuan/issues/11985) + +### 開發重構 + +* [升級 Electron v31.2.1](https://github.com/siyuan-note/siyuan/issues/11936) + +### 開發者 + +* [解決 WebSocket 非同步初始化問題](https://github.com/siyuan-note/siyuan/pull/11946) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) \ No newline at end of file diff --git a/app/changelogs/v3.1.1/v3.1.1_zh_CN.md b/app/changelogs/v3.1.1/v3.1.1_zh_CN.md new file mode 100644 index 00000000000..a8809f39240 --- /dev/null +++ b/app/changelogs/v3.1.1/v3.1.1_zh_CN.md @@ -0,0 +1,38 @@ +## 概述 + +该版本主要改进了性能,并修复了在某些设备上无法进行数据同步的问题。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [改进数据库资源字段导出](https://github.com/siyuan-note/siyuan/issues/11903) +* [改进闪卡间隔重复加载性能](https://github.com/siyuan-note/siyuan/issues/11927) +* [改进嵌入块导出](https://github.com/siyuan-note/siyuan/issues/11932) +* [改进数据库文本字段导出](https://github.com/siyuan-note/siyuan/issues/11945) +* [数据库中的资源图片支持上传到社区图床](https://github.com/siyuan-note/siyuan/issues/11948) +* [改进块引用搜索性能](https://github.com/siyuan-note/siyuan/issues/11951) +* [改进最近的文档加载性能](https://github.com/siyuan-note/siyuan/issues/11977) +* [支持搜索替换块引用锚文本](https://github.com/siyuan-note/siyuan/issues/11978) + +### 修复缺陷 + +* [修改 `历史保留天数` 后文件历史不显示](https://github.com/siyuan-note/siyuan/issues/11935) +* [某些设备上无法进行数据同步](https://github.com/siyuan-note/siyuan/issues/11943) +* [非桌面端无法导出 Markdown](https://github.com/siyuan-note/siyuan/issues/11953) +* [标题块更新时间异常](https://github.com/siyuan-note/siyuan/issues/11985) + +### 开发重构 + +* [升级 Electron v31.2.1](https://github.com/siyuan-note/siyuan/issues/11936) + +### 开发者 + +* [解决 WebSocket 异步初始化问题](https://github.com/siyuan-note/siyuan/pull/11946) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)