From 704a950ddee50df5e51200cf289fb999d1380afc Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 27 Jun 2023 00:10:38 +0800 Subject: [PATCH] :bookmark: Release v2.9.3 --- app/changelogs/v2.9.3/v2.9.3.md | 2 ++ app/changelogs/v2.9.3/v2.9.3_zh_CHT.md | 2 ++ app/changelogs/v2.9.3/v2.9.3_zh_CN.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/app/changelogs/v2.9.3/v2.9.3.md b/app/changelogs/v2.9.3/v2.9.3.md index 946f37ebe..e23acffbb 100644 --- a/app/changelogs/v2.9.3/v2.9.3.md +++ b/app/changelogs/v2.9.3/v2.9.3.md @@ -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 `` 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 diff --git a/app/changelogs/v2.9.3/v2.9.3_zh_CHT.md b/app/changelogs/v2.9.3/v2.9.3_zh_CHT.md index e61f9b6c0..b94955275 100644 --- a/app/changelogs/v2.9.3/v2.9.3_zh_CHT.md +++ b/app/changelogs/v2.9.3/v2.9.3_zh_CHT.md @@ -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) ### 開發者 diff --git a/app/changelogs/v2.9.3/v2.9.3_zh_CN.md b/app/changelogs/v2.9.3/v2.9.3_zh_CN.md index f55c2ff14..29cc7e46c 100644 --- a/app/changelogs/v2.9.3/v2.9.3_zh_CN.md +++ b/app/changelogs/v2.9.3/v2.9.3_zh_CN.md @@ -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 时包含 `` 导致无响应](https://github.com/siyuan-note/siyuan/issues/8611) +* [当存在停靠栏插件时隐藏停靠栏失败](https://github.com/siyuan-note/siyuan/issues/8614) ### 开发重构