From 998f8c00bb78f81cd8bfea36f81fabb714e17ec0 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Thu, 7 Jul 2022 19:40:58 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb0024..4f18599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,11 +17,13 @@ - You can now switch between "Vault" and "In-File" modals with `tab` - Search index updates are now done only when Omnisearch is invoked: https://github.com/scambier/obsidian-omnisearch/issues/57 +- New files are now created empty: https://github.com/scambier/obsidian-omnisearch/issues/77 ### Fixed - Opening a pinned note would open it a second time: https://github.com/scambier/obsidian-omnisearch/issues/51 - Fixed an issue that would index "non-existing notes" multiple times: https://github.com/scambier/obsidian-omnisearch/issues/68 +- Fixed a visual bog for Obsidian 0.15.3: https://github.com/scambier/obsidian-omnisearch/issues/76 ## 1.3.x