From 1e5b30c5fda72a990ab3193a7d2e1c5253e37434 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 22 Feb 2026 17:32:53 +0800 Subject: [PATCH] :memo: Update changelogs Signed-off-by: Daniel <845765@qq.com> --- app/changelogs/v3.5.8/v3.5.8.md | 45 ++++++++++++++++++++++++++ app/changelogs/v3.5.8/v3.5.8_zh_CHT.md | 45 ++++++++++++++++++++++++++ app/changelogs/v3.5.8/v3.5.8_zh_CN.md | 45 ++++++++++++++++++++++++++ 3 files changed, 135 insertions(+) create mode 100644 app/changelogs/v3.5.8/v3.5.8.md create mode 100644 app/changelogs/v3.5.8/v3.5.8_zh_CHT.md create mode 100644 app/changelogs/v3.5.8/v3.5.8_zh_CN.md diff --git a/app/changelogs/v3.5.8/v3.5.8.md b/app/changelogs/v3.5.8/v3.5.8.md new file mode 100644 index 000000000..025bf55f5 --- /dev/null +++ b/app/changelogs/v3.5.8/v3.5.8.md @@ -0,0 +1,45 @@ +## Overview + +This version improves some details. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Stop editor scrolling when dragging the block icon to the dock panel](https://github.com/siyuan-note/siyuan/issues/16618) +* [Re-render after chart width changes](https://github.com/siyuan-note/siyuan/issues/16633) +* [Improve datathe asset editing UI on mobile](https://github.com/siyuan-note/siyuan/issues/16670) +* [Improve flashcard interaction](https://github.com/siyuan-note/siyuan/issues/16701) +* [Supports configuring "Do not split screen when certain tabs are open"](https://github.com/siyuan-note/siyuan/issues/16833) +* [Fix focus issues on Windows after dialog interactions](https://github.com/siyuan-note/siyuan/pull/16862) +* [Supports setting titles for tables](https://github.com/siyuan-note/siyuan/issues/17002) +* [No longer automatically sets Pandoc parameters on the Microsoft Store version](https://github.com/siyuan-note/siyuan/issues/17044) +* [Improve importing .sy.zip](https://github.com/siyuan-note/siyuan/issues/17047) +* [Support copying file in the asset menu on Windows and macOS](https://github.com/siyuan-note/siyuan/pull/17049) +* [Improve br after merging cells](https://github.com/siyuan-note/siyuan/issues/17050) +* [The right-click menu of the table supports one-click insertion of multiple rows and columns](https://github.com/siyuan-note/siyuan/issues/17051) +* [Improve export block references to footnotes](https://github.com/siyuan-note/siyuan/issues/17059) +* [Improve HTML list clipping](https://github.com/siyuan-note/siyuan/issues/17062) +* [Improve HTML inlines nested blocks clipping](https://github.com/siyuan-note/siyuan/issues/17063) +* [Improve the display of RTL math, table, chart, and code blocks](https://github.com/siyuan-note/siyuan/issues/17069) + +### Bugfix + +* [Deleting an focus block in a floating window will cause a console error](https://github.com/siyuan-note/siyuan/issues/16729) +* [White screen or crashes after upgrade on HarmonyOS](https://github.com/siyuan-note/siyuan/issues/17043) +* [Assets cannot be exported on Windows](https://github.com/siyuan-note/siyuan/issues/17045) +* [No assets were exported when exporting Markdown](https://github.com/siyuan-note/siyuan/issues/17046) +* [Under certain circumstances, main.js throws an error upon startup](https://github.com/siyuan-note/siyuan/issues/17048) +* [The editor scrolls sluggishly on iPhone](https://github.com/siyuan-note/siyuan/issues/17052) +* [The keyboard pops up and then automatically retracts on some Android devices](https://github.com/siyuan-note/siyuan/issues/17058) + +### Refactor + +* [Upgrade to Electron v39.6.1](https://github.com/siyuan-note/siyuan/issues/17067) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.5.8/v3.5.8_zh_CHT.md b/app/changelogs/v3.5.8/v3.5.8_zh_CHT.md new file mode 100644 index 000000000..6f2ee0e17 --- /dev/null +++ b/app/changelogs/v3.5.8/v3.5.8_zh_CHT.md @@ -0,0 +1,45 @@ +## 概述 + +此版本改進了一些細節。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [將區塊圖示拖曳到停靠面板時編輯器不再捲動](https://github.com/siyuan-note/siyuan/issues/16618) +* [圖表寬度變化後重新渲染](https://github.com/siyuan-note/siyuan/issues/16633) +* [改進行動端的資源檔案編輯介面](https://github.com/siyuan-note/siyuan/issues/16670) +* [改進閃卡互動](https://github.com/siyuan-note/siyuan/issues/16701) +* [支援設定「開啟頁籤時不分割畫面」](https://github.com/siyuan-note/siyuan/issues/16833) +* [修正對話方塊互動後 Windows 上的焦點問題](https://github.com/siyuan-note/siyuan/pull/16862) +* [支援為表格設定標題](https://github.com/siyuan-note/siyuan/issues/17002) +* [在微軟商店版本中不再自動設定 Pandoc 參數](https://github.com/siyuan-note/siyuan/issues/17044) +* [改進導入 .sy.zip](https://github.com/siyuan-note/siyuan/issues/17047) +* [在 Windows 和 macOS 的資源檔案選單中支援複製檔案](https://github.com/siyuan-note/siyuan/pull/17049) +* [合併儲存格後改進換行處理 br](https://github.com/siyuan-note/siyuan/issues/17050) +* [表格的右鍵選單支援一鍵插入多行多列](https://github.com/siyuan-note/siyuan/issues/17051) +* [改進將區塊引用匯出為腳註](https://github.com/siyuan-note/siyuan/issues/17059) +* [改進 HTML 清單剪藏](https://github.com/siyuan-note/siyuan/issues/17062) +* [改進 HTML 區塊級元素中嵌套行級元素的剪藏](https://github.com/siyuan-note/siyuan/issues/17063) +* [改善從右到左(RTL)方向的數學、表格、圖表和程式碼區塊的顯示](https://github.com/siyuan-note/siyuan/issues/17069) + +### 修復缺陷 + +* [在浮動視窗中刪除焦點區塊會導致控制台錯誤](https://github.com/siyuan-note/siyuan/issues/16729) +* [鴻蒙系統升級後出現白屏或崩潰](https://github.com/siyuan-note/siyuan/issues/17043) +* [Windows 上無法匯出資源檔案](https://github.com/siyuan-note/siyuan/issues/17045) +* [匯出 Markdown 時未匯出任何資源檔案](https://github.com/siyuan-note/siyuan/issues/17046) +* [在某些情況下,main.js 在啟動時拋出錯誤](https://github.com/siyuan-note/siyuan/issues/17048) +* [在 iPhone 上編輯器滾動緩慢](https://github.com/siyuan-note/siyuan/issues/17052) +* [在某些 Android 裝置上鍵盤彈出後會自動收起](https://github.com/siyuan-note/siyuan/issues/17058) + +### 開發重構 + +* [升級至 Electron v39.6.1](https://github.com/siyuan-note/siyuan/issues/17067) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.5.8/v3.5.8_zh_CN.md b/app/changelogs/v3.5.8/v3.5.8_zh_CN.md new file mode 100644 index 000000000..9b414fbd4 --- /dev/null +++ b/app/changelogs/v3.5.8/v3.5.8_zh_CN.md @@ -0,0 +1,45 @@ +## 概述 + +此版本改进了一些细节。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [将块图标拖动到停靠面板时编辑器不再滚动](https://github.com/siyuan-note/siyuan/issues/16618) +* [图表宽度变化后重新渲染](https://github.com/siyuan-note/siyuan/issues/16633) +* [改进移动端的资源文件编辑界面](https://github.com/siyuan-note/siyuan/issues/16670) +* [改进闪卡交互](https://github.com/siyuan-note/siyuan/issues/16701) +* [支持配置“打开页签时不分屏”](https://github.com/siyuan-note/siyuan/issues/16833) +* [修复对话框交互后 Windows 上的焦点问题](https://github.com/siyuan-note/siyuan/pull/16862) +* [支持为表格设置标题](https://github.com/siyuan-note/siyuan/issues/17002) +* [在微软商店版本中不再自动设置 Pandoc 参数](https://github.com/siyuan-note/siyuan/issues/17044) +* [改进导入 .sy.zip](https://github.com/siyuan-note/siyuan/issues/17047) +* [在 Windows 和 macOS 的资源文件菜单中支持复制文件](https://github.com/siyuan-note/siyuan/pull/17049) +* [合并单元格后改进换行处理 br](https://github.com/siyuan-note/siyuan/issues/17050) +* [表格的右键菜单支持一键插入多行多列](https://github.com/siyuan-note/siyuan/issues/17051) +* [改进将块引用导出为脚注](https://github.com/siyuan-note/siyuan/issues/17059) +* [改进 HTML 列表剪藏](https://github.com/siyuan-note/siyuan/issues/17062) +* [改进 HTML 块级元素中嵌套行级元素的剪藏](https://github.com/siyuan-note/siyuan/issues/17063) +* [改善从右到左(RTL)方向的数学、表格、图表和代码块的显示](https://github.com/siyuan-note/siyuan/issues/17069) + +### 修复缺陷 + +* [在浮动窗口中删除焦点块会导致控制台错误](https://github.com/siyuan-note/siyuan/issues/16729) +* [在鸿蒙系统升级后出现白屏或崩溃](https://github.com/siyuan-note/siyuan/issues/17043) +* [Windows 上无法导出资源文件](https://github.com/siyuan-note/siyuan/issues/17045) +* [导出 Markdown 时未导出任何资源文件](https://github.com/siyuan-note/siyuan/issues/17046) +* [在某些情况下,main.js 在启动时抛出错误](https://github.com/siyuan-note/siyuan/issues/17048) +* [在 iPhone 上编辑器滚动缓慢](https://github.com/siyuan-note/siyuan/issues/17052) +* [在某些 Android 设备上键盘弹出后会自动收起](https://github.com/siyuan-note/siyuan/issues/17058) + +### 开发重构 + +* [升级至 Electron v39.6.1](https://github.com/siyuan-note/siyuan/issues/17067) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)