This commit is contained in:
Simon Cambier
2024-05-29 21:22:14 +02:00
parent 48b694d358
commit 7ee7f3760a
5 changed files with 16 additions and 4 deletions

View File

@@ -2,6 +2,17 @@
This changelog is not exhaustive.
## 1.23.x
- Updated Chinese tokenizer
- Added user-defined boosted fields
- No more freezes when loading large caches (hopefully)
- Large refactoring to properly clean up several older warnings
## 1.22.x
- Improved highlighting
## 1.21.x
- Added support for .docx and .xlsx

View File

@@ -1,7 +1,7 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.23.0-beta.5",
"version": "1.23.0",
"minAppVersion": "1.3.0",
"description": "A search engine that just works",
"author": "Simon Cambier",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "scambier.obsidian-search",
"version": "1.23.0-beta.5",
"version": "1.23.0",
"description": "A search engine for Obsidian",
"main": "dist/main.js",
"scripts": {

View File

@@ -140,5 +140,6 @@
"1.23.0-beta.2": "1.3.0",
"1.23.0-beta.3": "1.3.0",
"1.23.0-beta.4": "1.3.0",
"1.23.0-beta.5": "1.3.0"
"1.23.0-beta.5": "1.3.0",
"1.23.0": "1.3.0"
}