From c8a783f3b4ca287b1624dd534a0f117e2dbd67d0 Mon Sep 17 00:00:00 2001 From: pdmarf <135653545+pdmarf@users.noreply.github.com> Date: Sat, 11 Apr 2026 10:22:31 +0100 Subject: [PATCH] v1.0.9: test auto-update through Pangolin auth gate --- com.pdma.notion-timer.sdPlugin/bin/plugin.js | 2 +- .../bin/plugin.js.sig | Bin 64 -> 64 bytes notion-timer.streamDeckPlugin | Bin 61940 -> 61940 bytes src/plugin.ts | 2 +- version.json | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) diff --git a/com.pdma.notion-timer.sdPlugin/bin/plugin.js b/com.pdma.notion-timer.sdPlugin/bin/plugin.js index 2f1daae..ca96655 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.8"; +var CURRENT_VERSION = "1.0.9"; 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 01be94afeb124c354b78b27698f38ed4659aef04..fb668baeb3b35c196fbdc5976b4079dbb88215e9 100644 GIT binary patch literal 64 zcmV-G0KfljStBkMzS|T|MI1CpDXl{9^}49L=tX$OMv;HDyquq@5GfzHUk5%+0wxGv WhoGBSk=x8mni(}Edy_@3&6^B`cpKsX literal 64 zcmV-G0Kfk##^(;poG diff --git a/notion-timer.streamDeckPlugin b/notion-timer.streamDeckPlugin index 3891967784d6648abd010bf566c216f80d53d4c4..bc4852dfb8df5235dabfff327527e439dfe4001c 100644 GIT binary patch delta 202 zcmezJnEA_N<_+hK1TO@2$K1Jg;gkad0|N*fOy0<@GU&sE06LvyXu`>(rJ?0(@|am;OE{nkBm=C2gcl;080Zs)_K#u3-PV0OgB z+h@FINt&uwPj+2*b~aCdH#3U}(0C38kcGn04#y@p8r!m67rK>sU1;+WW9uc1eVcAv o66JuoXY#GL{!G_}CQp1J3l;-w33%rX5fh*6@Pcjgu6I_<0GE4J2LJ#7 delta 215 zcmezJnEA_N<_+hK1kVI^$HW^S&30g5U;tr*$s5^~Ca*E(oviSVEr*kV`Mtoc%({}B znWYun42&#a85tN@M1bnFoV%~+zCpQ|~GQOWU zUu^SLW345O(>C3>B+3DE-sD?v{Tbg+p725rECf~`@Xi}7Br)0H1>5Fb@2r>s^9xzF diff --git a/src/plugin.ts b/src/plugin.ts index 97aafc9..2245976 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -1,4 +1,4 @@ -const CURRENT_VERSION = "1.0.8"; +const CURRENT_VERSION = "1.0.9"; 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 fc6c974..5afe10e 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "version": "1.0.8" } +{ "version": "1.0.9" }