From 89786b712e1a20749968682ad9135e2e172655f7 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 1 Feb 2025 18:56:27 +0100 Subject: [PATCH] 1.26.0 --- CHANGELOG.md | 6 ++++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b40096..f668249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,17 @@ This changelog is not exhaustive. +## 1.26.x + +- Allow `# headings` as display titles in search results +- Added an experimental recency boost + ## 1.25.x - Added basic support for embed references in Vault Search results - Added support for [Iconize](https://github.com/FlorianWoelki/obsidian-iconize) - Weights are now 1-10 (instead of 1-5) +- Small performance improvements ## 1.24.x diff --git a/manifest-beta.json b/manifest-beta.json index c521d91..be2ecea 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.25.2", + "version": "1.26.0", "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 513a663..fc41839 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.25.2", + "version": "1.26.0", "minAppVersion": "1.7.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 479df82..ea96514 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.25.2", + "version": "1.26.0", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index f33662c..1a5b604 100644 --- a/versions.json +++ b/versions.json @@ -152,5 +152,6 @@ "1.25.0-beta.2": "1.3.0", "1.25.0": "1.3.0", "1.25.1": "1.3.0", - "1.25.2": "1.3.0" + "1.25.2": "1.3.0", + "1.26.0": "1.3.0" } \ No newline at end of file