v4.0.0
Warning
π BREAKING CHANGES
Removal of Old UI styles may cause broken designs for users still on the outdated UI version (#41).
β¨ New Features
- Chat Full Width Feature (#1): Implemented a new feature allowing users to toggle full-width chat bubbles, enhancing the chat interface.
- Chat Custom Width Slider: Added range input sliders for customizing chat bubble width, providing users with more control over the chat layout.
- Prompt Field Width Slider: Implemented a custom width slider for the prompt field, allowing independent width adjustment.
- Prompt Field Sync/Lock Indicator: Added a lock icon indicator on the prompt message sync switch to show when it's locked to chat widths.
- Responsive Width Adjustment (#39): Implemented automatic width adjustment for chat bubbles and prompt field based on screen size.
- UI Accent Color Update: Changed the default accent color for the light theme.
π Bug Fixes
- User Chat Bubble Width: Corrected width behavior of user chat bubbles to match GPT chat bubbles and ensure edit icon visibility.
- Slider Tooltip Unit: Fixed the unit displayed in the custom width slider tooltip to show percentages instead of REM.
- Edit State Design: Addressed issues with the edit state design for user chat bubbles after ChatGPT UI changes (#36).
- Dialog Styling: Resolved inconsistencies in background color and sizing for small dialogs and hover effects.
- Attach Icon Visibility: Removed background color around the attach icon in the prompt field for better visibility (#40).
- Chat Bubbles Fix: Removed outdated UI styles to fix broken chat bubbles (#41). Note: This may affect users on the old UI version.
- Mobile Header Styling: Resolved issues with the sticky header style on mobile screens.
- Firefox Compatibility: Fixed range sliders not being visible in Firefox browsers.
- Floating Button Position: Adjusted GPThemes floating button position to prevent overlap with user account image on smaller devices.
- Scroll Down Button Fix: Addressed an issue with the "Scroll Down" button position on hover, ensuring it remains visible and accessible when hovering over the prompt textarea.
...and more
What's Changed
- Implement full and custom width conversation view options by @itsmartashub in #35
Full Changelog: v3.1.1...v4.0.0