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:
pdmarf
2026-04-21 18:34:29 +01:00
parent 4cfe58cde3
commit e34394c1b4
6 changed files with 7 additions and 4 deletions

View File

@@ -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=

View File

@@ -1 +1 @@
d+BTfΕSτκOl_=πέdΡιη%χ‡κ
ĹŁĹbŃ3¶ś¤žNEńŰÇ(¦«T%,wţčÔđŁŇ҉˙ř,vźW7§UĎ<55>ŹrWÝŢĂ&")ŰK„

View File

@@ -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) {

Binary file not shown.

View File

@@ -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=

View File

@@ -1 +1 @@
{ "version": "1.0.16" }
{ "version": "1.0.17" }