From baabf14bfa122d433dfd9a578d3ee46355f4a41e Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Wed, 19 Nov 2025 17:14:45 -0500 Subject: [PATCH] docs: Update CHANGELOG.md for v6.1.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 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e60a8f..589a7221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ 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.1.0] - 2025-11-19 + +## New Features + +### Responsive Mobile Navigation + +Implemented a Discord-style mobile navigation system that reorganizes controls at smaller breakpoints: + +- **Community button** relocates to sidebar at 600px breakpoint +- **Projects dropdown** relocates to sidebar at 480px breakpoint +- **Sidebar width constraints** added (100% width, 400px max-width) +- **Full-height layout** fixes for proper flex behavior + +This creates an intuitive mobile experience where the sidebar becomes the primary navigation container, similar to Discord's mobile UI pattern. + +## Technical Details + +- Clean separation between header and sidebar navigation responsibilities +- Responsive breakpoints at 600px and 480px +- Proper width constraints prevent excessive sidebar width on larger screens +- Consistent layout behavior across all screen sizes + ## [6.0.9] - 2025-11-17 ## Queue Depth Indicator Feature