Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-02-13 13:54:37 +08:00
commit 561af0a637
3 changed files with 129 additions and 0 deletions

View File

@ -0,0 +1,43 @@
## Overview
This version fixes two issues related to data synchronization, and it is recommended to upgrade.
We plan to officially release the database table view function in the next version (v3.0.0), so stay tuned!
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Improve floating window triggering method](https://github.com/siyuan-note/siyuan/issues/10317)
* [Close the user guide when exiting](https://github.com/siyuan-note/siyuan/issues/10322)
* [PDF annotation supports setting associated block ID list](https://github.com/siyuan-note/siyuan/issues/10327)
* [Improve keeplive service stability on Android](https://github.com/siyuan-note/siyuan/issues/10332)
* [Add shortcut keys for flashcard review](https://github.com/siyuan-note/siyuan/issues/10333)
* [Improve formula font size](https://github.com/siyuan-note/siyuan/issues/10346)
### Bugfix
* [Data sync may cause data loss on Android 14](https://github.com/siyuan-note/siyuan/issues/10323)
* [Uninstalling plugins, widgets and templates may cause data sync errors](https://github.com/siyuan-note/siyuan/issues/10324)
* [Unable to delete after entering `\>`](https://github.com/siyuan-note/siyuan/issues/10330)
* [Random cover image list went blank](https://github.com/siyuan-note/siyuan/issues/10336)
* [Alt+Click the heading folding triangle causing hang](https://github.com/siyuan-note/siyuan/issues/10339)
### Document
* [Add user guide chapter Database](https://github.com/siyuan-note/siyuan/issues/10340)
### Development
* [Add plugin event bus `click-flashcard-action`](https://github.com/siyuan-note/siyuan/issues/10318)
* [Database table view select column change to relation column issue](https://github.com/siyuan-note/siyuan/issues/10329)
* [Using `openTab` updateCards option is null](https://github.com/siyuan-note/siyuan/issues/10331)
* [Add internal kernel API `/api/attr/batchSetBlockAttrs`](https://github.com/siyuan-note/siyuan/issues/10337)
* [Improve `window.destroyTheme` when switching dark and light in the same theme](https://github.com/siyuan-note/siyuan/issues/10341)
## Download
* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View File

@ -0,0 +1,43 @@
## 概述
此版本修復了與資料同步相關的兩個問題,建議升級。
我們計劃在下個版本v3.0.0)正式發布資料庫表格視圖功能,敬請期待!
## 變更記錄
以下是此版本中的詳細變更。
### 改進功能
* [改進浮窗觸發方式](https://github.com/siyuan-note/siyuan/issues/10317)
* [退出時關閉使用者指南](https://github.com/siyuan-note/siyuan/issues/10322)
* [PDF 標註支援設定關聯區塊 ID 清單](https://github.com/siyuan-note/siyuan/issues/10327)
* [改進 Android 端保活服務穩定性](https://github.com/siyuan-note/siyuan/issues/10332)
* [新增閃卡複習快捷鍵](https://github.com/siyuan-note/siyuan/issues/10333)
* [改進公式字體大小](https://github.com/siyuan-note/siyuan/issues/10346)
### 修復缺陷
* [Android 14 資料同步可能導致資料遺失](https://github.com/siyuan-note/siyuan/issues/10323)
* [卸載插件、掛件和範本時可能導致資料同步錯誤](https://github.com/siyuan-note/siyuan/issues/10324)
* [輸入 `\>` 後無法刪除](https://github.com/siyuan-note/siyuan/issues/10330)
* [隨機題頭圖空白](https://github.com/siyuan-note/siyuan/issues/10336)
* [Alt+點擊 標題區塊折疊三角導致無回應](https://github.com/siyuan-note/siyuan/issues/10339)
### 改進文檔
* [新增使用者指南資料庫章節](https://github.com/siyuan-note/siyuan/issues/10340)
### 開發者
* [新增插件事件匯流排 `click-flashcard-action`](https://github.com/siyuan-note/siyuan/issues/10318)
* [資料庫表格檢視選擇列改為關聯列問題](https://github.com/siyuan-note/siyuan/issues/10329)
* [使用 `openTab` updateCards 選項為空](https://github.com/siyuan-note/siyuan/issues/10331)
* [新增內部內核 API `/api/attr/batchSetBlockAttrs`](https://github.com/siyuan-note/siyuan/issues/10337)
* [改進相同主題切換明亮和暗黑模式 `window.destroyTheme`](https://github.com/siyuan-note/siyuan/issues/10341)
## 下載
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View File

@ -0,0 +1,43 @@
## 概述
该版本修复了数据同步相关的两个问题,建议升级。
我们计划在下个版本v3.0.0)正式发布数据库表格视图功能,敬请期待!
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [改进浮窗触发方式](https://github.com/siyuan-note/siyuan/issues/10317)
* [退出时关闭用户指南](https://github.com/siyuan-note/siyuan/issues/10322)
* [PDF 标注支持设置关联块 ID 列表](https://github.com/siyuan-note/siyuan/issues/10327)
* [改进 Android 端保活服务稳定性](https://github.com/siyuan-note/siyuan/issues/10332)
* [添加闪卡复习快捷键](https://github.com/siyuan-note/siyuan/issues/10333)
* [改进公式字体大小](https://github.com/siyuan-note/siyuan/issues/10346)
### 修复缺陷
* [Android 14 数据同步可能导致数据丢失](https://github.com/siyuan-note/siyuan/issues/10323)
* [卸载插件、挂件和模板时可能导致数据同步报错](https://github.com/siyuan-note/siyuan/issues/10324)
* [输入 `\>` 后无法删除](https://github.com/siyuan-note/siyuan/issues/10330)
* [随机题头图空白](https://github.com/siyuan-note/siyuan/issues/10336)
* [Alt+点击 标题块折叠三角导致无响应](https://github.com/siyuan-note/siyuan/issues/10339)
### 改进文档
* [添加用户指南数据库章节](https://github.com/siyuan-note/siyuan/issues/10340)
### 开发者
* [添加插件事件总线 `click-flashcard-action`](https://github.com/siyuan-note/siyuan/issues/10318)
* [数据库表格视图选择列改为关联列问题](https://github.com/siyuan-note/siyuan/issues/10329)
* [使用 `openTab` updateCards 选项为空](https://github.com/siyuan-note/siyuan/issues/10331)
* [添加内部内核 API `/api/attr/batchSetBlockAttrs`](https://github.com/siyuan-note/siyuan/issues/10337)
* [改进同一主题切换明亮和暗黑模式 `window.destroyTheme`](https://github.com/siyuan-note/siyuan/issues/10341)
## 下载
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)