v1.0.17: reload PI after manual update to show new version
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6438,7 +6438,7 @@ async function stopTimer(token, entryId) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// src/plugin.ts
|
// 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 GITEA_BASE = "https://gitea.pdmarf.co.uk/pdm/stream_deck_notion_timer/raw/branch/master";
|
||||||
var SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
|
var SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
|
||||||
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=
|
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
d+BTfΕSτκOl_=πέdΡιη%χ‡κ
|
ĹŁĹbŃ3¶ś¤žNEńŰÇ(¦«T%,wţčÔđŁŇ҉˙8Čř,vźW7§UĎ<55>ŹrWÝŢĂ&")ŰK„
|
||||||
@@ -296,6 +296,9 @@
|
|||||||
var payload = jsn.payload;
|
var payload = jsn.payload;
|
||||||
if (payload.event === "updateStatus") {
|
if (payload.event === "updateStatus") {
|
||||||
document.getElementById("updateStatus").textContent = payload.message;
|
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.event === "projects") {
|
||||||
if (payload.version) {
|
if (payload.version) {
|
||||||
|
|||||||
Binary file not shown.
@@ -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 GITEA_BASE = "https://gitea.pdmarf.co.uk/pdm/stream_deck_notion_timer/raw/branch/master";
|
||||||
const SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
|
const SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
|
||||||
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=
|
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{ "version": "1.0.16" }
|
{ "version": "1.0.17" }
|
||||||
|
|||||||
Reference in New Issue
Block a user