📝 Update changelogs

This commit is contained in:
Daniel 2024-02-26 16:09:09 +08:00
parent bbd58e0adb
commit fa39873421
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 144 additions and 0 deletions

View file

@ -0,0 +1,48 @@
## Overview
The version supports flashcard set review mode.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Support flashcard set review mode](https://github.com/siyuan-note/siyuan/issues/10303)
* [Display Mermaid error log and reduce shake](https://github.com/siyuan-note/siyuan/issues/10374)
* [Support F13-32 shortcut key configuration](https://github.com/siyuan-note/siyuan/issues/10375)
* [`Create doc above/below` function can also be used when notebook is custom sort](https://github.com/siyuan-note/siyuan/issues/10381)
* [Improve cursor position after deletion](https://github.com/siyuan-note/siyuan/issues/10389)
* [Improve deletion of the empty block below thematic breaks](https://github.com/siyuan-note/siyuan/issues/10393)
* [Floating window remains displayed while it has menu](https://github.com/siyuan-note/siyuan/issues/10397)
* [Update outline after closing all editors](https://github.com/siyuan-note/siyuan/issues/10400)
* [Candidate values of the database relation fields are no longer subject to view filtering](https://github.com/siyuan-note/siyuan/issues/10411)
* [Improve database table view select column interaction](https://github.com/siyuan-note/siyuan/issues/10421)
* [Don't show dock when cursor is on the inline menu](https://github.com/siyuan-note/siyuan/issues/10427)
* [Improve `` menu on the mobile](https://github.com/siyuan-note/siyuan/issues/10430)
* [Support disabling list item dot/number click to focus](https://github.com/siyuan-note/siyuan/issues/10431)
* [Show embed block refresh button in read-only mode](https://github.com/siyuan-note/siyuan/issues/10432)
* [Database table view template columns support reading relation, rollup, created and updated columns](https://github.com/siyuan-note/siyuan/issues/10442)
* [Focus cursor after creating database table view](https://github.com/siyuan-note/siyuan/issues/10444)
### Bugfix
* [Unable to set up Azure OpenAI](https://github.com/siyuan-note/siyuan/issues/10390)
* [Inline element markdown editing exception](https://github.com/siyuan-note/siyuan/issues/10391)
* [Date field does not respect end time switch when exporting database block](https://github.com/siyuan-note/siyuan/issues/10409)
* [Code appears when pasted as plain text](https://github.com/siyuan-note/siyuan/issues/10435)
* [Close the user guide but not the tab when exiting](https://github.com/siyuan-note/siyuan/issues/10441)
### Refactor
* [Upgrade Electron v29.0.1](https://github.com/siyuan-note/siyuan/issues/10406)
### Development
* [Improve internal kernel API `/api/attr/batchSetBlockAttrs`](https://github.com/siyuan-note/siyuan/issues/10401)
* [Add internal kernel API `/api/riff/batchSetRiffCardsDueTime`](https://github.com/siyuan-note/siyuan/issues/10423)
## Download
* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,48 @@
## 概述
此版本支援了閃卡設定複習模式。
## 變更記錄
以下是此版本中的詳細變更。
### 改進功能
* [支援閃卡設定複習模式](https://github.com/siyuan-note/siyuan/issues/10303)
* [顯示 Mermaid 錯誤日誌並降低渲染抖動](https://github.com/siyuan-note/siyuan/issues/10374)
* [支援 F13-32 快捷鍵配置](https://github.com/siyuan-note/siyuan/issues/10375)
* [`上方/下方新文件` 功能在筆記本等級自訂排序時可用](https://github.com/siyuan-note/siyuan/issues/10381)
* [改進刪除作業後的遊標位置](https://github.com/siyuan-note/siyuan/issues/10389)
* [改進分隔線下方空格刪除操作](https://github.com/siyuan-note/siyuan/issues/10393)
* [浮窗中有選單時保持顯示](https://github.com/siyuan-note/siyuan/issues/10397)
* [關閉所有編輯器後更新大綱](https://github.com/siyuan-note/siyuan/issues/10400)
* [資料庫關聯欄位候選值不再受視圖過濾影響](https://github.com/siyuan-note/siyuan/issues/10411)
* [改進資料庫表格視圖選擇列互動](https://github.com/siyuan-note/siyuan/issues/10421)
* [遊標在行級工具列時不再觸發停靠列](https://github.com/siyuan-note/siyuan/issues/10427)
* [改進行動端 `` 選單](https://github.com/siyuan-note/siyuan/issues/10430)
* [支援禁用清單項目圓點/數字點擊對焦](https://github.com/siyuan-note/siyuan/issues/10431)
* [唯讀模式下顯示嵌入區塊刷新按鈕](https://github.com/siyuan-note/siyuan/issues/10432)
* [資料庫表格檢視範本列支援讀取關聯、匯總、建立時間和更新時間列](https://github.com/siyuan-note/siyuan/issues/10442)
* [改進建立資料庫後遊標焦點](https://github.com/siyuan-note/siyuan/issues/10444)
### 修復缺陷
* [無法設定 Azure OpenAI](https://github.com/siyuan-note/siyuan/issues/10390)
* [行級元素 Markdown 編輯異常](https://github.com/siyuan-note/siyuan/issues/10391)
* [匯出資料庫區塊時日期欄位未遵循結束時間開關設定](https://github.com/siyuan-note/siyuan/issues/10409)
* [貼為純文字時出現程式碼](https://github.com/siyuan-note/siyuan/issues/10435)
* [退出時關閉使用者指南但未關閉編輯器頁籤](https://github.com/siyuan-note/siyuan/issues/10441)
### 開發重構
* [升級 Electron v29.0.1](https://github.com/siyuan-note/siyuan/issues/10406)
### 開發者
* [改進內部核心 API `/api/attr/batchSetBlockAttrs`](https://github.com/siyuan-note/siyuan/issues/10401)
* [新增內部核心 API `/api/riff/batchSetRiffCardsDueTime`](https://github.com/siyuan-note/siyuan/issues/10423)
## 下載
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,48 @@
## 概述
该版本支持了闪卡设置复习模式。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [支持闪卡设置复习模式](https://github.com/siyuan-note/siyuan/issues/10303)
* [显示 Mermaid 错误日志并降低渲染抖动](https://github.com/siyuan-note/siyuan/issues/10374)
* [支持 F13-32 快捷键配置](https://github.com/siyuan-note/siyuan/issues/10375)
* [`在上方/下方新建文档` 功能在笔记本级自定义排序时可用](https://github.com/siyuan-note/siyuan/issues/10381)
* [改进删除操作后的光标位置](https://github.com/siyuan-note/siyuan/issues/10389)
* [改进分隔线下方空格删除操作](https://github.com/siyuan-note/siyuan/issues/10393)
* [浮窗中有菜单时保持显示](https://github.com/siyuan-note/siyuan/issues/10397)
* [关闭所有编辑器后更新大纲](https://github.com/siyuan-note/siyuan/issues/10400)
* [数据库关联字段候选值不再受视图过滤影响](https://github.com/siyuan-note/siyuan/issues/10411)
* [改进数据库表格视图选择列交互](https://github.com/siyuan-note/siyuan/issues/10421)
* [光标在行级工具栏上时不再触发停靠栏](https://github.com/siyuan-note/siyuan/issues/10427)
* [改进移动端 `` 菜单](https://github.com/siyuan-note/siyuan/issues/10430)
* [支持禁用列表项圆点/数字单击聚焦](https://github.com/siyuan-note/siyuan/issues/10431)
* [只读模式下显示嵌入块刷新按钮](https://github.com/siyuan-note/siyuan/issues/10432)
* [数据库表格视图模板列支持读取关联、汇总、创建时间和更新时间列](https://github.com/siyuan-note/siyuan/issues/10442)
* [改进创建数据库后光标焦点](https://github.com/siyuan-note/siyuan/issues/10444)
### 修复缺陷
* [无法设置 Azure OpenAI](https://github.com/siyuan-note/siyuan/issues/10390)
* [行级元素 Markdown 编辑异常](https://github.com/siyuan-note/siyuan/issues/10391)
* [导出数据库块时日期字段未遵循结束时间开关设置](https://github.com/siyuan-note/siyuan/issues/10409)
* [粘贴为纯文本时出现代码](https://github.com/siyuan-note/siyuan/issues/10435)
* [退出时关闭用户指南但未关闭编辑器页签](https://github.com/siyuan-note/siyuan/issues/10441)
### 开发重构
* [升级 Electron v29.0.1](https://github.com/siyuan-note/siyuan/issues/10406)
### 开发者
* [改进内部内核 API `/api/attr/batchSetBlockAttrs`](https://github.com/siyuan-note/siyuan/issues/10401)
* [添加内部内核 API `/api/riff/batchSetRiffCardsDueTime`](https://github.com/siyuan-note/siyuan/issues/10423)
## 下载
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)