From 2a5c9c3feb29d275fb42e22de59595b537fd9586 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 20 Nov 2023 21:48:16 +0800 Subject: [PATCH] :memo: Update changelogs --- app/changelogs/v2.10.16/v2.10.16.md | 4 ++++ app/changelogs/v2.10.16/v2.10.16_zh_CHT.md | 4 ++++ app/changelogs/v2.10.16/v2.10.16_zh_CN.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/app/changelogs/v2.10.16/v2.10.16.md b/app/changelogs/v2.10.16/v2.10.16.md index 0f23d2b53..8ae155283 100644 --- a/app/changelogs/v2.10.16/v2.10.16.md +++ b/app/changelogs/v2.10.16/v2.10.16.md @@ -38,6 +38,10 @@ Below are the detailed changes in this version. * [Support set Chromium command line arguments on the desktop](https://github.com/siyuan-note/siyuan/issues/9696) * [Supports configuring data sync index time-consuming prompts](https://github.com/siyuan-note/siyuan/issues/9698) +## Bugfix + +* [Can't remove query criteria named with space](https://github.com/siyuan-note/siyuan/issues/9700) + ### Document * [Docker compose example](https://github.com/siyuan-note/siyuan/pull/9679) diff --git a/app/changelogs/v2.10.16/v2.10.16_zh_CHT.md b/app/changelogs/v2.10.16/v2.10.16_zh_CHT.md index 5907d7953..1eb27152c 100644 --- a/app/changelogs/v2.10.16/v2.10.16_zh_CHT.md +++ b/app/changelogs/v2.10.16/v2.10.16_zh_CHT.md @@ -38,6 +38,10 @@ * [桌面端支援設定 Chromium 命令列參數](https://github.com/siyuan-note/siyuan/issues/9696) * [支援設定資料同步索引耗時提示](https://github.com/siyuan-note/siyuan/issues/9698) +### 修復缺陷 + +* [無法刪除空格命名的查詢條件](https://github.com/siyuan-note/siyuan/issues/9700) + ### 改進文檔 * [新增 Docker compose 範例](https://github.com/siyuan-note/siyuan/pull/9679) diff --git a/app/changelogs/v2.10.16/v2.10.16_zh_CN.md b/app/changelogs/v2.10.16/v2.10.16_zh_CN.md index 840ec43dc..59b5f9a5a 100644 --- a/app/changelogs/v2.10.16/v2.10.16_zh_CN.md +++ b/app/changelogs/v2.10.16/v2.10.16_zh_CN.md @@ -38,6 +38,10 @@ * [桌面端支持设置 Chromium 命令行参数](https://github.com/siyuan-note/siyuan/issues/9696) * [支持配置数据同步索引耗时提示](https://github.com/siyuan-note/siyuan/issues/9698) +### 修复缺陷 + +* [无法删除空格命名的查询条件](https://github.com/siyuan-note/siyuan/issues/9700) + ### 改进文档 * [添加 Docker compose 示例](https://github.com/siyuan-note/siyuan/pull/9679)