Skip to content

Commit

Permalink
chore(version): Bump to 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmartashub committed Dec 9, 2024
1 parent c88541c commit 0826ac1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/manifests/chromium-mv3/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "4.1.3",
"version": "4.1.4",
"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",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/firefox-mv2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "4.1.3",
"version": "4.1.4",
"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",
Expand Down
14 changes: 9 additions & 5 deletions src/popup/changes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const RELEASE_CHANGES = `
<strong>Prompt Field Reply: </strong>Improve <code>Reply</code> ballons, and adjust edge radius ${issue(80)}
</li>
<li>
<strong>Voice & Feedback: </strong>Refreshed mic and close buttons, improved <code>Voice</code>layout overall and voice chat ended feedback UI ${issue(
<strong>Voice & Feedback: </strong>Refreshed mic and close buttons, improved <code>Voice</code> layout overall and voice chat ended feedback UI ${issue(
79
)}
</li>
Expand All @@ -22,7 +22,7 @@ const RELEASE_CHANGES = `
83
)}</li>
<li><strong>Chat Bubbles Gap: </strong>Decreise spacing between chats ${issue(82)}</li>
<li><strong>Analysis & Code: </strong>Improved <code>Result</code> design in bubbles and dialogs</li>
<li><strong>Analysis & Code: </strong>Improved <code>Result</code> code design in bubbles and dialogs ${issue(80)}</li>
<li>
<strong>Sidebar Elements: </strong>
Updated unread GPT message indicators and ChatGPT logo color to match theme. Make date pills more compact ${issue(80)}
Expand All @@ -32,7 +32,7 @@ const RELEASE_CHANGES = `
<h3>🐛 Bug Fixes</h3>
<ul>
<li><strong>Chat Bubbles Flashing: </strong>Fixed flash bubble on first User prompt, finally</li>
<li><strong>Prompt Field Full Width Flash: </strong>Fix width issues like full width flash on page refresh ${issue(
<li><strong>Prompt Field Full Width Flash: </strong>Fixed width issues like full width flash on page refresh ${issue(
84
)}</li>
<li><strong>Prompt Field Misalignment: </strong>Resolved misalignment with chats caused by empty element ${issue(
Expand All @@ -44,8 +44,12 @@ const RELEASE_CHANGES = `
<li><strong>Upgrade Plus Dialog: </strong>Fixed styling issues in <code>Plus</code> upgrade pricing plan card ${issue(
80
)}</li>
<li><strong>Analysis & Code: Fixed <code>Always show details</code> transparency with <code>Copy code</code> wrapper</li>
<li><strong>DALLE: </strong>Fixed styling of action buttons within chat bubble's generated image hover states</li>
<li><strong>Analysis & Code: </strong>Fixed <code>Always show details</code> transparency with <code>Copy code</code> wrapper ${issue(
80
)}</li>
<li><strong>DALLE: </strong>Fixed styling of action buttons within chat bubble's generated image hover states ${issue(
80
)}</li>
</ul>
`

Expand Down

0 comments on commit 0826ac1

Please sign in to comment.