From 1b394cdf4e76fd53eb6f9feaec68c3b3a0aec0ee Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Tue, 25 Nov 2025 14:14:25 -0500 Subject: [PATCH] docs: Update CHANGELOG.md for v6.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c2c8bf..99ba2d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [6.3.0] - 2025-11-25 + +## What's New + +### Branch-Based Beta Toggle +Added Version Channel section to Settings sidebar allowing users to switch between stable and beta versions directly from the UI. + +**Features:** +- See current branch (main or beta/7.0) and stability status +- Switch to beta branch to access Endless Mode features +- Switch back to stable for production use +- Pull updates for current branch + +**Implementation:** +- `BranchManager.ts`: Git operations for branch detection/switching +- `worker-service.ts`: `/api/branch/*` endpoints (status, switch, update) +- `Sidebar.tsx`: Version Channel UI with branch state and handlers + +## Installation +To update, restart Claude Code or run the plugin installer. + ## [6.2.1] - 2025-11-23 ## 🐛 Bug Fixes