From b414c2a5689bd1f087015ac1f90268772fd7e31a Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Wed, 4 May 2022 17:26:48 +0200 Subject: [PATCH] Deploying 1.2.0 to production --- CHANGELOG.md | 12 +++++++++++- README.md | 2 ++ manifest.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ad7ad..351cc14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Omnisearch Changelog +## 1.2.0 + +### New +* #42 Files that are present in Obsidian's "Excluded Files" list are downranked by a factor of 3 + +## 1.2.1 + +### Fixes +* Fixed a crash when no results were returned + ## 1.1.0 ### New @@ -8,7 +18,7 @@ This works as a "post-search" filter and does not allow for partial words searches (see #35) -### Fixed +### Fixes * #39 Fixed key events not correctly prevented in the search input **Full Changelog**: https://github.com/scambier/obsidian-omnisearch/compare/1.0.1...1.1.0 diff --git a/README.md b/README.md index 950a56f..0c23417 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Under the hood, it uses the excellent [MiniSearch](https://github.com/lucaong/mi - Instant search results, with highlighting - Resistance to typos - In-file search to quickly skim multiple results in a single note +- Search filters: expressions in quotes and exclusions +- Respects Obsidian's "Excluded Files" list (results are downranked, not hidden) ## Installation diff --git a/manifest.json b/manifest.json index f7f61bd..cae4e48 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.0.1", + "version": "1.2.0", "minAppVersion": "0.14.2", "description": "A search engine that just works", "author": "Simon Cambier",