From 41000e663512559546921e299a77e28cd32639e7 Mon Sep 17 00:00:00 2001 From: Jage9 Date: Sat, 28 Feb 2026 03:27:23 -0500 Subject: [PATCH] Play self login sound on auth success and update changelog --- client/public/changelog.json | 6 ++++++ client/public/version.js | 2 +- client/src/main.ts | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/client/public/changelog.json b/client/public/changelog.json index 7e8c892..f16602e 100644 --- a/client/public/changelog.json +++ b/client/public/changelog.json @@ -1,5 +1,11 @@ { "sections": [ + { + "date": "February 28, 2026", + "items": [ + "Added initial delay and loop delay for widgets, letting you do looped audio that has pauses." + ] + }, { "date": "February 27, 2026", "items": [ diff --git a/client/public/version.js b/client/public/version.js index 51d5b14..0edca3a 100644 --- a/client/public/version.js +++ b/client/public/version.js @@ -1,5 +1,5 @@ // Maintainer-controlled web client version. // Format: YYYY.MM.DD Rn (example: 2026.02.20 R2) -window.CHGRID_WEB_VERSION = "2026.02.28 R310"; +window.CHGRID_WEB_VERSION = "2026.02.28 R311"; // Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid. window.CHGRID_TIME_ZONE = "America/Detroit"; diff --git a/client/src/main.ts b/client/src/main.ts index be78d71..d6c8524 100644 --- a/client/src/main.ts +++ b/client/src/main.ts @@ -1551,6 +1551,7 @@ async function handleAuthResult(message: Extract