Skip to content

Commit

Permalink
1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed May 29, 2024
1 parent 48b694d commit 7ee7f37
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 7ee7f37

Please sign in to comment.