diff --git a/com.pdma.notion-timer.sdPlugin/bin/plugin.js b/com.pdma.notion-timer.sdPlugin/bin/plugin.js index e543330..f151291 100644 --- a/com.pdma.notion-timer.sdPlugin/bin/plugin.js +++ b/com.pdma.notion-timer.sdPlugin/bin/plugin.js @@ -6438,7 +6438,7 @@ async function stopTimer(token, entryId) { } // src/plugin.ts -var CURRENT_VERSION = "1.0.16"; +var CURRENT_VERSION = "1.0.17"; var GITEA_BASE = "https://gitea.pdmarf.co.uk/pdm/stream_deck_notion_timer/raw/branch/master"; var SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY----- MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4= diff --git a/com.pdma.notion-timer.sdPlugin/bin/plugin.js.sig b/com.pdma.notion-timer.sdPlugin/bin/plugin.js.sig index 2165063..52d3148 100644 --- a/com.pdma.notion-timer.sdPlugin/bin/plugin.js.sig +++ b/com.pdma.notion-timer.sdPlugin/bin/plugin.js.sig @@ -1 +1 @@ -d+BTfSOl_=d% e7O٨PU&f'6P,(ZW \ No newline at end of file +ţb3NE(T%,w҉8,vW7UρrW&")K \ No newline at end of file diff --git a/com.pdma.notion-timer.sdPlugin/ui/property-inspector.html b/com.pdma.notion-timer.sdPlugin/ui/property-inspector.html index 3d5de35..4dffcb6 100644 --- a/com.pdma.notion-timer.sdPlugin/ui/property-inspector.html +++ b/com.pdma.notion-timer.sdPlugin/ui/property-inspector.html @@ -296,6 +296,9 @@ var payload = jsn.payload; if (payload.event === "updateStatus") { document.getElementById("updateStatus").textContent = payload.message; + if (payload.message && payload.message.indexOf("Updating") === 0) { + setTimeout(function() { location.reload(); }, 4000); + } } if (payload.event === "projects") { if (payload.version) { diff --git a/notion-timer.streamDeckPlugin b/notion-timer.streamDeckPlugin index 17e3a2b..93f3f71 100644 Binary files a/notion-timer.streamDeckPlugin and b/notion-timer.streamDeckPlugin differ diff --git a/src/plugin.ts b/src/plugin.ts index 2ea2919..c29595f 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -1,4 +1,4 @@ -const CURRENT_VERSION = "1.0.16"; +const CURRENT_VERSION = "1.0.17"; const GITEA_BASE = "https://gitea.pdmarf.co.uk/pdm/stream_deck_notion_timer/raw/branch/master"; const SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY----- MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4= diff --git a/version.json b/version.json index 8c7047a..9d39731 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "version": "1.0.16" } +{ "version": "1.0.17" }