From 1344c14933e96bb71963dbba70189e920f270559 Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Tue, 22 Oct 2024 10:29:09 +0100 Subject: [PATCH] Update version to 2.4.3 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5e4f9..926d841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ ## Fix -- Fix a bug that plugin does not work when Obsidian language is not set to Englisht, Chinese or Japanese. -- 修复了当 Obsidian 语言设置不是英文、中文或日文时插件无法工作的问题。 +- Fix a bug that the plugin cannot read the title from the markdown front matter if using custom database. +- 修复当使用自定义数据库时,插件无法从markdown front matter中读取标题的问题。