From f69eb8e841712f59f422ff6bf3a7b32a18d96d2b Mon Sep 17 00:00:00 2001 From: pdmarf <135653545+pdmarf@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:45:18 +0100 Subject: [PATCH] v1.0.14: clean release (no debug logging) Co-Authored-By: Claude Sonnet 4.6 --- com.pdma.notion-timer.sdPlugin/bin/plugin.js | 2 +- .../bin/plugin.js.sig | Bin 64 -> 64 bytes notion-timer.streamDeckPlugin | Bin 61929 -> 61929 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 ba11ee6..2ada462 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.13"; +var CURRENT_VERSION = "1.0.14"; 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 ed36b9eb7aa4a6c3c9ba24ffdb9c3079d1180399..c074d10fa475e5f4d3673e67db5097dc09ecfe98 100644 GIT binary patch literal 64 zcmV-G0KfmSt)ng{)&0}=6O0eBeQkA!2MrioXI!qK)+M>F^ literal 64 zcmV-G0Kfmz-tW1J;FoqK5oQC$yG!V$8QIlRi5k0$h)j(ZeK#&irS4KMdWwNYwN}t& W#$n4MR6(AHYOD=vFy3l75ncc)fF1+@ diff --git a/notion-timer.streamDeckPlugin b/notion-timer.streamDeckPlugin index 933990a7d76419fbabee6db73c11fa366afcda4c..915a2f1bf2348841e24aedca0951cb070458fb41 100644 GIT binary patch delta 194 zcmaF)nEB;n<_+hK1XuP>jajM1Kf{56fdPaKCU0a{nq2pecQU^*C*!=y`;EndHm+T) zr+)SC;LXe;0yLY00c6|yMzz0_8;xyQ=dFC6IdAh}W1A&R)dw~+-Z&=8 k0dvjd^KboumQQ>qF?qsEHn1>Qo9jDo#(A43zKdW60MH9m00000 delta 211 zcmaF)nEB;n<_+hK1eS}b`8g?P|SmJ4=5XX7#S!;N+4DMxF2*xo4cr$~|;a~t+pH=64a&n`wEi1^j;LV4P wZI&?YKEIjq#xYS2nDZu|f9uZ}JbB_fiOCaQvVn!c+FajxGX`&-_%4DO03Y~SU;qFB diff --git a/src/plugin.ts b/src/plugin.ts index dce2730..a224aa4 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -1,4 +1,4 @@ -const CURRENT_VERSION = "1.0.13"; +const CURRENT_VERSION = "1.0.14"; 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 957b37a..e9ea986 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "version": "1.0.13" } +{ "version": "1.0.14" }