From 27849320dca9341ef1852669b6cea1ea1e11a727 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 23 Jan 2024 11:45:18 +0800 Subject: [PATCH] :memo: Update changelogs --- app/changelogs/v2.12.4/v2.12.4.md | 46 ++++++++++++++++++++++++ app/changelogs/v2.12.4/v2.12.4_zh_CHT.md | 46 ++++++++++++++++++++++++ app/changelogs/v2.12.4/v2.12.4_zh_CN.md | 46 ++++++++++++++++++++++++ 3 files changed, 138 insertions(+) create mode 100644 app/changelogs/v2.12.4/v2.12.4.md create mode 100644 app/changelogs/v2.12.4/v2.12.4_zh_CHT.md create mode 100644 app/changelogs/v2.12.4/v2.12.4_zh_CN.md diff --git a/app/changelogs/v2.12.4/v2.12.4.md b/app/changelogs/v2.12.4/v2.12.4.md new file mode 100644 index 000000000..6093d36d7 --- /dev/null +++ b/app/changelogs/v2.12.4/v2.12.4.md @@ -0,0 +1,46 @@ +## Overview + +This version improves data sync stability and resolves an issue that caused data loss during data sync on Android 14. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Improve parsing code block pasted from web page](https://github.com/siyuan-note/siyuan/issues/10183) +* [Setting `Esc` as a hotkey is not allowed](https://github.com/siyuan-note/siyuan/issues/10194) +* [Use default icon if marketplace package icon does not exist](https://github.com/siyuan-note/siyuan/issues/10199) +* [Plugins should be reloaded after the data sync](https://github.com/siyuan-note/siyuan/issues/10203) +* [Adjust maximum width of dialog box on the desktop](https://github.com/siyuan-note/siyuan/issues/10211) +* [Adjust the position of the indent and outdent button on the mobile](https://github.com/siyuan-note/siyuan/issues/10213) +* [Improve AI-generated content parsing](https://github.com/siyuan-note/siyuan/issues/10217) +* [Use ⌃0-9 instead of ⌥0-9 in macOS](https://github.com/siyuan-note/siyuan/issues/10218) +* [Improve data sync to prevent an old snapshot to overwrite the new one](https://github.com/siyuan-note/siyuan/issues/10229) + +### Bugfix + +* [Data sync may cause data loss on Android 14](https://github.com/siyuan-note/siyuan/issues/10205) +* [Repeated escaping in preview area when searching for matching doc blocks](https://github.com/siyuan-note/siyuan/issues/10219) +* [Spaced repetition read-only mode is invalid](https://github.com/siyuan-note/siyuan/issues/10230) + +### Refactor + +* [Simplify retry mechanism to get system version](https://github.com/siyuan-note/siyuan/pull/10198) +* [Upgrade Electron v28.1.4](https://github.com/siyuan-note/siyuan/issues/10223) + +### Development + +* [Attribute Panel - Database supports adding key and sorting key](https://github.com/siyuan-note/siyuan/issues/10142) +* [Improve database table view select filtering](https://github.com/siyuan-note/siyuan/issues/10193) +* [Unable to update database table view cell under unknown circumstances](https://github.com/siyuan-note/siyuan/issues/10200) +* [Add some database related internal kernel APIs](https://github.com/siyuan-note/siyuan/issues/10201) +* [`Delete` at the end of a block should not delete the next block which is a database table view block](https://github.com/siyuan-note/siyuan/issues/10207) +* [Add or remove the dock plugin should update "window.siyuan.config.uiLayout"](https://github.com/siyuan-note/siyuan/issues/10208) +* [Set the maximum message size of WebSocket broadcast to 128 MiB](https://github.com/siyuan-note/siyuan/pull/10221) +* [Improve database table view asset column name display](https://github.com/siyuan-note/siyuan/issues/10225) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v2.12.4/v2.12.4_zh_CHT.md b/app/changelogs/v2.12.4/v2.12.4_zh_CHT.md new file mode 100644 index 000000000..d55625839 --- /dev/null +++ b/app/changelogs/v2.12.4/v2.12.4_zh_CHT.md @@ -0,0 +1,46 @@ +## 概述 + +此版本改進了資料同步穩定性,並解決了 Android 14 上資料同步導致資料遺失的問題。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [改進從網頁貼上程式碼區塊解析](https://github.com/siyuan-note/siyuan/issues/10183) +* [不支援配置 `Esc` 作為快捷鍵](https://github.com/siyuan-note/siyuan/issues/10194) +* [當市集包圖示不存在時使用預設圖示](https://github.com/siyuan-note/siyuan/issues/10199) +* [資料同步後按需重新載入插件](https://github.com/siyuan-note/siyuan/issues/10203) +* [調整桌面端對話框最大寬度](https://github.com/siyuan-note/siyuan/issues/10211) +* [調整行動端縮排與縮出按鈕位置](https://github.com/siyuan-note/siyuan/issues/10213) +* [改進 AI 產生的內容解析](https://github.com/siyuan-note/siyuan/issues/10217) +* [在 macOS 上使用 ⌃0-9 替代 ⌥0-9](https://github.com/siyuan-note/siyuan/issues/10218) +* [改進資料同步避免舊快照覆蓋新快照](https://github.com/siyuan-note/siyuan/issues/10229) + +### 修復缺陷 + +* [資料同步可能在 Android 14 上導致資料遺失](https://github.com/siyuan-note/siyuan/issues/10205) +* [搜尋符合文件區塊時預覽區重複轉義](https://github.com/siyuan-note/siyuan/issues/10219) +* [間隔重複唯讀模式失效](https://github.com/siyuan-note/siyuan/issues/10230) + +### 開發重構 + +* [簡化取得系統版本重試機制](https://github.com/siyuan-note/siyuan/pull/10198) +* [升級 Electron v28.1.4](https://github.com/siyuan-note/siyuan/issues/10223) + +### 開發者 + +* [屬性面板 - 資料庫 支援新增按鍵和排序鍵](https://github.com/siyuan-note/siyuan/issues/10142) +* [改進資料庫表格視圖選擇列過濾](https://github.com/siyuan-note/siyuan/issues/10193) +* [在某些情況下無法更新資料庫表格檢視儲存格](https://github.com/siyuan-note/siyuan/issues/10200) +* [新增一些資料庫相關內核內部 APIs](https://github.com/siyuan-note/siyuan/issues/10201) +* [資料庫表格檢視中按 `Delete` 不再刪除下方區塊](https://github.com/siyuan-note/siyuan/issues/10207) +* [新增和刪除停靠列插件時更新 "window.siyuan.config.uiLayout"](https://github.com/siyuan-note/siyuan/issues/10208) +* [設定 WebSocket 廣播最大訊息大小為 128 MiB](https://github.com/siyuan-note/siyuan/pull/10221) +* [改進資料庫表格視圖資源列名顯示](https://github.com/siyuan-note/siyuan/issues/10225) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v2.12.4/v2.12.4_zh_CN.md b/app/changelogs/v2.12.4/v2.12.4_zh_CN.md new file mode 100644 index 000000000..1c7ac67b4 --- /dev/null +++ b/app/changelogs/v2.12.4/v2.12.4_zh_CN.md @@ -0,0 +1,46 @@ +## 概述 + +该版本改进了数据同步稳定性,并解决了 Android 14 上数据同步导致数据丢失的问题。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [改进从网页粘贴代码块解析](https://github.com/siyuan-note/siyuan/issues/10183) +* [不支持配置 `Esc` 作为快捷键](https://github.com/siyuan-note/siyuan/issues/10194) +* [当集市包图标不存在时使用默认图标](https://github.com/siyuan-note/siyuan/issues/10199) +* [数据同步后按需重新载入插件](https://github.com/siyuan-note/siyuan/issues/10203) +* [调整桌面端对话框最大宽度](https://github.com/siyuan-note/siyuan/issues/10211) +* [调整移动端缩进和缩出按钮位置](https://github.com/siyuan-note/siyuan/issues/10213) +* [改进 AI 生成的内容解析](https://github.com/siyuan-note/siyuan/issues/10217) +* [在 macOS 上使用 ⌃0-9 替代 ⌥0-9](https://github.com/siyuan-note/siyuan/issues/10218) +* [改进数据同步避免旧快照覆盖新快照](https://github.com/siyuan-note/siyuan/issues/10229) + +### 修复缺陷 + +* [数据同步可能在 Android 14 上导致数据丢失](https://github.com/siyuan-note/siyuan/issues/10205) +* [搜索匹配文档块时预览区重复转义](https://github.com/siyuan-note/siyuan/issues/10219) +* [间隔重复只读模式失效](https://github.com/siyuan-note/siyuan/issues/10230) + +### 开发重构 + +* [简化获取系统版本重试机制](https://github.com/siyuan-note/siyuan/pull/10198) +* [升级 Electron v28.1.4](https://github.com/siyuan-note/siyuan/issues/10223) + +### 开发者 + +* [属性面板 - 数据库 支持添加键和排序键](https://github.com/siyuan-note/siyuan/issues/10142) +* [改进数据库表格视图选择列过滤](https://github.com/siyuan-note/siyuan/issues/10193) +* [在某些情况下无法更新数据库表格视图单元格](https://github.com/siyuan-note/siyuan/issues/10200) +* [新增一些数据库相关内核内部 APIs](https://github.com/siyuan-note/siyuan/issues/10201) +* [数据库表格视图中按 `Delete` 不再删除下方块](https://github.com/siyuan-note/siyuan/issues/10207) +* [添加和删除停靠栏插件时更新 "window.siyuan.config.uiLayout"](https://github.com/siyuan-note/siyuan/issues/10208) +* [设置 WebSocket 广播最大消息大小为 128 MiB](https://github.com/siyuan-note/siyuan/pull/10221) +* [改进数据库表格视图资源列名显示](https://github.com/siyuan-note/siyuan/issues/10225) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)