Skip to content

Commit f7822b5

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 9fdfa27 + 3bd2097 commit f7822b5

File tree

3 files changed

+126
-0
lines changed

3 files changed

+126
-0
lines changed

app/changelogs/v3.5.2/v3.5.2.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## Overview
2+
3+
This version improves some details.
4+
5+
## Changelogs
6+
7+
Below are the detailed changes in this version.
8+
9+
### Enhancement
10+
11+
* [Resolve white screen caused by clicking graph blocks and PDF links](https://github.com/siyuan-note/siyuan/pull/16339)
12+
* [Desktop export PDF supports no pagination](https://github.com/siyuan-note/siyuan/pull/16537)
13+
* [Improve HTML inline elements clipping](https://github.com/siyuan-note/siyuan/issues/16621)
14+
* [Improve default filling value of two-way relation fields](https://github.com/siyuan-note/siyuan/issues/16638)
15+
* [`Move` supports searching by document block ID](https://github.com/siyuan-note/siyuan/issues/16674)
16+
* [Improve minimum version requirements for marketplace packages](https://github.com/siyuan-note/siyuan/issues/16688)
17+
* [Randomly generate the cookie key](https://github.com/siyuan-note/siyuan/issues/16690)
18+
* [Improve positioning when clicking on the outline and open block reference ](https://github.com/siyuan-note/siyuan/issues/16691)
19+
* [Improve superblock editing and undo](https://github.com/siyuan-note/siyuan/issues/16703)
20+
* [Supports use even when offline on HarmonyOS](https://github.com/siyuan-note/siyuan/issues/16706)
21+
* [Improve template function `ISOMonth`](https://github.com/siyuan-note/siyuan/issues/16718)
22+
23+
### Bugfix
24+
25+
* [Unable to switch the publish service between multiple workspaces](https://github.com/siyuan-note/siyuan/issues/16587)
26+
* [In read-only mode search results cannot be navigated to](https://github.com/siyuan-note/siyuan/issues/16680)
27+
* [Attribute values are not escaped](https://github.com/siyuan-note/siyuan/issues/16686)
28+
* [The `updateBlock` API encountered a null pointer error](https://github.com/siyuan-note/siyuan/issues/16705)
29+
30+
### Refactor
31+
32+
* [Upgrade to Electron v39.2.7](https://github.com/siyuan-note/siyuan/issues/16682)
33+
34+
### Development
35+
36+
* [Make hotkey optional for plugin commands and toolbar](https://github.com/siyuan-note/siyuan/pull/16676)
37+
* [Improve error handling and security for plugin data storage methods](https://github.com/siyuan-note/siyuan/pull/16717)
38+
39+
## Download
40+
41+
* [B3log](https://b3log.org/siyuan/en/download.html)
42+
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## 概述
2+
3+
此版本改進了一些細節。
4+
5+
## 變更記錄
6+
7+
以下是此版本中的詳細變更。
8+
9+
### 改進功能
10+
11+
* [解決點擊圖表塊和 PDF 連結導致的白屏問題](https://github.com/siyuan-note/siyuan/pull/16339)
12+
* [桌面端匯出 PDF 支援不分頁](https://github.com/siyuan-note/siyuan/pull/16537)
13+
* [改進 HTML 行級元素的剪藏](https://github.com/siyuan-note/siyuan/issues/16621)
14+
* [改進雙向關聯欄位的預設填入值](https://github.com/siyuan-note/siyuan/issues/16638)
15+
* [`移動` 支援按文檔區塊 ID 搜尋](https://github.com/siyuan-note/siyuan/issues/16674)
16+
* [改進集市插件的最低版本要求](https://github.com/siyuan-note/siyuan/issues/16688)
17+
* [隨機產生 Cookie 金鑰](https://github.com/siyuan-note/siyuan/issues/16690)
18+
* [改進點擊大綱和打開區塊引用時的定位](https://github.com/siyuan-note/siyuan/issues/16691)
19+
* [改進超級區塊的編輯與撤銷](https://github.com/siyuan-note/siyuan/issues/16703)
20+
* [支援鴻蒙端在離線時使用](https://github.com/siyuan-note/siyuan/issues/16706)
21+
* [改進模板函數 `ISOMonth`](https://github.com/siyuan-note/siyuan/issues/16718)
22+
23+
### 修復缺陷
24+
25+
* [無法在多個工作區之間切換發布服務](https://github.com/siyuan-note/siyuan/issues/16587)
26+
* [唯讀模式下無法跳轉搜尋結果](https://github.com/siyuan-note/siyuan/issues/16680)
27+
* [屬性值未進行轉義](https://github.com/siyuan-note/siyuan/issues/16686)
28+
* [`updateBlock` API 遇到空指標錯誤](https://github.com/siyuan-note/siyuan/issues/16705)
29+
30+
### 開發重構
31+
32+
* [升級至 Electron v39.2.7](https://github.com/siyuan-note/siyuan/issues/16682)
33+
34+
### 開發者
35+
36+
* [使插件命令和工具列的快捷鍵可選](https://github.com/siyuan-note/siyuan/pull/16676)
37+
* [改進插件資料儲存方法的錯誤處理與安全性](https://github.com/siyuan-note/siyuan/pull/16717)
38+
39+
## 下載
40+
41+
* [B3log](https://b3log.org/siyuan/download.html)
42+
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## 概述
2+
3+
此版本改进了一些细节。
4+
5+
## 变更记录
6+
7+
以下是此版本中的详细变更。
8+
9+
### 改进功能
10+
11+
* [解决点击图表块和 PDF 链接导致的白屏问题](https://github.com/siyuan-note/siyuan/pull/16339)
12+
* [桌面端导出 PDF 支持不分页](https://github.com/siyuan-note/siyuan/pull/16537)
13+
* [改进 HTML 行级元素的剪藏](https://github.com/siyuan-note/siyuan/issues/16621)
14+
* [改进双向关联字段的默认填充值](https://github.com/siyuan-note/siyuan/issues/16638)
15+
* [`移动` 支持按文档块 ID 搜索](https://github.com/siyuan-note/siyuan/issues/16674)
16+
* [改进集市插件的最低版本要求](https://github.com/siyuan-note/siyuan/issues/16688)
17+
* [随机生成 Cookie 密钥](https://github.com/siyuan-note/siyuan/issues/16690)
18+
* [改进点击大纲和打开块引用时的定位](https://github.com/siyuan-note/siyuan/issues/16691)
19+
* [改进超级块的编辑与撤销](https://github.com/siyuan-note/siyuan/issues/16703)
20+
* [支持鸿蒙端在离线时使用](https://github.com/siyuan-note/siyuan/issues/16706)
21+
* [改进模板函数 `ISOMonth`](https://github.com/siyuan-note/siyuan/issues/16718)
22+
23+
### 修复缺陷
24+
25+
* [无法在多个工作区之间切换发布服务](https://github.com/siyuan-note/siyuan/issues/16587)
26+
* [只读模式下无法跳转搜索结果](https://github.com/siyuan-note/siyuan/issues/16680)
27+
* [属性值未进行转义](https://github.com/siyuan-note/siyuan/issues/16686)
28+
* [`updateBlock` API 遇到空指针错误](https://github.com/siyuan-note/siyuan/issues/16705)
29+
30+
### 开发重构
31+
32+
* [升级到 Electron v39.2.7](https://github.com/siyuan-note/siyuan/issues/16682)
33+
34+
### 开发者
35+
36+
* [使插件命令和工具栏的快捷键可选](https://github.com/siyuan-note/siyuan/pull/16676)
37+
* [改进插件数据存储方法的错误处理和安全性](https://github.com/siyuan-note/siyuan/pull/16717)
38+
39+
## 下载
40+
41+
* [B3log](https://b3log.org/siyuan/download.html)
42+
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

0 commit comments

Comments
 (0)