From 94fa78ee3edd2b8654579e6ce5d1b6e2e21bb57a Mon Sep 17 00:00:00 2001 From: rcourtman Date: Fri, 13 Jun 2025 11:29:06 +0100 Subject: [PATCH] fix: make RC indicator dynamic based on actual version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove hardcoded RC badge from HTML - Add dynamic version detection to show RC badge only for release candidates - Update page title dynamically based on version type - RC badge now only appears for versions containing -rc, -alpha, or -beta 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/public/index.html | 4 ++-- src/public/js/main.js | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index c5a40ddb2..ecede2e0c 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -3,7 +3,7 @@ - Pulse RC + Pulse