🆕 Features
- Custom Sidebar Width: New slider control to adjust sidebar width (#218)
- Hide Profile Button: New toggle option to hide the Account Profile button from the sidebar (#233)
- Hide Header ChatGPT Button: New toggle to hide the top header
ChatGPTbutton (more useful on mobile devices) (#228) - Hide Header Actions: New toggle to hide top-right header buttons (
Share, Open Canvas btn, options menu, etc.) (#230)
✨ Improvements
- Header Styling: Improved translucent background styling for header action buttons
- Code Blocks: Improved styling consistency for code block backgrounds and new markdown edit blocks
- Codex/Cloud Support: Improved styling for form inputs, table rows, borders, and logs element in Codex interface
- Chat Container: Enhanced bottom container styling with improved translucent overlay effects
🩹 Fixes
- Message Bubble Padding: Fixed selector issues preventing message bubble padding from being applied (#223, #224)
- Custom Chatbox Width: Fixed custom chatbox width feature and improved selectors for better performance (#235, #236)
- Hide Footer: Updated selectors to fix broken Hide Footer toggle (#226)
- Expand Chatbox: Fixed and enhanced feature support for New Chat page (#217, #219)
- Hide Upgrade Chips: Fixed
Claim offerchip selector to work reliably with the toggle (#232) - Upgrade Chips: Updated selectors to properly hide new Upgrade chip in header for both desktop and mobile (#237)
- Maps: Overrode global
.bg-blackto fix location counter bubble markers rendering (#237) - Scrolldown Button: Updated styling to maintain original iOS-like appearance while improving consistency
🧹 Maintenance & Refactoring
- Build Tools: Bumped Node.js version from 20 to 24 for GitHub Actions CI/CD compatibility (#225)
- Codebase Cleaning: General code quality improvements and cleanup
- Dependencies: Updated
browserslist-dbto latest version - Build System: Fixed fflate import pinning to prevent CDN hash mismatches in CI
What's Changed
- Add better style support for Codex Cloud (#215) by @itsmartashub in #216
- Fix broken
Expand chatboxfeature by @itsmartashub in #219 - Add custom sidebar width slider (#218) by @itsmartashub in #222
- Fix message bubble edge spacing (#223) by @itsmartashub in #224
- Fix deprecation of Node 20 on GitHub Actions runners by @itsmartashub in #225
- Fix
Hide Footertoggle not working by @itsmartashub in #227 - Add new
Hide Header ChatGPTbutton toggle feature (#228) by @itsmartashub in #229 - Add
Hide Header Actionstop-right buttons toggle feature (#230) by @itsmartashub in #231 - Fix hide
Claim offerchip whenHide upgrade chipstoggle is enabled by @itsmartashub in #232 - Add
Hide Profile Buttontoggle feature (#233) by @itsmartashub in #234 - Fix custom chatbox width feature not working (#235) by @itsmartashub in #236
Full Changelog: v6.3.1...v6.4.0