From e95d2d955f47514c8cfb295ac875e882f6ea0a32 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 9 Mar 2026 17:34:34 +0800 Subject: [PATCH] :memo: Update changelogs Signed-off-by: Daniel <845765@qq.com> --- app/changelogs/v3.5.10/v3.5.10.md | 41 ++++++++++++++++++++++++ app/changelogs/v3.5.10/v3.5.10_zh_CHT.md | 41 ++++++++++++++++++++++++ app/changelogs/v3.5.10/v3.5.10_zh_CN.md | 41 ++++++++++++++++++++++++ 3 files changed, 123 insertions(+) create mode 100644 app/changelogs/v3.5.10/v3.5.10.md create mode 100644 app/changelogs/v3.5.10/v3.5.10_zh_CHT.md create mode 100644 app/changelogs/v3.5.10/v3.5.10_zh_CN.md diff --git a/app/changelogs/v3.5.10/v3.5.10.md b/app/changelogs/v3.5.10/v3.5.10.md new file mode 100644 index 000000000..f3023a67f --- /dev/null +++ b/app/changelogs/v3.5.10/v3.5.10.md @@ -0,0 +1,41 @@ +## Overview + +This version improves some details. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [The browser clipping extension supports setting keyboard shortcuts](https://github.com/siyuan-note/siyuan/issues/2669) +* [Improve layout selection menu](https://github.com/siyuan-note/siyuan/pull/15159) +* [Hover to reveal tooltip after a moment](https://github.com/siyuan-note/siyuan/pull/15625) +* [Improve line number rendering by copying font styles](https://github.com/siyuan-note/siyuan/pull/16301) +* [Improve the database assets field file opening](https://github.com/siyuan-note/siyuan/pull/17054) +* [Improve cleaning up unreferenced databases](https://github.com/siyuan-note/siyuan/pull/17089) +* [Remove the `colspan` and `rowspan` attributes from cell elements after splitting cells](https://github.com/siyuan-note/siyuan/pull/17094) +* [Improve HTML clipping](https://github.com/siyuan-note/siyuan/issues/17138) +* [Improve Linux Wayland compatibility](https://github.com/siyuan-note/siyuan/issues/17141) +* [Improve /template and /widget search](https://github.com/siyuan-note/siyuan/issues/17143) +* [Improve exit on the pad device](https://github.com/siyuan-note/siyuan/issues/17148) +* [Improve HTML formula clipping](https://github.com/siyuan-note/siyuan/issues/17163) + +### Bugfix + +* [`getDynamicIcon` interface XSS vulnerability](https://github.com/siyuan-note/siyuan/issues/17166) + +### Development + +* [Supports calling the Emoji search dialog box](https://github.com/siyuan-note/siyuan/issues/17117) +* [Support sending notifications on iOS](https://github.com/siyuan-note/siyuan/issues/17124) +* [Support sending notifications on HarmonyOS](https://github.com/siyuan-note/siyuan/issues/17125) +* [Add plugin function `getAllTabs`](https://github.com/siyuan-note/siyuan/issues/17140) +* [The API `insertBlock` was not inserting completely via nextID](https://github.com/siyuan-note/siyuan/issues/17149) +* [Update plugin util `platformUtils`](https://github.com/siyuan-note/siyuan/issues/17150) +* [Support sending notifications on Desktop](https://github.com/siyuan-note/siyuan/issues/17154) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.5.10/v3.5.10_zh_CHT.md b/app/changelogs/v3.5.10/v3.5.10_zh_CHT.md new file mode 100644 index 000000000..0ecad79d0 --- /dev/null +++ b/app/changelogs/v3.5.10/v3.5.10_zh_CHT.md @@ -0,0 +1,41 @@ +## 概述 + +此版本改進了一些細節。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [瀏覽器剪藏擴充功能支援設定鍵盤快速鍵](https://github.com/siyuan-note/siyuan/issues/2669) +* [改進版面選擇選單](https://github.com/siyuan-note/siyuan/pull/15159) +* [懸停一段時間後顯示工具提示](https://github.com/siyuan-note/siyuan/pull/15625) +* [透過複製字體樣式改為渲染](https://github.com/siyuan-note/siyuan/pull/16301) +* [改進資料庫資源欄位的檔案開啟](https://github.com/siyuan-note/siyuan/pull/17054) +* [改進未被引用資料庫的清理](https://github.com/siyuan-note/siyuan/pull/17089) +* [拆分單元格後從單元格元素中移除 `colspan` 和 `rowspan` 屬性](https://github.com/siyuan-note/siyuan/pull/17094) +* [改進 HTML 剪藏](https://github.com/siyuan-note/siyuan/issues/17138) +* [改進 Linux Wayland 的兼容性](https://github.com/siyuan-note/siyuan/issues/17141) +* [改進 `/template` 和 `/widget` 的搜尋](https://github.com/siyuan-note/siyuan/issues/17143) +* [改良平板裝置上的退出](https://github.com/siyuan-note/siyuan/issues/17148) +* [改進 HTML 公式剪藏](https://github.com/siyuan-note/siyuan/issues/17163) + +### 修復缺陷 + +* [修正 `getDynamicIcon` 介面的 XSS 漏洞](https://github.com/siyuan-note/siyuan/issues/17166) + +### 開發者 + +* [支援呼叫表情 Emoji 搜尋對話方塊](https://github.com/siyuan-note/siyuan/issues/17117) +* [支援在 iOS 上發送通知](https://github.com/siyuan-note/siyuan/issues/17124) +* [支援在 HarmonyOS 上傳送通知](https://github.com/siyuan-note/siyuan/issues/17125) +* [新增外掛程式 `getAllTabs`](https://github.com/siyuan-note/siyuan/issues/17140) +* [修復 API `insertBlock` 通過 nextID 未能完整插入的問題](https://github.com/siyuan-note/siyuan/issues/17149) +* [更新外掛工具 `platformUtils`](https://github.com/siyuan-note/siyuan/issues/17150) +* [支援在桌面端發送通知](https://github.com/siyuan-note/siyuan/issues/17154) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.5.10/v3.5.10_zh_CN.md b/app/changelogs/v3.5.10/v3.5.10_zh_CN.md new file mode 100644 index 000000000..7104af661 --- /dev/null +++ b/app/changelogs/v3.5.10/v3.5.10_zh_CN.md @@ -0,0 +1,41 @@ +## 概述 + +此版本改进了一些细节。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [浏览器剪藏扩展支持设置键盘快捷键](https://github.com/siyuan-note/siyuan/issues/2669) +* [改进布局选择菜单](https://github.com/siyuan-note/siyuan/pull/15159) +* [悬停一段时间后显示工具提示](https://github.com/siyuan-note/siyuan/pull/15625) +* [通过复制字体样式改进行号渲染](https://github.com/siyuan-note/siyuan/pull/16301) +* [改进数据库资源字段的文件打开](https://github.com/siyuan-note/siyuan/pull/17054) +* [改进未被引用数据库的清理](https://github.com/siyuan-note/siyuan/pull/17089) +* [拆分单元格后从单元格元素中移除 `colspan` 和 `rowspan` 属性](https://github.com/siyuan-note/siyuan/pull/17094) +* [改进 HTML 剪藏](https://github.com/siyuan-note/siyuan/issues/17138) +* [改进对 Linux Wayland 的兼容性](https://github.com/siyuan-note/siyuan/issues/17141) +* [改进 `/template` 和 `/widget` 的搜索](https://github.com/siyuan-note/siyuan/issues/17143) +* [改进平板设备上的退出](https://github.com/siyuan-note/siyuan/issues/17148) +* [改进 HTML 公式剪藏](https://github.com/siyuan-note/siyuan/issues/17163) + +### 修复缺陷 + +* [修复 `getDynamicIcon` 接口的 XSS 漏洞](https://github.com/siyuan-note/siyuan/issues/17166) + +### 开发者 + +* [支持调用表情 Emoji 搜索对话框](https://github.com/siyuan-note/siyuan/issues/17117) +* [支持在 iOS 上发送通知](https://github.com/siyuan-note/siyuan/issues/17124) +* [支持在 HarmonyOS 上发送通知](https://github.com/siyuan-note/siyuan/issues/17125) +* [新增插件函数 `getAllTabs`](https://github.com/siyuan-note/siyuan/issues/17140) +* [修复 API `insertBlock` 通过 nextID 未能完整插入的问题](https://github.com/siyuan-note/siyuan/issues/17149) +* [更新插件工具 `platformUtils`](https://github.com/siyuan-note/siyuan/issues/17150) +* [支持在桌面端上发送通知](https://github.com/siyuan-note/siyuan/issues/17154) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)