From eb8c5d1dc19f8e93eaf33d7ff3d89e0c724a70f9 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 24 Nov 2025 19:42:03 +0800 Subject: [PATCH] :bookmark: Update changelogs Signed-off-by: Daniel <845765@qq.com> --- app/changelogs/v3.4.1/v3.4.1.md | 40 ++++++++++++++++++++++++++ app/changelogs/v3.4.1/v3.4.1_zh_CHT.md | 40 ++++++++++++++++++++++++++ app/changelogs/v3.4.1/v3.4.1_zh_CN.md | 40 ++++++++++++++++++++++++++ 3 files changed, 120 insertions(+) create mode 100644 app/changelogs/v3.4.1/v3.4.1.md create mode 100644 app/changelogs/v3.4.1/v3.4.1_zh_CHT.md create mode 100644 app/changelogs/v3.4.1/v3.4.1_zh_CN.md diff --git a/app/changelogs/v3.4.1/v3.4.1.md b/app/changelogs/v3.4.1/v3.4.1.md new file mode 100644 index 000000000..a43220e1f --- /dev/null +++ b/app/changelogs/v3.4.1/v3.4.1.md @@ -0,0 +1,40 @@ +## Overview + +This version improves some details. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [The database-bound block no longer automatically adds to the database after being copied as a replica](https://github.com/siyuan-note/siyuan/issues/12294) +* [Improve iframe/widget rendering](https://github.com/siyuan-note/siyuan/issues/16239) +* [Support calling system printing on iOS](https://github.com/siyuan-note/siyuan/issues/16247) +* [Supports executing JS snippets in the export interface.](https://github.com/siyuan-note/siyuan/issues/16300) +* [The shortcut search does not include key conditions](https://github.com/siyuan-note/siyuan/issues/16356) +* [Improve exit on Android](https://github.com/siyuan-note/siyuan/issues/16377) +* [Center and highlight the block when opening search results.](https://github.com/siyuan-note/siyuan/issues/16379) +* [Improve database operation interaction](https://github.com/siyuan-note/siyuan/issues/16381) +* [Improve printing on mobile](https://github.com/siyuan-note/siyuan/issues/16385) +* [Improve interface loading after switching themes and updating code snippets](https://github.com/siyuan-note/siyuan/issues/16390) +* [Improve data indexing performance](https://github.com/siyuan-note/siyuan/issues/16397) +* [Improve outline positioning](https://github.com/siyuan-note/siyuan/issues/16402) +* [Improve HTML svg clipping](https://github.com/siyuan-note/siyuan/issues/16413) +* [Add "Copy web URL" command to the Copy context menu on browser](https://github.com/siyuan-note/siyuan/pull/16415) +* [Improve left and right arrow keys in ZWSP at the beginning of block](https://github.com/siyuan-note/siyuan/issues/16416) +* [Image OCR supports more formats](https://github.com/siyuan-note/siyuan/issues/16418) +* [Image OCR supports setting the timeout via the environment variable `SIYUAN_TESSERACT_TIMEOUT`](https://github.com/siyuan-note/siyuan/issues/16419) + +### Bugfix + +* [Using S3 data synchronization may cause kernel boot crashes](https://github.com/siyuan-note/siyuan/issues/16388) + +### Development + +* [Add `filetreeSortChanged` and `notebookSortChanged` to eventbus](https://github.com/siyuan-note/siyuan/issues/16383) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.4.1/v3.4.1_zh_CHT.md b/app/changelogs/v3.4.1/v3.4.1_zh_CHT.md new file mode 100644 index 000000000..b4d2da191 --- /dev/null +++ b/app/changelogs/v3.4.1/v3.4.1_zh_CHT.md @@ -0,0 +1,40 @@ +## 概述 + +此版本改進了一些細節。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [資料庫綁定的區塊在複製為副本後不再自動加入資料庫](https://github.com/siyuan-note/siyuan/issues/12294) +* [改良 iframe/掛飾 的渲染](https://github.com/siyuan-note/siyuan/issues/16239) +* [支援在 iOS 上呼叫系統列印](https://github.com/siyuan-note/siyuan/issues/16247) +* [支援在匯出介面執行 JS 程式碼片段](https://github.com/siyuan-note/siyuan/issues/16300) +* [快速搜尋不包含鍵位條件](https://github.com/siyuan-note/siyuan/issues/16356) +* [改進 Android 上的退出](https://github.com/siyuan-note/siyuan/issues/16377) +* [開啟搜尋結果時將區塊置中並加亮](https://github.com/siyuan-note/siyuan/issues/16379) +* [改進資料庫操作互動](https://github.com/siyuan-note/siyuan/issues/16381) +* [改進行動版列印](https://github.com/siyuan-note/siyuan/issues/16385) +* [切換主題和更新程式碼片段後改進介面載入](https://github.com/siyuan-note/siyuan/issues/16390) +* [改進資料索引效能](https://github.com/siyuan-note/siyuan/issues/16397) +* [改進大綱定位](https://github.com/siyuan-note/siyuan/issues/16402) +* [改進 HTML SVG 剪藏](https://github.com/siyuan-note/siyuan/issues/16413) +* [在瀏覽器的複製上下文選單中新增「複製網頁 URL」](https://github.com/siyuan-note/siyuan/pull/16415) +* [在區塊開頭的零寬空格(ZWSP)處改進左右箭頭鍵的行為](https://github.com/siyuan-note/siyuan/issues/16416) +* [圖片 OCR 支援更多格式](https://github.com/siyuan-note/siyuan/issues/16418) +* [圖片 OCR 支援透過環境變數 `SIYUAN_TESSERACT_TIMEOUT` 設定逾時](https://github.com/siyuan-note/siyuan/issues/16419) + +### 修復缺陷 + +* [使用 S3 資料同步可能導致內核啟動時崩潰](https://github.com/siyuan-note/siyuan/issues/16388) + +### 開發者 + +* [向 eventbus 新增 `filetreeSortChanged` 和 `notebookSortChanged`](https://github.com/siyuan-note/siyuan/issues/16383) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.4.1/v3.4.1_zh_CN.md b/app/changelogs/v3.4.1/v3.4.1_zh_CN.md new file mode 100644 index 000000000..ab84d45cc --- /dev/null +++ b/app/changelogs/v3.4.1/v3.4.1_zh_CN.md @@ -0,0 +1,40 @@ +## 概述 + +此版本改进了一些细节。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [数据库绑定的块在被复制为副本后不再自动添加到数据库](https://github.com/siyuan-note/siyuan/issues/12294) +* [改进 iframe/挂件 的渲染](https://github.com/siyuan-note/siyuan/issues/16239) +* [支持在 iOS 上调用系统打印](https://github.com/siyuan-note/siyuan/issues/16247) +* [支持在导出界面执行 JS 代码片段](https://github.com/siyuan-note/siyuan/issues/16300) +* [快捷搜索不包含键位条件](https://github.com/siyuan-note/siyuan/issues/16356) +* [改进 Android 上的退出](https://github.com/siyuan-note/siyuan/issues/16377) +* [打开搜索结果时将块居中并高亮](https://github.com/siyuan-note/siyuan/issues/16379) +* [改进数据库操作交互](https://github.com/siyuan-note/siyuan/issues/16381) +* [改进移动端打印](https://github.com/siyuan-note/siyuan/issues/16385) +* [切换主题和更新代码片段后改进界面加载](https://github.com/siyuan-note/siyuan/issues/16390) +* [改进数据索引性能](https://github.com/siyuan-note/siyuan/issues/16397) +* [改进大纲定位](https://github.com/siyuan-note/siyuan/issues/16402) +* [改进 HTML SVG 剪藏](https://github.com/siyuan-note/siyuan/issues/16413) +* [在浏览器的复制上下文菜单中添加“复制网页 URL”](https://github.com/siyuan-note/siyuan/pull/16415) +* [在块开头的零宽空格(ZWSP)处改进左右箭头键的行为](https://github.com/siyuan-note/siyuan/issues/16416) +* [图片 OCR 支持更多格式](https://github.com/siyuan-note/siyuan/issues/16418) +* [图片 OCR 支持通过环境变量 `SIYUAN_TESSERACT_TIMEOUT` 设置超时](https://github.com/siyuan-note/siyuan/issues/16419) + +### 修复缺陷 + +* [使用 S3 数据同步可能导致内核启动时崩溃](https://github.com/siyuan-note/siyuan/issues/16388) + +### 开发者 + +* [向 eventbus 添加 `filetreeSortChanged` 和 `notebookSortChanged`](https://github.com/siyuan-note/siyuan/issues/16383) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)