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