Skip to content

Commit

Permalink
1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed Feb 1, 2025
1 parent 8481277 commit 89786b7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.25.2",
"version": "1.26.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.25.2",
"version": "1.26.0",
"minAppVersion": "1.7.2",
"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.25.2",
"version": "1.26.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 @@ -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"
}

0 comments on commit 89786b7

Please sign in to comment.