From 32e28766cf6abb0e0d4e6c29d75b7899cb6823dd Mon Sep 17 00:00:00 2001 From: Jage9 Date: Sat, 21 Feb 2026 02:19:33 -0500 Subject: [PATCH] Add collapsible footer changelog sourced from public data file --- AGENTS.md | 4 +++ client/index.html | 11 ++++++- client/public/changelog.json | 17 ++++++++++ client/public/version.js | 2 +- client/src/main.ts | 63 ++++++++++++++++++++++++++++++++++++ client/src/styles.css | 32 ++++++++++++++++++ 6 files changed, 127 insertions(+), 2 deletions(-) create mode 100644 client/public/changelog.json diff --git a/AGENTS.md b/AGENTS.md index 1752367..2692a63 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -35,3 +35,7 @@ ## Audio Asset Rules - Keep all runtime sounds in `client/public/sounds/`. - Reference sounds as absolute web paths (example: `/sounds/roll.ogg`). + +## Changelog Policy +- Footer changelog content is sourced from `client/public/changelog.json`. +- Do not add or edit changelog lines unless the user explicitly instructs to do so. diff --git a/client/index.html b/client/index.html index e85e3e9..711a796 100644 --- a/client/index.html +++ b/client/index.html @@ -67,7 +67,16 @@

Dash or Equals: Lower/raise active effect value

- Another AI experiment with Jage. Version +