From 25de4db37970e058d0f9f3943ef0ddead5c633ec Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Mon, 1 May 2023 16:10:31 +0200 Subject: [PATCH 1/7] Manifest 1.14.1-beta.1 --- manifest-beta.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 6f67936..2de1053 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.14.0", + "version": "1.14.1-beta.1", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/versions.json b/versions.json index 199be64..9d22499 100644 --- a/versions.json +++ b/versions.json @@ -105,5 +105,6 @@ "1.13.0-beta.2": "1.0.0", "1.13.0": "1.0.0", "1.14.0-beta.1": "1.0.0", - "1.14.0": "1.0.0" + "1.14.0": "1.0.0", + "1.14.1-beta.1": "1.0.0" } \ No newline at end of file From a6ac734dcc1b492badda1b8b950a63e01fb12823 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 13 May 2023 22:08:17 +0200 Subject: [PATCH 2/7] 1.14.1-beta.2 manifest --- manifest-beta.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 2de1053..7ea5551 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.14.1-beta.1", + "version": "1.14.1-beta.2", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/versions.json b/versions.json index 9d22499..20bcba2 100644 --- a/versions.json +++ b/versions.json @@ -106,5 +106,6 @@ "1.13.0": "1.0.0", "1.14.0-beta.1": "1.0.0", "1.14.0": "1.0.0", - "1.14.1-beta.1": "1.0.0" + "1.14.1-beta.1": "1.0.0", + "1.14.1-beta.2": "1.0.0" } \ No newline at end of file From 00d1755177e57c0b75a9a95575877934b0a4981a Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Fri, 19 May 2023 10:02:04 +0200 Subject: [PATCH 3/7] 1.14.1-beta.3 manifest --- manifest-beta.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 7ea5551..7bc66fd 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.14.1-beta.2", + "version": "1.14.1-beta.3", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/versions.json b/versions.json index 20bcba2..da50ce2 100644 --- a/versions.json +++ b/versions.json @@ -107,5 +107,6 @@ "1.14.0-beta.1": "1.0.0", "1.14.0": "1.0.0", "1.14.1-beta.1": "1.0.0", - "1.14.1-beta.2": "1.0.0" + "1.14.1-beta.2": "1.0.0", + "1.14.1-beta.3": "1.0.0" } \ No newline at end of file From d543889788eecd63ca089e10207c6cb3ed11c6c5 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 27 May 2023 12:47:07 +0200 Subject: [PATCH 4/7] 1.14.1 --- manifest-beta.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 7ea5551..bee0bde 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.14.1-beta.2", + "version": "1.14.1", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 026c0e8..2359b90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.14.1-beta.3", + "version": "1.14.1", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 20bcba2..5bd57cd 100644 --- a/versions.json +++ b/versions.json @@ -107,5 +107,6 @@ "1.14.0-beta.1": "1.0.0", "1.14.0": "1.0.0", "1.14.1-beta.1": "1.0.0", - "1.14.1-beta.2": "1.0.0" + "1.14.1-beta.2": "1.0.0", + "1.14.1": "1.0.0" } \ No newline at end of file From 2d01cd29ea895a7a5030954cf82b6755778b92fb Mon Sep 17 00:00:00 2001 From: YuNing Chen Date: Sun, 28 May 2023 14:47:04 +0800 Subject: [PATCH 5/7] 1.14.1 (#246) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b390e55..5ae9d1e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.14.0", + "version": "1.14.1", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", From 61e1bede1bde3095bfb292aa27662eed07c02e96 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sun, 28 May 2023 08:50:44 +0200 Subject: [PATCH 6/7] 1.14.2 - fixed versioning --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index bee0bde..72ef329 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.14.1", + "version": "1.14.2", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 5ae9d1e..6708391 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.14.1", + "version": "1.14.2", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 2359b90..737eb48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.14.1", + "version": "1.14.2", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 5bd57cd..29feac9 100644 --- a/versions.json +++ b/versions.json @@ -108,5 +108,6 @@ "1.14.0": "1.0.0", "1.14.1-beta.1": "1.0.0", "1.14.1-beta.2": "1.0.0", - "1.14.1": "1.0.0" + "1.14.1": "1.0.0", + "1.14.2": "1.0.0" } \ No newline at end of file From f368704383b021fa1dd642e6128378fb009f959e Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Thu, 15 Jun 2023 19:40:13 +0200 Subject: [PATCH 7/7] Fixed #249 --- src/tools/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/utils.ts b/src/tools/utils.ts index 6977db4..be6a6d5 100644 --- a/src/tools/utils.ts +++ b/src/tools/utils.ts @@ -276,7 +276,7 @@ export function isFileIndexable(path: string): boolean { export function isFileImage(path: string): boolean { const ext = getExtension(path) - return ext === 'png' || ext === 'jpg' || ext === 'jpeg' + return ext === 'png' || ext === 'jpg' || ext === 'jpeg' || ext === 'webp' } export function isFilePDF(path: string): boolean {