diff --git a/src/manifests/chromium-mv3/manifest.json b/src/manifests/chromium-mv3/manifest.json
index a2c92e1..8127c34 100644
--- a/src/manifests/chromium-mv3/manifest.json
+++ b/src/manifests/chromium-mv3/manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
- "version": "4.2.1",
+ "version": "4.2.2",
"name": "GPThemes - ChatGPT Customization",
"description": "Transform ChatGPT's user interface with customisable accent colour, font styles and chats width, modern designs and chat bubbles.",
"author": "itsmarta",
diff --git a/src/manifests/firefox-mv2/manifest.json b/src/manifests/firefox-mv2/manifest.json
index 901f510..3c0598b 100644
--- a/src/manifests/firefox-mv2/manifest.json
+++ b/src/manifests/firefox-mv2/manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
- "version": "4.2.1",
+ "version": "4.2.2",
"name": "GPThemes - ChatGPT Customization",
"description": "Transform ChatGPT's user interface with customisable accent colour, font styles and chats width, modern designs and chat bubbles.",
"author": "itsmarta",
diff --git a/src/popup/changes.js b/src/popup/changes.js
index c4e1984..99afd19 100644
--- a/src/popup/changes.js
+++ b/src/popup/changes.js
@@ -3,36 +3,41 @@ let issue = (hashNumber) =>
const RELEASE_CHANGES = `
-
🪄 Improvements
+🛠️ Improvements
+
- - Web Search Feature: Redesigned search experience with improved sources display and all related to web search feature ${issue(
- 96
+
- Search & Maps UI: Enhanced location markers, review cards, and counter bubbles to match accent theme ${issue(
+ 99
)}
- - Pop-up and Dialog Boxes: Added consistent backgrounds and hover effects to dialogs ${issue(
- 95
+
- Voice Button: Restored styles after OpenAI updates ${issue(98)}
+ - Sidebar Chat List: Enhanced selected chat appearance and hover interactions ${issue(100)}
+ - New Customize ChatGPT: Support the styles for the latest
Customize ChatGPT
(Instructions)
+ - Copy code and Edit Buttons: Refine code snippet button styling
+ - Temporary Prompt Field: Added distinct background for
Temporary
conversations ${issue(
+ 98
)}
🐛 Bug Fixes
+
- - Pop-up and Dialog Boxes: Fixed various styling issues including empty dialogs which caused random circles and double spacing in menu ${issue(
- 95
- )}
- - Autocomplete Suggestions: Restored proper styling for autocomplete suggestion lists ${issue(
- 95
+
- Canvas Code Syntax Synchronization: Fixed Canvas syntax highlighting not syncing with theme changes ${issue(
+ 97
)}
- - Tools Menu and GPTs Mentions: Restored proper styling for tools menus whhen typed
/
and GPTs mentions when typed @
${issue(
- 95
- )}
- - Text Canvas: Fixed code blocks appearance in edit history view
+ - Dialog Display: Removed unwanted outline below prompt field
+ - Business Hours: Fixed inconsistent display in map view ${issue(99)}
+ - GPThemes Floating Button: Make floating btn always visible for now due to ${issue(102)}, ${issue(
+ 103
+)}
🚨 Known Issues
- - Canvas Code Syntax Synchronization ${issue(94)}:
- When changing themes using the
GPThemes floating button
, the Canvas CodeMirror
editor's syntax highlighting doesn't update immediately, remaining in the previous theme's syntax style, while the app theme changes. This creates a temporary visual inconsistency that can be resolved by refreshing the page
.
- - Note that changing themes through
ChatGPT Settings
works correctly without need for page refresh.
- - I'm working on a solution to avoid the need for page refresh.
+ - Conversation Scrolling Blocked by Invisible Canvas: After using the new
Edit in Canvas
button and closing Canvas, an invisible skeleton element remains in the DOM
, blocking conversation scroll ${issue(
+ 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.
`