This commit is contained in:
Simon Cambier
2025-06-06 19:22:14 +02:00
parent d66aeeafef
commit a7084de6ea
5 changed files with 14 additions and 8 deletions

View File

@@ -2,6 +2,11 @@
This changelog is not exhaustive.
## 1.27.x
- Updated Svelte from v3 to v5
- Highlighting improvements
## 1.26.x
- Allow `# headings` as display titles in search results

View File

@@ -1,14 +1,14 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.27.0",
"version": "1.27.1",
"minAppVersion": "1.7.2",
"description": "A search engine that just works",
"author": "Simon Cambier",
"authorUrl": "https://github.com/scambier/obsidian-omnisearch",
"fundingUrl": {
"Github": "https://github.com/sponsors/scambier",
"Ko-fi": "https://ko-fi.com/scambier"
},
"fundingUrl": {
"Github": "https://github.com/sponsors/scambier",
"Ko-fi": "https://ko-fi.com/scambier"
},
"isDesktopOnly": false
}

View File

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

View File

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

View File

@@ -156,5 +156,6 @@
"1.26.0": "1.3.0",
"1.26.1": "1.3.0",
"1.27.0-beta.1": "1.3.0",
"1.27.0": "1.3.0"
"1.27.0": "1.3.0",
"1.27.1": "1.7.2"
}