diff --git a/app/changelogs/v3.2.1/v3.2.1.md b/app/changelogs/v3.2.1/v3.2.1.md new file mode 100644 index 000000000..953ecdb5c --- /dev/null +++ b/app/changelogs/v3.2.1/v3.2.1.md @@ -0,0 +1,79 @@ +## Overview + +This version improves some details. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Database table view supports synchronizing column width to other table views](https://github.com/siyuan-note/siyuan/issues/11022) +* [Database view tab supports drag sorting](https://github.com/siyuan-note/siyuan/issues/11102) +* [Improve "Use Default Column Width"](https://github.com/siyuan-note/siyuan/pull/15046) +* [Improve theme switching](https://github.com/siyuan-note/siyuan/pull/15054) +* [Improve drag performance](https://github.com/siyuan-note/siyuan/pull/15102) +* [Improve icon switching](https://github.com/siyuan-note/siyuan/pull/15123) +* [Add "Content block" option in the preview area of the database card view](https://github.com/siyuan-note/siyuan/issues/15155) +* [Improve the opening of a block ref using shortcut keys immediately after inserting it](https://github.com/siyuan-note/siyuan/issues/15208) +* [Improve database card view card right click menu](https://github.com/siyuan-note/siyuan/issues/15210) +* [Improve paging settings after creating/deleting database views](https://github.com/siyuan-note/siyuan/issues/15211) +* [Disable automatic video playback in database card view](https://github.com/siyuan-note/siyuan/issues/15212) +* [Gallery view renamed to Card view](https://github.com/siyuan-note/siyuan/issues/15215) +* [Disable drag-and-drop sorting after setting sorting rules for database view](https://github.com/siyuan-note/siyuan/issues/15228) +* [Add some currency formatting support to database number fields](https://github.com/siyuan-note/siyuan/issues/15232) +* [Improve mirror databases refresh after updating database view layout](https://github.com/siyuan-note/siyuan/issues/15233) +* [Improve the image loading performance in the database](https://github.com/siyuan-note/siyuan/issues/15245) +* [Improve assets searching](https://github.com/siyuan-note/siyuan/issues/15251) +* [Disable HTTP access to the /assets/ path](https://github.com/siyuan-note/siyuan/issues/15257) +* [Improve breadcrumb redirection on mobile](https://github.com/siyuan-note/siyuan/issues/15258) +* [The view settings menu pops up after creating a new view in the database](https://github.com/siyuan-note/siyuan/issues/15265) +* [Various charts are not rendered when the content is empty](https://github.com/siyuan-note/siyuan/issues/15274) +* [Fixed mirroring database display view](https://github.com/siyuan-note/siyuan/issues/15279) +* [Improve Markdown hyperlink input parsing](https://github.com/siyuan-note/siyuan/issues/15282) +* [Improve search result highlighting](https://github.com/siyuan-note/siyuan/issues/15284) +* [Improve right-click menu paste](https://github.com/siyuan-note/siyuan/pull/15286) +* [The bound heading block in the database card view displays the sub-blocks in the preview area](https://github.com/siyuan-note/siyuan/issues/15288) +* [Improve reference count update after moving container blocks](https://github.com/siyuan-note/siyuan/issues/15289) +* [Improve reference count update after converting heading block level](https://github.com/siyuan-note/siyuan/issues/15298) +* [Improve reference count update after document convert to heading](https://github.com/siyuan-note/siyuan/issues/15299) +* [Improve database table view fixed field copy and paste](https://github.com/siyuan-note/siyuan/issues/15300) +* [Improve HTML table clipping](https://github.com/siyuan-note/siyuan/issues/15307) +* [Improve HTML code block clipping](https://github.com/siyuan-note/siyuan/issues/15314) +* [Improve converting network assets to local assets](https://github.com/siyuan-note/siyuan/issues/15320) +* [Improve reference count update after moving heading blocks](https://github.com/siyuan-note/siyuan/issues/15322) +* [No longer add the `id` attribute to block elements after setting the attribute](https://github.com/siyuan-note/siyuan/issues/15327) +* [Exported Markdown inline code no longer contains zero-width spaces after it](https://github.com/siyuan-note/siyuan/issues/15328) + +### Bugfix + +* [The "Remember me" function on the auth page is invalid on the mobile](https://github.com/siyuan-note/siyuan/issues/15216) +* [AI operations are invalid after selecting a content block](https://github.com/siyuan-note/siyuan/issues/15223) +* [Markdown doc with `\\u0000` in table cannot be opened after import](https://github.com/siyuan-note/siyuan/issues/15235) +* [The font Noto Sans SC is not available](https://github.com/siyuan-note/siyuan/issues/15238) +* [Virtual reference keyword exclusion list does not work in certain cases](https://github.com/siyuan-note/siyuan/issues/15252) +* [Rendering PlantUML on HarmonyOS NEXT should not jump to the browser](https://github.com/siyuan-note/siyuan/issues/15263) +* [Copying blocks without copying attributes](https://github.com/siyuan-note/siyuan/issues/15268) +* [XSS in inline memo elements](https://github.com/siyuan-note/siyuan/issues/15280) + +### Refactor + +* [Update SCSS dependencies and fix warnings](https://github.com/siyuan-note/siyuan/pull/15114) +* [Upgrade to Electron v37.2.3](https://github.com/siyuan-note/siyuan/issues/15269) + +### Development + +* [Enable stylesheet sourceMaps in the development environment](https://github.com/siyuan-note/siyuan/pull/15113) +* [Add config.query to `input-search` event bus](https://github.com/siyuan-note/siyuan/issues/15285) +* [Improve kernel API `/api/block/updateBlock` and `/api/block/batchUpdateBlock`](https://github.com/siyuan-note/siyuan/issues/15301) +* [Add plugin option `IProtyleOptions.click.preventInsetEmptyBlock`](https://github.com/siyuan-note/siyuan/issues/15303) +* [Improve `showMessage()` function](https://github.com/siyuan-note/siyuan/pull/15305) +* [Add plugin function `saveLayout`](https://github.com/siyuan-note/siyuan/issues/15308) +* [Add kernel API `/api/av/batchSetAttributeViewBlockAttrs`](https://github.com/siyuan-note/siyuan/issues/15310) +* [Add kernel API `/api/av/batchReplaceAttributeViewBlocks`](https://github.com/siyuan-note/siyuan/issues/15313) +* [Add some kernel batch insert blocks APIs](https://github.com/siyuan-note/siyuan/issues/15321) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.2.1/v3.2.1_zh_CHT.md b/app/changelogs/v3.2.1/v3.2.1_zh_CHT.md new file mode 100644 index 000000000..f4d7aad55 --- /dev/null +++ b/app/changelogs/v3.2.1/v3.2.1_zh_CHT.md @@ -0,0 +1,79 @@ +## 概述 + +該版本改進了一些細節。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [資料庫表格檢視支援同步列寬到其他表格檢視](https://github.com/siyuan-note/siyuan/issues/11022) +* [資料庫檢視頁籤支援拖曳排序](https://github.com/siyuan-note/siyuan/issues/11102) +* [改進「使用預設列寬」](https://github.com/siyuan-note/siyuan/pull/15046) +* [改進主題切換](https://github.com/siyuan-note/siyuan/pull/15054) +* [改進拖曳性能](https://github.com/siyuan-note/siyuan/pull/15102) +* [改進圖示切換](https://github.com/siyuan-note/siyuan/pull/15123) +* [在資料庫卡片檢視的預覽區域中新增「內容區塊」選項](https://github.com/siyuan-note/siyuan/issues/15155) +* [改進插入區塊引用後立即使用快速鍵開啟的體驗](https://github.com/siyuan-note/siyuan/issues/15208) +* [改進資料庫卡片視圖卡片右鍵選單](https://github.com/siyuan-note/siyuan/issues/15210) +* [改進建立/刪除資料庫視圖後的分頁設定](https://github.com/siyuan-note/siyuan/issues/15211) +* [停用資料庫卡片檢視中的自動影片播放](https://github.com/siyuan-note/siyuan/issues/15212) +* [圖庫視圖重新命名為卡片視圖](https://github.com/siyuan-note/siyuan/issues/15215) +* [設定資料庫視圖排序規則後停用拖曳排序](https://github.com/siyuan-note/siyuan/issues/15228) +* [為資料庫數位欄位新增一些貨幣格式支援](https://github.com/siyuan-note/siyuan/issues/15232) +* [改進更新資料庫視圖佈局後鏡像資料庫的刷新](https://github.com/siyuan-note/siyuan/issues/15233) +* [改進資料庫中的圖片載入效能](https://github.com/siyuan-note/siyuan/issues/15245) +* [改進資源搜尋](https://github.com/siyuan-note/siyuan/issues/15251) +* [禁用對 /assets/ 路徑的 HTTP 存取](https://github.com/siyuan-note/siyuan/issues/15257) +* [改良行動端的麵包屑跳轉](https://github.com/siyuan-note/siyuan/issues/15258) +* [在資料庫中新視圖後彈出視圖設定選單](https://github.com/siyuan-note/siyuan/issues/15265) +* [當內容為空時,各種圖表不再渲染](https://github.com/siyuan-note/siyuan/issues/15274) +* [修復鏡像資料庫顯示視圖](https://github.com/siyuan-note/siyuan/issues/15279) +* [改進 Markdown 超連結輸入解析](https://github.com/siyuan-note/siyuan/issues/15282) +* [改善搜尋結果高亮](https://github.com/siyuan-note/siyuan/issues/15284) +* [改進右鍵選單貼上功能](https://github.com/siyuan-note/siyuan/pull/15286) +* [資料庫卡片檢視中綁定的標題區塊在預覽區域顯示子區塊](https://github.com/siyuan-note/siyuan/issues/15288) +* [改進移動容器區塊後引用計數的更新](https://github.com/siyuan-note/siyuan/issues/15289) +* [改進轉換標題區塊層級後引用計數的更新](https://github.com/siyuan-note/siyuan/issues/15298) +* [改進文件轉換為標題後引用計數的更新](https://github.com/siyuan-note/siyuan/issues/15299) +* [改進資料庫表格視圖固定欄位的複製貼上](https://github.com/siyuan-note/siyuan/issues/15300) +* [改進 HTML 表格剪輯](https://github.com/siyuan-note/siyuan/issues/15307) +* [改進 HTML 程式碼區塊剪輯](https://github.com/siyuan-note/siyuan/issues/15314) +* [改進將網路資源轉換為本地資源](https://github.com/siyuan-note/siyuan/issues/15320) +* [改進移動標題區塊後引用計數的更新](https://github.com/siyuan-note/siyuan/issues/15322) +* [設定屬性後不再為區塊元素新增 `id` 屬性](https://github.com/siyuan-note/siyuan/issues/15327) +* [匯出的 Markdown 行內程式碼不再包含零寬空格](https://github.com/siyuan-note/siyuan/issues/15328) + +### 修復缺陷 + +* [行動端鑑權頁面的「記住我」功能無效](https://github.com/siyuan-note/siyuan/issues/15216) +* [選擇內容區塊後 AI 操作無效](https://github.com/siyuan-note/siyuan/issues/15223) +* [包含 `\\u0000` 的 Markdown 表格文件匯入後無法開啟](https://github.com/siyuan-note/siyuan/issues/15235) +* [字型 Noto Sans SC 不可用](https://github.com/siyuan-note/siyuan/issues/15238) +* [虛擬引用關鍵字排除清單在某些情況下不起作用](https://github.com/siyuan-note/siyuan/issues/15252) +* [HarmonyOS NEXT 上渲染 PlantUML 不應跳到瀏覽器](https://github.com/siyuan-note/siyuan/issues/15263) +* [複製區塊時未複製屬性](https://github.com/siyuan-note/siyuan/issues/15268) +* [行級備註元素中的 XSS 漏洞](https://github.com/siyuan-note/siyuan/issues/15280) + +### 開發重構 + +* [更新 SCSS 依賴並修復警告](https://github.com/siyuan-note/siyuan/pull/15114) +* [升級至 Electron v37.2.3](https://github.com/siyuan-note/siyuan/issues/15269) + +### 開發者 + +* [在開發環境中啟用樣式表 sourceMaps](https://github.com/siyuan-note/siyuan/pull/15113) +* [為 `input-search` 事件匯流排新增 config.query](https://github.com/siyuan-note/siyuan/issues/15285) +* [改進內核 API `/api/block/updateBlock` 和 `/api/block/batchUpdateBlock`](https://github.com/siyuan-note/siyuan/issues/15301) +* [為插件選項新增 `IProtyleOptions.click.preventInsetEmptyBlock`](https://github.com/siyuan-note/siyuan/issues/15303) +* [改進 `showMessage()` 函數](https://github.com/siyuan-note/siyuan/pull/15305) +* [新增外掛程式 `saveLayout`](https://github.com/siyuan-note/siyuan/issues/15308) +* [新增核心 API `/api/av/batchSetAttributeViewBlockAttrs`](https://github.com/siyuan-note/siyuan/issues/15310) +* [新增核心 API `/api/av/batchReplaceAttributeViewBlocks`](https://github.com/siyuan-note/siyuan/issues/15313) +* [新增一些核心批次插入區塊的 API](https://github.com/siyuan-note/siyuan/issues/15321) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.2.1/v3.2.1_zh_CN.md b/app/changelogs/v3.2.1/v3.2.1_zh_CN.md new file mode 100644 index 000000000..f947c56ed --- /dev/null +++ b/app/changelogs/v3.2.1/v3.2.1_zh_CN.md @@ -0,0 +1,79 @@ +## 概述 + +该版本改进了一些细节。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [数据库表格视图支持同步列宽到其他表格视图](https://github.com/siyuan-note/siyuan/issues/11022) +* [数据库视图页签支持拖拽排序](https://github.com/siyuan-note/siyuan/issues/11102) +* [改进“使用默认列宽”](https://github.com/siyuan-note/siyuan/pull/15046) +* [改进主题切换](https://github.com/siyuan-note/siyuan/pull/15054) +* [改进拖拽性能](https://github.com/siyuan-note/siyuan/pull/15102) +* [改进图标切换](https://github.com/siyuan-note/siyuan/pull/15123) +* [在数据库卡片视图的预览区域添加“内容块”选项](https://github.com/siyuan-note/siyuan/issues/15155) +* [改进插入块引用后立即使用快捷键打开的体验](https://github.com/siyuan-note/siyuan/issues/15208) +* [改进数据库卡片视图卡片右键菜单](https://github.com/siyuan-note/siyuan/issues/15210) +* [改进创建/删除数据库视图后的分页设置](https://github.com/siyuan-note/siyuan/issues/15211) +* [禁用数据库卡片视图中的自动视频播放](https://github.com/siyuan-note/siyuan/issues/15212) +* [画廊视图重命名为卡片视图](https://github.com/siyuan-note/siyuan/issues/15215) +* [设置数据库视图排序规则后禁用拖拽排序](https://github.com/siyuan-note/siyuan/issues/15228) +* [为数据库数字字段添加一些货币格式支持](https://github.com/siyuan-note/siyuan/issues/15232) +* [改进更新数据库视图布局后镜像数据库的刷新](https://github.com/siyuan-note/siyuan/issues/15233) +* [改进数据库中的图片加载性能](https://github.com/siyuan-note/siyuan/issues/15245) +* [改进资源搜索](https://github.com/siyuan-note/siyuan/issues/15251) +* [禁用对 /assets/ 路径的 HTTP 访问](https://github.com/siyuan-note/siyuan/issues/15257) +* [改进移动端的面包屑跳转](https://github.com/siyuan-note/siyuan/issues/15258) +* [在数据库中新建视图后弹出视图设置菜单](https://github.com/siyuan-note/siyuan/issues/15265) +* [当内容为空时,各种图表不再渲染](https://github.com/siyuan-note/siyuan/issues/15274) +* [修复镜像数据库显示视图](https://github.com/siyuan-note/siyuan/issues/15279) +* [改进 Markdown 超链接输入解析](https://github.com/siyuan-note/siyuan/issues/15282) +* [改进搜索结果高亮](https://github.com/siyuan-note/siyuan/issues/15284) +* [改进右键菜单粘贴功能](https://github.com/siyuan-note/siyuan/pull/15286) +* [数据库卡片视图中绑定的标题块在预览区域显示子块](https://github.com/siyuan-note/siyuan/issues/15288) +* [改进移动容器块后引用计数的更新](https://github.com/siyuan-note/siyuan/issues/15289) +* [改进转换标题块级别后引用计数的更新](https://github.com/siyuan-note/siyuan/issues/15298) +* [改进文档转换为标题后引用计数的更新](https://github.com/siyuan-note/siyuan/issues/15299) +* [改进数据库表格视图固定字段的复制粘贴](https://github.com/siyuan-note/siyuan/issues/15300) +* [改进 HTML 表格剪辑](https://github.com/siyuan-note/siyuan/issues/15307) +* [改进 HTML 代码块剪辑](https://github.com/siyuan-note/siyuan/issues/15314) +* [改进将网络资源转换为本地资源](https://github.com/siyuan-note/siyuan/issues/15320) +* [改进移动标题块后引用计数的更新](https://github.com/siyuan-note/siyuan/issues/15322) +* [设置属性后不再为块元素添加 `id` 属性](https://github.com/siyuan-note/siyuan/issues/15327) +* [导出的 Markdown 行内代码不再包含零宽空格](https://github.com/siyuan-note/siyuan/issues/15328) + +### 修复缺陷 + +* [移动端鉴权页面的“记住我”功能无效](https://github.com/siyuan-note/siyuan/issues/15216) +* [选择内容块后 AI 操作无效](https://github.com/siyuan-note/siyuan/issues/15223) +* [包含 `\\u0000` 的 Markdown 表格文档导入后无法打开](https://github.com/siyuan-note/siyuan/issues/15235) +* [字体 Noto Sans SC 不可用](https://github.com/siyuan-note/siyuan/issues/15238) +* [虚拟引用关键字排除列表在某些情况下不起作用](https://github.com/siyuan-note/siyuan/issues/15252) +* [HarmonyOS NEXT 上渲染 PlantUML 不应跳转到浏览器](https://github.com/siyuan-note/siyuan/issues/15263) +* [复制块时未复制属性](https://github.com/siyuan-note/siyuan/issues/15268) +* [行级备注元素中的 XSS 漏洞](https://github.com/siyuan-note/siyuan/issues/15280) + +### 开发重构 + +* [更新 SCSS 依赖并修复警告](https://github.com/siyuan-note/siyuan/pull/15114) +* [升级到 Electron v37.2.3](https://github.com/siyuan-note/siyuan/issues/15269) + +### 开发者 + +* [在开发环境中启用样式表 sourceMaps](https://github.com/siyuan-note/siyuan/pull/15113) +* [为 `input-search` 事件总线添加 config.query](https://github.com/siyuan-note/siyuan/issues/15285) +* [改进内核 API `/api/block/updateBlock` 和 `/api/block/batchUpdateBlock`](https://github.com/siyuan-note/siyuan/issues/15301) +* [为插件选项添加 `IProtyleOptions.click.preventInsetEmptyBlock`](https://github.com/siyuan-note/siyuan/issues/15303) +* [改进 `showMessage()` 函数](https://github.com/siyuan-note/siyuan/pull/15305) +* [添加插件函数 `saveLayout`](https://github.com/siyuan-note/siyuan/issues/15308) +* [添加内核 API `/api/av/batchSetAttributeViewBlockAttrs`](https://github.com/siyuan-note/siyuan/issues/15310) +* [添加内核 API `/api/av/batchReplaceAttributeViewBlocks`](https://github.com/siyuan-note/siyuan/issues/15313) +* [添加一些内核批量插入块的 API](https://github.com/siyuan-note/siyuan/issues/15321) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)