diff --git a/manifest-beta.json b/manifest-beta.json index 2779e4f..c9b369e 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7.5", + "version": "1.7.6", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index f265218..9d1d658 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7.5", + "version": "1.7.6", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 6ce9581..98cf88c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.7.5", + "version": "1.7.6", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/rollup.config.js b/rollup.config.js index e21b160..8c69a5d 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -14,7 +14,7 @@ if you want to view the source visit the plugins github repository */ ` -const production = !process.env.ROLLUP_WATCH +const production = false//!process.env.ROLLUP_WATCH export default { input: './src/main.ts', diff --git a/src/main.ts b/src/main.ts index e2754f4..16747d2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -81,7 +81,7 @@ export default class OmnisearchPlugin extends Plugin { await populateIndex() }) - // showWelcomeNotice(this) + showWelcomeNotice(this) } onunload(): void { @@ -151,8 +151,7 @@ async function cleanOldCacheFiles() { } function showWelcomeNotice(plugin: Plugin) { - return - const code = '1.6.0' + const code = '1.7.6' if (settings.welcomeMessage !== code) { const welcome = new DocumentFragment() welcome.createSpan({}, span => { diff --git a/versions.json b/versions.json index 9ef6bf9..e8b689d 100644 --- a/versions.json +++ b/versions.json @@ -63,5 +63,6 @@ "1.7.2": "1.0.0", "1.7.3": "1.0.0", "1.7.4": "1.0.0", - "1.7.5": "1.0.0" + "1.7.5": "1.0.0", + "1.7.6": "1.0.0" } \ No newline at end of file