From c92cce03f7530651a05afc008312b671ace78c19 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 4 Jun 2022 09:30:51 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894b317..c580562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Omnisearch Changelog -## 1.2.0, 1.2.1 +## 1.3.x + +### New + +* Chinese support by @aidenlx in https://github.com/scambier/obsidian-omnisearch/pull/37 + * You need to install https://github.com/aidenlx/cm-chs-patch to enable this feature +* Settings page https://github.com/scambier/obsidian-omnisearch/issues/41 +* Do not show indexing Notice by default by @chrisgrieser in https://github.com/scambier/obsidian-omnisearch/pull/46 +* Include notes that don't exist https://github.com/scambier/obsidian-omnisearch/issues/14 + +### Improved + +* Better accessibility https://github.com/scambier/obsidian-omnisearch/issues/50 +* Note aliases are now scored as high as the filename in search results https://github.com/scambier/obsidian-omnisearch/issues/34 +* By default, reindexing is now done when the app is out of focus, and not after each save https://github.com/scambier/obsidian-omnisearch/issues/57 + * On mobile, indexing is only done at startup + +### Fixed + +* Showing an error when a note can't be created https://github.com/scambier/obsidian-omnisearch/issues/52 + + +## 1.2.x ### New * #42 Files that are present in Obsidian's "Excluded Files" list are downranked by a factor of 3 (_desktop only_)