🔖 Release v2.9.3

This commit is contained in:
Daniel 2023-06-27 00:10:38 +08:00
parent 4676d3b87e
commit 704a950dde
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 6 additions and 0 deletions

View file

@ -37,6 +37,7 @@ Below are the detailed changes in this version.
* [Disable code block bold in the mobile](https://github.com/siyuan-note/siyuan/issues/8613)
* [Improve the default theme color](https://github.com/siyuan-note/siyuan/issues/8616)
* [Click the notification message item to close it](https://github.com/siyuan-note/siyuan/issues/8622)
* [Improve search default sort](https://github.com/siyuan-note/siyuan/issues/8624)
### Abolishment
@ -48,6 +49,7 @@ Below are the detailed changes in this version.
* [Export Markdown does not include .md file](https://github.com/siyuan-note/siyuan/issues/8587)
* [Blocks created via template update time earlier than creation time](https://github.com/siyuan-note/siyuan/issues/8607)
* [Importing markdown files that include `<kbd>` freezes](https://github.com/siyuan-note/siyuan/issues/8611)
* [Hiding the dock fails when there is a dock plugin](https://github.com/siyuan-note/siyuan/issues/8614)
### Refactor

View file

@ -42,6 +42,7 @@
* [改進以 `file://` 開頭的鏈接在使用 `網絡圖片轉換為本地圖片` 時的處理](https://github.com/siyuan-note/siyuan/issues/8567)
* [改進數據同步文件時間比較](https://github.com/siyuan-note/siyuan/issues/8573)
* [添加複制 PNG 快捷鍵 `Ctrl+Shift+C`](https://github.com/siyuan-note/siyuan/issues/8576)
* [改進默認搜索排序](https://github.com/siyuan-note/siyuan/issues/8624)
### 修復缺陷
@ -50,6 +51,7 @@
* [取消拖拽移動列表項後數據丟失](https://github.com/siyuan-note/siyuan/issues/8548)
* [FlowChart 在導出預覽模式下未渲染](https://github.com/siyuan-note/siyuan/issues/8568)
* [導出預覽模式無法切換回編輯模式](https://github.com/siyuan-note/siyuan/issues/8569)
* [當存在停靠欄插件時隱藏停靠欄失敗](https://github.com/siyuan-note/siyuan/issues/8614)
### 開發者

View file

@ -37,6 +37,7 @@
* [移动端禁止在代码块中加粗](https://github.com/siyuan-note/siyuan/issues/8613)
* [改进默认主题配色](https://github.com/siyuan-note/siyuan/issues/8616)
* [点击通知消息后关闭该条通知](https://github.com/siyuan-note/siyuan/issues/8622)
* [改进默认搜索排序](https://github.com/siyuan-note/siyuan/issues/8624)
### 移除功能
@ -48,6 +49,7 @@
* [导出 Markdown 未生成 .md 文件](https://github.com/siyuan-note/siyuan/issues/8587)
* [通过模板创建的块更新时间早于创建时间](https://github.com/siyuan-note/siyuan/issues/8607)
* [导入 Markdown 时包含 `<kbd>` 导致无响应](https://github.com/siyuan-note/siyuan/issues/8611)
* [当存在停靠栏插件时隐藏停靠栏失败](https://github.com/siyuan-note/siyuan/issues/8614)
### 开发重构