📝 Update changelogs

This commit is contained in:
Daniel 2024-07-16 08:50:15 +08:00
parent 010e016275
commit e5cdc29307
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 114 additions and 0 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)