📝 Update changelogs

This commit is contained in:
Daniel 2023-11-13 12:28:02 +08:00
parent 3d24c68eab
commit c69ad2f7a5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 164 additions and 2 deletions

View file

@ -0,0 +1,54 @@
## Overview
This version fixes a bug in data synchronization where local files are accidentally deleted. It is recommended to upgrade as soon as possible.
Advertisement: Currently, `PRO Features` are in the early bird price stage, welcome to [learn more](https://b3log.org/siyuan/en/pricing.html).
Note: The annual `Subscription` includes `Pro features`. If you are an annual subscriber, you do not need to buy PRO Features separately.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Supports `⌃⌥⇧⌘`, `⌃⌥⌘`, `⌃⇧⌘` hotkeys on macOS](https://github.com/siyuan-note/siyuan/issues/9220)
* [PDF text layer misalignment](https://github.com/siyuan-note/siyuan/issues/9600)
* [Confirm whether to save after closing the code snippet](https://github.com/siyuan-note/siyuan/issues/9604)
* [If the data repo indexing time is greater than 7s, prompt user to purge the data repo](https://github.com/siyuan-note/siyuan/issues/9613)
* [Copy one cell from Excel/HTML table and paste it using the cell's content](https://github.com/siyuan-note/siyuan/issues/9614)
* [Automatically selects the first item after searching in the command panel](https://github.com/siyuan-note/siyuan/issues/9616)
* [Automatically check and eliminate duplicate reference relationship indexes](https://github.com/siyuan-note/siyuan/issues/9618)
* [Supports via environment var `SIYUAN_TESSERACT_ENABLED=false` to close OCR](https://github.com/siyuan-note/siyuan/issues/9619)
* [Show card NextDue to the flashcard management UI](https://github.com/siyuan-note/siyuan/pull/9621)
* [Do not use ligature in input/textarea](https://github.com/siyuan-note/siyuan/issues/9623)
* [Improve S3/WebDAV data sync error message](https://github.com/siyuan-note/siyuan/issues/9626)
* [Improve localhost address validation](https://github.com/siyuan-note/siyuan/pull/9634)
* [`Ctrl+End` Jump to the last character of the last block](https://github.com/siyuan-note/siyuan/issues/9642)
### Bugfix
* [The authentication page after startup Alt+M fails](https://github.com/siyuan-note/siyuan/issues/9575)
* [The referenced block under the folded heading cannot be hovered to view](https://github.com/siyuan-note/siyuan/issues/9582)
* [Editor missing after close all tabs when has pin tabs](https://github.com/siyuan-note/siyuan/issues/9624)
* [Data synchronization accidentally deletes local files](https://github.com/siyuan-note/siyuan/issues/9631)
* [The window title is hidden after the graph is minimized](https://github.com/siyuan-note/siyuan/issues/9638)
### Document
* [Docker containers run in the background](https://github.com/siyuan-note/siyuan/pull/9602)
### Refactor
* [Upgrade Electron](https://github.com/siyuan-note/siyuan/issues/9611)
### Development
* [Improve adaptive width for `Attributes View`](https://github.com/siyuan-note/siyuan/pull/9280)
* [Adding row overwriting data after enabling sort in database](https://github.com/siyuan-note/siyuan/issues/9599)
* [Database table view date column filter time zone adjustment](https://github.com/siyuan-note/siyuan/issues/9610)
* [Database table view supports pin/unpin column](https://github.com/siyuan-note/siyuan/pull/9617)
* [Improve database table view in super block](https://github.com/siyuan-note/siyuan/issues/9620)
* [Click on the blank area of the link column cannot be edited](https://github.com/siyuan-note/siyuan/issues/9632)
* [`resize` cannot be triggered after dragging to unpin the dock](https://github.com/siyuan-note/siyuan/issues/9640)
* [Add licenses for the template, widget, theme and icon samples](https://github.com/siyuan-note/siyuan/issues/9641)

View file

@ -0,0 +1,54 @@
## 概述
此版本修復了一個資料同步誤刪本地檔案的缺陷,建議盡快升級。
廣告: 目前 `功能特性` 正處於早鳥價階段,歡迎[了解](https://b3log.org/siyuan/pricing.html)。
註:`年付訂閱` 包含 `功能特性`,如果你是訂閱會員,則無需單獨購買功能特性。
## 變更記錄
以下是此版本中的詳細變更。
### 改進功能
* [macOS 桌面端支援 `⌃⌥⇧⌘`, `⌃⌥⌘`, `⌃⇧⌘` 快捷鍵](https://github.com/siyuan-note/siyuan/issues/9220)
* [PDF 文字圖層未對齊](https://github.com/siyuan-note/siyuan/issues/9600)
* [關閉程式碼片段編輯時確認是否已儲存](https://github.com/siyuan-note/siyuan/issues/9604)
* [資料同步時如果資料倉儲索引時間超過 7 秒則提示使用者清理資料倉儲](https://github.com/siyuan-note/siyuan/issues/9613)
* [從 Excel/HTML 複製一個表格單元格後貼上僅貼上其單元格內容](https://github.com/siyuan-note/siyuan/issues/9614)
* [指令面板中搜尋後自動選擇第一個結果項目](https://github.com/siyuan-note/siyuan/issues/9616)
* [自動檢查並刪除重複的引用關係索引](https://github.com/siyuan-note/siyuan/issues/9618)
* [支援透過環境變數 `SIYUAN_TESSERACT_ENABLED=false` 關閉 OCR](https://github.com/siyuan-note/siyuan/issues/9619)
* [在閃卡管理介面中顯示下次複習日期](https://github.com/siyuan-note/siyuan/pull/9621)
* [在編輯輸入框中不再使用連字號](https://github.com/siyuan-note/siyuan/issues/9623)
* [改進 S3/WebDAV 資料同步錯誤提示文案](https://github.com/siyuan-note/siyuan/issues/9626)
* [改進本地網路位址校驗](https://github.com/siyuan-note/siyuan/pull/9634)
* [`Ctrl+End` 跳到最後一個區塊的最後一個字元](https://github.com/siyuan-note/siyuan/issues/9642)
### 修復缺陷
* [啟動後辨識頁無法使用 Alt+M 最小化](https://github.com/siyuan-note/siyuan/issues/9575)
* [無法懸浮預覽折疊標題下方的被引用塊](https://github.com/siyuan-note/siyuan/issues/9582)
* [存在固定頁籤時關閉所有頁籤導致編輯器異常](https://github.com/siyuan-note/siyuan/issues/9624)
* [資料同步誤刪本機檔案](https://github.com/siyuan-note/siyuan/issues/9631)
* [關係圖最小化後視窗標題被隱藏](https://github.com/siyuan-note/siyuan/issues/9638)
### 改進文檔
* [Docker 容器在背景運作](https://github.com/siyuan-note/siyuan/pull/9602)
### 開發重構
* [升級 Electron](https://github.com/siyuan-note/siyuan/issues/9611)
### 開發者
* [改進資料庫表格視圖自適應寬度](https://github.com/siyuan-note/siyuan/pull/9280)
* [資料庫表格檢視啟用排序後新增行覆蓋資料](https://github.com/siyuan-note/siyuan/issues/9599)
* [資料庫表格檢視日期列時區調整](https://github.com/siyuan-note/siyuan/issues/9610)
* [資料庫表格視圖支援固定列](https://github.com/siyuan-note/siyuan/pull/9617)
* [改進超級區塊下的資料庫表格檢視](https://github.com/siyuan-note/siyuan/issues/9620)
* [資料庫表格視圖超連結列空白處無法點選編輯](https://github.com/siyuan-note/siyuan/issues/9632)
* [未固定的停靠面板拖曳寬度時未觸發 `resize`](https://github.com/siyuan-note/siyuan/issues/9640)
* [為範本、掛件、主題和圖示範例庫新增開源許可證](https://github.com/siyuan-note/siyuan/issues/9641)

View file

@ -0,0 +1,54 @@
## 概述
该版本修复了一个数据同步误删本地文件的缺陷,建议尽快升级。
广告: 目前 `功能特性` 正处于早鸟价阶段,欢迎[了解](https://b3log.org/siyuan/pricing.html)。
注:`年付订阅` 包含 `功能特性`,如果你是订阅会员,则无需单独购买功能特性。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [macOS 桌面端支持 `⌃⌥⇧⌘`, `⌃⌥⌘`, `⌃⇧⌘` 快捷键](https://github.com/siyuan-note/siyuan/issues/9220)
* [PDF 文本层未对齐](https://github.com/siyuan-note/siyuan/issues/9600)
* [关闭代码片段编辑时确认是否保存](https://github.com/siyuan-note/siyuan/issues/9604)
* [数据同步时如果数据仓库索引时间超过 7 秒则提示用户清理数据仓库](https://github.com/siyuan-note/siyuan/issues/9613)
* [从 Excel/HTML 复制一个表格单元格后粘贴仅粘贴其单元格内容](https://github.com/siyuan-note/siyuan/issues/9614)
* [命令面板中搜索后自动选择第一个结果项](https://github.com/siyuan-note/siyuan/issues/9616)
* [自动检查并删除重复的引用关系索引](https://github.com/siyuan-note/siyuan/issues/9618)
* [支持通过环境变量 `SIYUAN_TESSERACT_ENABLED=false` 关闭 OCR](https://github.com/siyuan-note/siyuan/issues/9619)
* [在闪卡管理界面中显示下次复习日期](https://github.com/siyuan-note/siyuan/pull/9621)
* [在编辑输入框中不再使用连字符](https://github.com/siyuan-note/siyuan/issues/9623)
* [改进 S3/WebDAV 数据同步错误提示文案](https://github.com/siyuan-note/siyuan/issues/9626)
* [改进本地网络地址校验](https://github.com/siyuan-note/siyuan/pull/9634)
* [`Ctrl+End` 跳转到最后一个块的最后一个字符](https://github.com/siyuan-note/siyuan/issues/9642)
### 修复缺陷
* [启动后鉴权页无法使用 Alt+M 最小化](https://github.com/siyuan-note/siyuan/issues/9575)
* [无法悬浮预览折叠标题下方的被引用块](https://github.com/siyuan-note/siyuan/issues/9582)
* [存在固定页签时关闭所有页签导致编辑器异常](https://github.com/siyuan-note/siyuan/issues/9624)
* [数据同步误删本地文件](https://github.com/siyuan-note/siyuan/issues/9631)
* [关系图最小化后窗口标题被隐藏](https://github.com/siyuan-note/siyuan/issues/9638)
### 改进文档
* [Docker 容器在后台运行](https://github.com/siyuan-note/siyuan/pull/9602)
### 开发重构
* [升级 Electron](https://github.com/siyuan-note/siyuan/issues/9611)
### 开发者
* [改进数据库表格视图自适应宽度](https://github.com/siyuan-note/siyuan/pull/9280)
* [数据库表格视图启用排序后添加行覆盖数据](https://github.com/siyuan-note/siyuan/issues/9599)
* [数据库表格视图日期列时区调整](https://github.com/siyuan-note/siyuan/issues/9610)
* [数据库表格视图支持固定列](https://github.com/siyuan-note/siyuan/pull/9617)
* [改进超级块下的数据库表格视图](https://github.com/siyuan-note/siyuan/issues/9620)
* [数据库表格视图超链接列空白处无法点击编辑](https://github.com/siyuan-note/siyuan/issues/9632)
* [未固定的停靠面板拖拽宽度时未触发 `resize`](https://github.com/siyuan-note/siyuan/issues/9640)
* [为模板、挂件、主题和图标示例库添加开源许可证](https://github.com/siyuan-note/siyuan/issues/9641)

View file

@ -52,7 +52,7 @@
* [行级公式显示 `<wbr>`](https://github.com/siyuan-note/siyuan/issues/8378)
* [`Backspace` 删除 Markdown 转义符异常](https://github.com/siyuan-note/siyuan/issues/8406)
### 文档
### 改进文档
* [在用户指南中添加订阅过期后删除云端存储的详细说明](https://github.com/siyuan-note/siyuan/issues/8370)
* [在自述文件中添加架构设计章节](https://github.com/siyuan-note/siyuan/issues/8416)

View file

@ -44,7 +44,7 @@
* [在已有引用前后粘贴引用后不应该合并](https://github.com/siyuan-note/siyuan/issues/8309)
* [移动端在某些情况下显示空白](https://github.com/siyuan-note/siyuan/issues/8320)
### 文档
### 改进文档
* [更新内核 API `insertBlock`](https://github.com/siyuan-note/siyuan/issues/8270)
* [在用户指南中添加 最新进展 章节](https://github.com/siyuan-note/siyuan/issues/8306)