Deploying 1.2.0 to production

This commit is contained in:
Simon Cambier
2022-05-04 17:26:48 +02:00
parent 53dc82d7aa
commit b414c2a568
3 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
# Omnisearch Changelog # 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 ## 1.1.0
### New ### New
@@ -8,7 +18,7 @@
This works as a "post-search" filter and does not allow for partial words searches (see #35) 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 * #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 **Full Changelog**: https://github.com/scambier/obsidian-omnisearch/compare/1.0.1...1.1.0

View File

@@ -17,6 +17,8 @@ Under the hood, it uses the excellent [MiniSearch](https://github.com/lucaong/mi
- Instant search results, with highlighting - Instant search results, with highlighting
- Resistance to typos - Resistance to typos
- In-file search to quickly skim multiple results in a single note - 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 ## Installation

View File

@@ -1,7 +1,7 @@
{ {
"id": "omnisearch", "id": "omnisearch",
"name": "Omnisearch", "name": "Omnisearch",
"version": "1.0.1", "version": "1.2.0",
"minAppVersion": "0.14.2", "minAppVersion": "0.14.2",
"description": "A search engine that just works", "description": "A search engine that just works",
"author": "Simon Cambier", "author": "Simon Cambier",