Skip to content

v2.0.3

Compare
Choose a tag to compare
@itsmartashub itsmartashub released this 04 Mar 13:33

🎨 Improvements:

  • Reverted font to GPT's default and removed Inter for design consistency. (This is temp, so it's likely to change in the future)
  • Enhanced the appearance and usability of the Stop Generating button.
  • Enhanced color contrast for the avatar icons and text using color-mix for better readability in gpt's chat bubbles.
  • Adjusted .markdown element colors (blockquotes, numbered lists, etc.) to match the accent color for visual consistency.
  • Fixed styling for the "Terms of Service" violating message. (Don't ask how this was tested... 🥲)
  • Resolved the broken background color of the note in the "Share Link" dialog when sharing a chat with custom instructions applied to ensure correct display and improved readability.
  • Updated ParcelJS dependencies to version 2.12.0 for improved compatibility and potential enhancements.

🐛 Bug Fixes:

  • Corrected the color for text-token-text-tertiary to ensure visual harmony.
  • Resolved issues with theme variable application (--text-primary, --text-secondary etc.).
  • Fixed a double !important clash in the "Share Link" dialog to successfully apply the corrected bg-colors for Any personalized data not present in the conversation won’t be shared with viewers (ex: custom instructions) note.
  • Removed unused code related to .bg-token-main-surface-tertiary for better code maintainability.
  • Switched color-mix function to srgb-linear color mode in light theme for consistent color blending.