v4.2.2
🛠️ Improvements
- Theme Management: Streamlined theme system implementation and removed legacy code (#94)
- Search/Maps: Enhanced location markers and UI elements to match accent theme, including improved review cards styling and mobile experience (#99)
- Sidebar/Chat List: Updated selected chat background and hover interactions to align with theme (#100)
- Sidebar/New Chat: Remove my custom styling from
ChatGPT
new chat item (#101) - New Customize ChatGPT: Support the styles for the latest
Customize ChatGPT
(Custom Instructions
) - Prompt Field/Temporary: Added distinct background for
Temporary
conversations (#98) - Copy code and Edit Buttons: Refine code snippet button styling
🐛 Bug Fixes
- Canvas Code Syntax Synchronization: Fixed canvas syntax highlighting not syncing with theme changes (#97, #94)
- Prompt Field/Voice: Restored voice button styles after OpenAI changes (#98)
- Radix Dialog: Resolved empty dialog outline issue below prompt field
- Business Hours: Fixed inconsistent display in map view (#99)
- GPThemes Floating Button: Make floating btn always visible for now due to #102 (#103)
Caution
🚨 Known Issue
- Conversation Scrolling Blocked: After using the new
Edit in Canvas
button and closing Canvas, an invisible Canvas loading skeleton element remains in theDOM
, blocking conversation scroll (#102) - Note that this behavior is consistent even when the browser extension is turned off, indicating that the issue originates from the original ChatGPT website.
- That being said, I will wait for the OpenAI team to address this.
What's Changed
- [94] Fix: canvas syntax highlighting not syncing with theme changes via GPThemes btn by @itsmartashub in #97
Full Changelog: v4.2.1...v4.2.2