📝 Update changelogs

This commit is contained in:
Daniel 2024-02-20 17:09:08 +08:00
parent 71e830b690
commit d81c7f2609
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 14 additions and 0 deletions

View file

@ -23,6 +23,11 @@ Below are the detailed changes in this version.
* [Inline element setting exception](https://github.com/siyuan-note/siyuan/issues/10357)
* [Breadcrumbs cannot be clicked after the new window is full screen](https://github.com/siyuan-note/siyuan/issues/10369)
* [Inline element nested editing exception](https://github.com/siyuan-note/siyuan/issues/10380)
### Refactor
* [Upgrade mermaid to 10.8.0](https://github.com/siyuan-note/siyuan/pull/10373)
### Development

View file

@ -23,6 +23,11 @@
* [行級元素設定異常](https://github.com/siyuan-note/siyuan/issues/10357)
* [新視窗全螢幕後麵包屑無法點選](https://github.com/siyuan-note/siyuan/issues/10369)
* [行級元素嵌套編輯異常](https://github.com/siyuan-note/siyuan/issues/10380)
### 開發重構
* [升級 mermaid v10.8.0](https://github.com/siyuan-note/siyuan/pull/10373)
### 開發者

View file

@ -24,6 +24,10 @@
* [行级元素设置异常](https://github.com/siyuan-note/siyuan/issues/10357)
* [新窗口全屏后面包屑无法点击](https://github.com/siyuan-note/siyuan/issues/10369)
### 开发重构
* [升级 mermaid v10.8.0](https://github.com/siyuan-note/siyuan/pull/10373)
### 开发者
* [添加内部内核 API `/api/block/appendDailyNoteBlock`](https://github.com/siyuan-note/siyuan/issues/10368)