diff --git a/app/changelogs/v2.12.2/v2.12.2_zh_CHT.md b/app/changelogs/v2.12.2/v2.12.2_zh_CHT.md index aefe54be7..4e6fb480a 100644 --- a/app/changelogs/v2.12.2/v2.12.2_zh_CHT.md +++ b/app/changelogs/v2.12.2/v2.12.2_zh_CHT.md @@ -11,7 +11,6 @@ * [改進忘記授權碼提示文案](https://github.com/siyuan-note/siyuan/issues/10127) * [同一輪複習中出現過期閃卡](https://github.com/siyuan-note/siyuan/issues/10130) - ### 修復缺陷 * [無法進入主介面](https://github.com/siyuan-note/siyuan/issues/10126) diff --git a/app/changelogs/v2.12.2/v2.12.2_zh_CN.md b/app/changelogs/v2.12.2/v2.12.2_zh_CN.md index cce7613e4..a0fb5a449 100644 --- a/app/changelogs/v2.12.2/v2.12.2_zh_CN.md +++ b/app/changelogs/v2.12.2/v2.12.2_zh_CN.md @@ -11,7 +11,6 @@ * [改进忘记授权码提示文案](https://github.com/siyuan-note/siyuan/issues/10127) * [同一轮复习中出现过期闪卡](https://github.com/siyuan-note/siyuan/issues/10130) - ### 修复缺陷 * [无法进入主界面](https://github.com/siyuan-note/siyuan/issues/10126) diff --git a/app/changelogs/v2.12.3/v2.12.3.md b/app/changelogs/v2.12.3/v2.12.3.md new file mode 100644 index 000000000..cc0f0f080 --- /dev/null +++ b/app/changelogs/v2.12.3/v2.12.3.md @@ -0,0 +1,56 @@ +## Overview + +This version supports configuring ignore search results and improves editor and export details. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [`Exit focus` supports configuring hotkey](https://github.com/siyuan-note/siyuan/issues/10013) +* [Support ignore search results](https://github.com/siyuan-note/siyuan/issues/10089) +* [Improve `F3` and `Ctrl+F3` to prevent creating duplicated doc](https://github.com/siyuan-note/siyuan/issues/10091) +* [Set the default column maximum width on the table](https://github.com/siyuan-note/siyuan/issues/10136) +* [Some kernel interface concurrency is no longer controlled to improve performance](https://github.com/siyuan-note/siyuan/issues/10149) +* [The production environment will no longer register `/debug/pprof/`](https://github.com/siyuan-note/siyuan/issues/10152) +* [Need to be reminded that replacement operations are not supported after grouping by doc](https://github.com/siyuan-note/siyuan/issues/10161) +* [Add `Switch read-only mode` hotkey](https://github.com/siyuan-note/siyuan/issues/10163) +* [Flashcards are not allowed to be modified during data sync to avoid data overwriting](https://github.com/siyuan-note/siyuan/issues/10167) +* [Support background color when exporting pdf](https://github.com/siyuan-note/siyuan/issues/10171) +* [Improve soft line break block parsing when pasting](https://github.com/siyuan-note/siyuan/issues/10173) +* [Search and replace supports whitespace characters](https://github.com/siyuan-note/siyuan/issues/10175) +* [Block ref elements support font styles when exporting](https://github.com/siyuan-note/siyuan/issues/10179) +* [S3/WebDAV data sync no longer uploads check index](https://github.com/siyuan-note/siyuan/issues/10180) +* [Improve display of charts in export pdf and preview mode](https://github.com/siyuan-note/siyuan/issues/10186) +* [Disable using hotkeys to merge list items into super blocks](https://github.com/siyuan-note/siyuan/issues/10188) + +### Bugfix + +* [`Clear inline elements` is invalid](https://github.com/siyuan-note/siyuan/issues/10140) +* [Lists as flashcards with no hidden answers](https://github.com/siyuan-note/siyuan/issues/10147) +* [After dynamic loading, the editor's read-only mode is abnormal](https://github.com/siyuan-note/siyuan/issues/10155) +* [Attributes not copied when copying HTML block](https://github.com/siyuan-note/siyuan/issues/10159) +* [Focus block does not add the title when exporting as an image](https://github.com/siyuan-note/siyuan/issues/10177) + +### Document + +* [Add user guide `Mobile App`](https://github.com/siyuan-note/siyuan/issues/10162) + +### Refactor + +* [Upgrade Electron v28.1.3](https://github.com/siyuan-note/siyuan/issues/10145) + +### Development + +* [Autofill values in database table view](https://github.com/siyuan-note/siyuan/issues/9867) +* [Improve relation column cell value interfaction](https://github.com/siyuan-note/siyuan/issues/10118) +* [Add attribute "data-key" for Dialog](https://github.com/siyuan-note/siyuan/pull/10138) +* [Improve kernel API `/api/block/insertBlock` argument checking](https://github.com/siyuan-note/siyuan/issues/10144) +* [Add some database related internal kernel APIs](https://github.com/siyuan-note/siyuan/issues/10160) +* [Tips for improving database table view cell](https://github.com/siyuan-note/siyuan/issues/10170) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v2.12.3/v2.12.3_zh_CHT.md b/app/changelogs/v2.12.3/v2.12.3_zh_CHT.md new file mode 100644 index 000000000..ba648a579 --- /dev/null +++ b/app/changelogs/v2.12.3/v2.12.3_zh_CHT.md @@ -0,0 +1,56 @@ +## 概述 + +此版本支援了配置忽略搜尋結果,並改進了編輯器和匯出細節。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [`退出對焦` 支援配置快捷鍵](https://github.com/siyuan-note/siyuan/issues/10013) +* [支援配置忽略搜尋結果](https://github.com/siyuan-note/siyuan/issues/10089) +* [改進 `F3` 和 `Ctrl+F3` 避免建立重複文件](https://github.com/siyuan-note/siyuan/issues/10091) +* [設定表格預設最大列寬](https://github.com/siyuan-note/siyuan/issues/10136) +* [不再限制一些核心介面並發度以提升效能](https://github.com/siyuan-note/siyuan/issues/10149) +* [生產環境下不再註冊 `/debug/pprof/`](https://github.com/siyuan-note/siyuan/issues/10152) +* [搜尋啟用文件分組後不支援替換作業需要進行提示](https://github.com/siyuan-note/siyuan/issues/10161) +* [`切換唯讀模式` 支援配置快捷鍵](https://github.com/siyuan-note/siyuan/issues/10163) +* [資料同步時禁止閃卡修改以避免資料覆蓋](https://github.com/siyuan-note/siyuan/issues/10167) +* [匯出 PDF 時支援背景色](https://github.com/siyuan-note/siyuan/issues/10171) +* [改良貼上時軟換行分塊解析](https://github.com/siyuan-note/siyuan/issues/10173) +* [搜尋替換支援空格字元](https://github.com/siyuan-note/siyuan/issues/10175) +* [支援匯出時保留塊引元素字體樣式](https://github.com/siyuan-note/siyuan/issues/10179) +* [S3/WebDAV 資料同步不再上傳校驗索引](https://github.com/siyuan-note/siyuan/issues/10180) +* [改進預覽模式和匯出 PDF 時渲染圖表](https://github.com/siyuan-note/siyuan/issues/10186) +* [禁止使用快速鍵合併清單項目區塊為超級區塊](https://github.com/siyuan-note/siyuan/issues/10188) + +### 修復缺陷 + +* [`清除行級元素` 失效](https://github.com/siyuan-note/siyuan/issues/10140) +* [清單區塊閃卡未隱藏答案](https://github.com/siyuan-note/siyuan/issues/10147) +* [動態載入後編輯器唯讀模式異常](https://github.com/siyuan-note/siyuan/issues/10155) +* [複製 HTML 區塊時未複製屬性](https://github.com/siyuan-note/siyuan/issues/10159) +* [聚焦區塊匯出圖片時未新增文件標題](https://github.com/siyuan-note/siyuan/issues/10177) + +### 改進文檔 + +* [新增使用者指南章節 `行動裝置 App`](https://github.com/siyuan-note/siyuan/issues/10162) + +### 開發重構 + +* [升級 Electron v28.1.3](https://github.com/siyuan-note/siyuan/issues/10145) + +### 開發者 + +* [資料庫表格檢視支援自動填值](https://github.com/siyuan-note/siyuan/issues/9867) +* [改進關聯列填值互動](https://github.com/siyuan-note/siyuan/issues/10118) +* [為對話方塊新增 "data-key" 屬性](https://github.com/siyuan-note/siyuan/pull/10138) +* [改進核心 API `/api/block/insertBlock` 實參校驗](https://github.com/siyuan-note/siyuan/issues/10144) +* [新增一些資料庫相關的核心介面](https://github.com/siyuan-note/siyuan/issues/10160) +* [改進資料庫表格視圖單元格提示](https://github.com/siyuan-note/siyuan/issues/10170) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v2.12.3/v2.12.3_zh_CN.md b/app/changelogs/v2.12.3/v2.12.3_zh_CN.md new file mode 100644 index 000000000..cbb53e208 --- /dev/null +++ b/app/changelogs/v2.12.3/v2.12.3_zh_CN.md @@ -0,0 +1,56 @@ +## 概述 + +该版本支持了配置忽略搜索结果,并改进了编辑器和导出细节。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [`退出聚焦` 支持配置快捷键](https://github.com/siyuan-note/siyuan/issues/10013) +* [支持配置忽略搜索结果](https://github.com/siyuan-note/siyuan/issues/10089) +* [改进 `F3` 和 `Ctrl+F3` 避免创建重复文档](https://github.com/siyuan-note/siyuan/issues/10091) +* [设置表格默认最大列宽](https://github.com/siyuan-note/siyuan/issues/10136) +* [不再限制一些内核接口并发度以提升性能](https://github.com/siyuan-note/siyuan/issues/10149) +* [生产环境下不再注册 `/debug/pprof/`](https://github.com/siyuan-note/siyuan/issues/10152) +* [搜索启用文档分组后不支持替换操作需要进行提示](https://github.com/siyuan-note/siyuan/issues/10161) +* [`切换只读模式` 支持配置快捷键](https://github.com/siyuan-note/siyuan/issues/10163) +* [数据同步时禁止闪卡修改以避免数据覆盖](https://github.com/siyuan-note/siyuan/issues/10167) +* [导出 PDF 时支持背景色](https://github.com/siyuan-note/siyuan/issues/10171) +* [改进粘贴时软换行分块解析](https://github.com/siyuan-note/siyuan/issues/10173) +* [搜索替换支持空格字符](https://github.com/siyuan-note/siyuan/issues/10175) +* [支持导出时保留块引元素字体样式](https://github.com/siyuan-note/siyuan/issues/10179) +* [S3/WebDAV 数据同步不再上传校验索引](https://github.com/siyuan-note/siyuan/issues/10180) +* [改进预览模式和导出 PDF 时渲染图表](https://github.com/siyuan-note/siyuan/issues/10186) +* [禁止使用快捷键合并列表项块为超级块](https://github.com/siyuan-note/siyuan/issues/10188) + +### 修复缺陷 + +* [`清除行级元素` 失效](https://github.com/siyuan-note/siyuan/issues/10140) +* [列表块闪卡未隐藏答案](https://github.com/siyuan-note/siyuan/issues/10147) +* [动态加载后编辑器只读模式异常](https://github.com/siyuan-note/siyuan/issues/10155) +* [复制 HTML 块时未复制属性](https://github.com/siyuan-note/siyuan/issues/10159) +* [聚焦块导出图片时未添加文档标题](https://github.com/siyuan-note/siyuan/issues/10177) + +### 改进文档 + +* [添加用户指南章节 `移动端 App`](https://github.com/siyuan-note/siyuan/issues/10162) + +### 开发重构 + +* [升级 Electron v28.1.3](https://github.com/siyuan-note/siyuan/issues/10145) + +### 开发者 + +* [数据库表格视图支持自动填值](https://github.com/siyuan-note/siyuan/issues/9867) +* [改进关联列填值交互](https://github.com/siyuan-note/siyuan/issues/10118) +* [为对话框添加 "data-key" 属性](https://github.com/siyuan-note/siyuan/pull/10138) +* [改进内核 API `/api/block/insertBlock` 实参校验](https://github.com/siyuan-note/siyuan/issues/10144) +* [添加一些数据库相关的内核接口](https://github.com/siyuan-note/siyuan/issues/10160) +* [改进数据库表格视图单元格提示](https://github.com/siyuan-note/siyuan/issues/10170) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)