From a7084de6ead496e9d4ee344599857ab2500695f6 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Fri, 6 Jun 2025 19:22:14 +0200 Subject: [PATCH] 1.27.1 --- CHANGELOG.md | 5 +++++ manifest-beta.json | 10 +++++----- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d575195..d1deee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/manifest-beta.json b/manifest-beta.json index 3abed5a..2fba6e3 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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 } \ No newline at end of file diff --git a/manifest.json b/manifest.json index 542bbff..279a118 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 2d6a72c..516ab2f 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 6a6d9c7..902d0ad 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file