From c2026710851deb391f1e83b3be35d2fb0de70025 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 1 Sep 2025 22:26:00 +0800 Subject: [PATCH 1/2] :memo: Move changelogs v3.2.x --- app/changelogs/{ => v3.2.x}/v3.2.0/v3.2.0.md | 0 app/changelogs/{ => v3.2.x}/v3.2.0/v3.2.0_zh_CHT.md | 0 app/changelogs/{ => v3.2.x}/v3.2.0/v3.2.0_zh_CN.md | 0 app/changelogs/{ => v3.2.x}/v3.2.1/v3.2.1.md | 0 app/changelogs/{ => v3.2.x}/v3.2.1/v3.2.1_zh_CHT.md | 0 app/changelogs/{ => v3.2.x}/v3.2.1/v3.2.1_zh_CN.md | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename app/changelogs/{ => v3.2.x}/v3.2.0/v3.2.0.md (100%) rename app/changelogs/{ => v3.2.x}/v3.2.0/v3.2.0_zh_CHT.md (100%) rename app/changelogs/{ => v3.2.x}/v3.2.0/v3.2.0_zh_CN.md (100%) rename app/changelogs/{ => v3.2.x}/v3.2.1/v3.2.1.md (100%) rename app/changelogs/{ => v3.2.x}/v3.2.1/v3.2.1_zh_CHT.md (100%) rename app/changelogs/{ => v3.2.x}/v3.2.1/v3.2.1_zh_CN.md (100%) diff --git a/app/changelogs/v3.2.0/v3.2.0.md b/app/changelogs/v3.2.x/v3.2.0/v3.2.0.md similarity index 100% rename from app/changelogs/v3.2.0/v3.2.0.md rename to app/changelogs/v3.2.x/v3.2.0/v3.2.0.md diff --git a/app/changelogs/v3.2.0/v3.2.0_zh_CHT.md b/app/changelogs/v3.2.x/v3.2.0/v3.2.0_zh_CHT.md similarity index 100% rename from app/changelogs/v3.2.0/v3.2.0_zh_CHT.md rename to app/changelogs/v3.2.x/v3.2.0/v3.2.0_zh_CHT.md diff --git a/app/changelogs/v3.2.0/v3.2.0_zh_CN.md b/app/changelogs/v3.2.x/v3.2.0/v3.2.0_zh_CN.md similarity index 100% rename from app/changelogs/v3.2.0/v3.2.0_zh_CN.md rename to app/changelogs/v3.2.x/v3.2.0/v3.2.0_zh_CN.md diff --git a/app/changelogs/v3.2.1/v3.2.1.md b/app/changelogs/v3.2.x/v3.2.1/v3.2.1.md similarity index 100% rename from app/changelogs/v3.2.1/v3.2.1.md rename to app/changelogs/v3.2.x/v3.2.1/v3.2.1.md diff --git a/app/changelogs/v3.2.1/v3.2.1_zh_CHT.md b/app/changelogs/v3.2.x/v3.2.1/v3.2.1_zh_CHT.md similarity index 100% rename from app/changelogs/v3.2.1/v3.2.1_zh_CHT.md rename to app/changelogs/v3.2.x/v3.2.1/v3.2.1_zh_CHT.md diff --git a/app/changelogs/v3.2.1/v3.2.1_zh_CN.md b/app/changelogs/v3.2.x/v3.2.1/v3.2.1_zh_CN.md similarity index 100% rename from app/changelogs/v3.2.1/v3.2.1_zh_CN.md rename to app/changelogs/v3.2.x/v3.2.1/v3.2.1_zh_CN.md From 56085829dd380ce965f6d28201765059a29cc929 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 1 Sep 2025 22:26:18 +0800 Subject: [PATCH 2/2] :memo: Update changelogs --- app/changelogs/v3.3.1/v3.3.1.md | 49 ++++++++++++++++++++++++++ app/changelogs/v3.3.1/v3.3.1_zh_CHT.md | 49 ++++++++++++++++++++++++++ app/changelogs/v3.3.1/v3.3.1_zh_CN.md | 49 ++++++++++++++++++++++++++ 3 files changed, 147 insertions(+) create mode 100644 app/changelogs/v3.3.1/v3.3.1.md create mode 100644 app/changelogs/v3.3.1/v3.3.1_zh_CHT.md create mode 100644 app/changelogs/v3.3.1/v3.3.1_zh_CN.md diff --git a/app/changelogs/v3.3.1/v3.3.1.md b/app/changelogs/v3.3.1/v3.3.1.md new file mode 100644 index 000000000..797900ff1 --- /dev/null +++ b/app/changelogs/v3.3.1/v3.3.1.md @@ -0,0 +1,49 @@ +## Overview + +This version improves some details. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Support reading file paths from the clipboard](https://github.com/siyuan-note/siyuan/issues/14269) +* [New template functions `ISOYear`, `ISOMonth` and `ISOWeekDate`](https://github.com/siyuan-note/siyuan/issues/15679) +* [The year is changed to ISOYear when the dynamic icon displays the week number](https://github.com/siyuan-note/siyuan/pull/15680) +* [Improve database template field grouping](https://github.com/siyuan-note/siyuan/issues/15687) +* [Support opening assets through other apps on HarmonyOS NEXT](https://github.com/siyuan-note/siyuan/issues/15691) +* [Add cookie-based auth in publish proxy](https://github.com/siyuan-note/siyuan/pull/15692) +* [Dynamic icon use current date as default](https://github.com/siyuan-note/siyuan/pull/15693) +* [Improve template syntax highlight](https://github.com/siyuan-note/siyuan/pull/15694) +* [Improve synchronization of database bound blocks when list blocks change](https://github.com/siyuan-note/siyuan/issues/15697) +* [Improve the display height of the Android keyboard toolbar](https://github.com/siyuan-note/siyuan/issues/15700) +* [The height of the dividing line adjusts with font size](https://github.com/siyuan-note/siyuan/pull/15701) +* [Improve document tree custom sorting stability when creating a notebook or doc](https://github.com/siyuan-note/siyuan/issues/15716) +* [Block ref search and global search results display reference counts](https://github.com/siyuan-note/siyuan/issues/15721) +* [Improve database rollup template rendering](https://github.com/siyuan-note/siyuan/issues/15722) + +### Bugfix + +* [Blockquote custom attributes are lost in some cases](https://github.com/siyuan-note/siyuan/issues/15601) +* [When "Default fill created time" is enabled for database date fields, the automatically filled time value is incorrect](https://github.com/siyuan-note/siyuan/issues/15684) +* [When searching for document tags, keyword highlighting will have extra pound signs](https://github.com/siyuan-note/siyuan/issues/15690) +* [Database rollup template calculations are incorrect](https://github.com/siyuan-note/siyuan/issues/15695) +* [The update time of the database checkbox field keeps changing](https://github.com/siyuan-note/siyuan/issues/15707) +* [Database relative date filtering is incorrect](https://github.com/siyuan-note/siyuan/issues/15710) +* [The folded state of the block under the folded heading is incorrect in some cases](https://github.com/siyuan-note/siyuan/issues/15717) + +### Refactor + +* [Upgrade to Electron v37.4.0](https://github.com/siyuan-note/siyuan/issues/15704) + +### Development + +* [Add plugin event bus `code-language-before` and `code-language-change`](https://github.com/siyuan-note/siyuan/pull/15610) +* [Add internal kernel API `/api/av/getAttributeViewBoundBlockIDs` and `getAttributeViewItemIDs`](https://github.com/siyuan-note/siyuan/issues/15708) +* [Improve the front-end compilation performance of the development environment](https://github.com/siyuan-note/siyuan/issues/15734) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.3.1/v3.3.1_zh_CHT.md b/app/changelogs/v3.3.1/v3.3.1_zh_CHT.md new file mode 100644 index 000000000..147f0d112 --- /dev/null +++ b/app/changelogs/v3.3.1/v3.3.1_zh_CHT.md @@ -0,0 +1,49 @@ +## 概述 + +該版本改進了一些細節。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [支援從剪貼簿讀取檔案路徑](https://github.com/siyuan-note/siyuan/issues/14269) +* [新增範本函數 `ISOYear`、`ISOMonth` 和 `ISOWeekDate`](https://github.com/siyuan-note/siyuan/issues/15679) +* [動態圖示顯示週數時年份改為 ISOYear](https://github.com/siyuan-note/siyuan/pull/15680) +* [改進資料庫範本欄位分組](https://github.com/siyuan-note/siyuan/issues/15687) +* [支援在 HarmonyOS NEXT 上透過其他應用程式開啟資源檔案](https://github.com/siyuan-note/siyuan/issues/15691) +* [發布代理商中增加基於 Cookie 的認證](https://github.com/siyuan-note/siyuan/pull/15692) +* [動態圖示預設使用目前日期](https://github.com/siyuan-note/siyuan/pull/15693) +* [改進模板語法高亮](https://github.com/siyuan-note/siyuan/pull/15694) +* [改進清單區塊變更時資料庫綁定區塊的同步](https://github.com/siyuan-note/siyuan/issues/15697) +* [改進 Android 鍵盤工具列的顯示高度](https://github.com/siyuan-note/siyuan/issues/15700) +* [分割線高度隨字體大小調整](https://github.com/siyuan-note/siyuan/pull/15701) +* [改進新筆記本或文件時文件樹自訂排序的穩定性](https://github.com/siyuan-note/siyuan/issues/15716) +* [區塊引用搜尋和全域搜尋結果顯示引用計數](https://github.com/siyuan-note/siyuan/issues/15721) +* [改進資料庫匯總範本渲染](https://github.com/siyuan-note/siyuan/issues/15722) + +### 修復缺陷 + +* [某些情況下引用區塊自訂屬性遺失](https://github.com/siyuan-note/siyuan/issues/15601) +* [資料庫日期欄位啟用「預設填滿建立時間」時自動填入的時間值不正確](https://github.com/siyuan-note/siyuan/issues/15684) +* [搜尋文件標籤時,關鍵字高亮會多出井號](https://github.com/siyuan-note/siyuan/issues/15690) +* [資料庫總表範本計算不正確](https://github.com/siyuan-note/siyuan/issues/15695) +* [資料庫複選框欄位的更新時間不斷變化](https://github.com/siyuan-note/siyuan/issues/15707) +* [資料庫相對日期篩選不正確](https://github.com/siyuan-note/siyuan/issues/15710) +* [折疊標題下塊的折疊狀態在某些情況下不正確](https://github.com/siyuan-note/siyuan/issues/15717) + +### 開發重構 + +* [升級至 Electron v37.4.0](https://github.com/siyuan-note/siyuan/issues/15704) + +### 開發者 + +* [新增外掛事件匯流排 `code-language-before` 和 `code-language-change`](https://github.com/siyuan-note/siyuan/pull/15610) +* [新增核心介面 `/api/av/getAttributeViewBoundBlockIDs` 和 `getAttributeViewItemIDs`](https://github.com/siyuan-note/siyuan/issues/15708) +* [提升開發環境前端編譯效能](https://github.com/siyuan-note/siyuan/issues/15734) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.3.1/v3.3.1_zh_CN.md b/app/changelogs/v3.3.1/v3.3.1_zh_CN.md new file mode 100644 index 000000000..174e002d3 --- /dev/null +++ b/app/changelogs/v3.3.1/v3.3.1_zh_CN.md @@ -0,0 +1,49 @@ +## 概述 + +该版本改进了一些细节。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [支持从剪贴板读取文件路径](https://github.com/siyuan-note/siyuan/issues/14269) +* [新增模板函数 `ISOYear`、`ISOMonth` 和 `ISOWeekDate`](https://github.com/siyuan-note/siyuan/issues/15679) +* [动态图标显示周数时年份改为 ISOYear](https://github.com/siyuan-note/siyuan/pull/15680) +* [改进数据库模板字段分组](https://github.com/siyuan-note/siyuan/issues/15687) +* [支持在 HarmonyOS NEXT 上通过其他应用打开资源文件](https://github.com/siyuan-note/siyuan/issues/15691) +* [发布代理中增加基于 Cookie 的认证](https://github.com/siyuan-note/siyuan/pull/15692) +* [动态图标默认使用当前日期](https://github.com/siyuan-note/siyuan/pull/15693) +* [改进模板语法高亮](https://github.com/siyuan-note/siyuan/pull/15694) +* [改进列表块变动时数据库绑定块的同步](https://github.com/siyuan-note/siyuan/issues/15697) +* [改进 Android 键盘工具栏的显示高度](https://github.com/siyuan-note/siyuan/issues/15700) +* [分割线高度随字体大小调整](https://github.com/siyuan-note/siyuan/pull/15701) +* [改进新建笔记本或文档时文档树自定义排序的稳定性](https://github.com/siyuan-note/siyuan/issues/15716) +* [块引用搜索和全局搜索结果显示引用计数](https://github.com/siyuan-note/siyuan/issues/15721) +* [改进数据库汇总模板渲染](https://github.com/siyuan-note/siyuan/issues/15722) + +### 修复缺陷 + +* [某些情况下引用块自定义属性丢失](https://github.com/siyuan-note/siyuan/issues/15601) +* [数据库日期字段启用“默认填充创建时间”时自动填充的时间值不正确](https://github.com/siyuan-note/siyuan/issues/15684) +* [搜索文档标签时,关键字高亮会多出井号](https://github.com/siyuan-note/siyuan/issues/15690) +* [数据库汇总模板计算不正确](https://github.com/siyuan-note/siyuan/issues/15695) +* [数据库复选框字段的更新时间不断变化](https://github.com/siyuan-note/siyuan/issues/15707) +* [数据库相对日期筛选不正确](https://github.com/siyuan-note/siyuan/issues/15710) +* [折叠标题下块的折叠状态在某些情况下不正确](https://github.com/siyuan-note/siyuan/issues/15717) + +### 开发重构 + +* [升级至 Electron v37.4.0](https://github.com/siyuan-note/siyuan/issues/15704) + +### 开发者 + +* [新增插件事件总线 `code-language-before` 和 `code-language-change`](https://github.com/siyuan-note/siyuan/pull/15610) +* [新增内核接口 `/api/av/getAttributeViewBoundBlockIDs` 和 `getAttributeViewItemIDs`](https://github.com/siyuan-note/siyuan/issues/15708) +* [提升开发环境前端编译性能](https://github.com/siyuan-note/siyuan/issues/15734) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)