This commit is contained in:
Simon Cambier
2025-02-01 18:56:27 +01:00
parent 84812771ec
commit 89786b712e
5 changed files with 11 additions and 4 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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",

View File

@@ -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": {

View File

@@ -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"
}