From 5f292410857bad79169f067365cbcc54c99c0fd4 Mon Sep 17 00:00:00 2001 From: Jage9 Date: Mon, 23 Feb 2026 01:10:03 -0500 Subject: [PATCH] Add February 23 changelog entry for piano item --- client/public/changelog.json | 6 ++++++ client/public/version.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/client/public/changelog.json b/client/public/changelog.json index a5a9ef5..80d2b54 100644 --- a/client/public/changelog.json +++ b/client/public/changelog.json @@ -1,5 +1,11 @@ { "sections": [ + { + "date": "February 23, 2026", + "items": [ + "Added a Piano item type." + ] + }, { "date": "February 22, 2026", "items": [ diff --git a/client/public/version.js b/client/public/version.js index bee9e73..fa502b5 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.22 R209"; +window.CHGRID_WEB_VERSION = "2026.02.23 R210"; // Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid. window.CHGRID_TIME_ZONE = "America/Detroit";