Skip to content

Commit

Permalink
chore(version): Bump version number to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmartashub committed Oct 10, 2024
1 parent aa9223f commit c7bbaf4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 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.0",
"version": "4.1.1",
"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.0",
"version": "4.1.1",
"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
26 changes: 8 additions & 18 deletions src/popup/changes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,14 @@ let issue = (hashNumber) =>
const RELEASE_CHANGES = `
<h3>🛠️ Improvements</h3>
<ul>
<li><strong>Chat Bubble Fonts: </strong>Limit font adjustments <code>font-size</code> and <code>line-height</code> to chat bubbles only ${issue(
56
)}</li>
<li><strong>GPThemes Settings Enhancement: </strong>Improved layout and scrolling behavior ${issue(54)}</li>
</ul>
<h3>🐛 Bug Fixes</h3>
<ul>
<li><strong>Font Tab Fixed: </strong>Resolved broken styling in the <code>Font</code> tab section of GPThemes settings ${issue(
53
)}</li>
<li><strong>Mobile Layout Improved: </strong>Fixed GPThemes Customization tabs overlapping issues on very small mobile screens ${issue(
53
)}</li>
<li><strong>Share Link Page: </strong>Fixed chat bubble styles not being applied, ensuring consistent styling across all pages. ${issue(
57
)}</li>
<li><strong>Prompt Textarea: </strong>Removed extra padding from the <code>Reply</code> element in the prompt textarea</li>
<li>
<strong>New Chat Layout Enhancements: </strong>Added style to autocomplete prompt suggestions and new prompt action cards to match GPThemes design patterns ${issue(
59
)}
</li>
<li>
<strong>Response Comparison UI: </strong>Enhanced <code>Which response do you prefer?</code> latest layout ${issue(45)}
</li>
</ul>
`

Expand Down

0 comments on commit c7bbaf4

Please sign in to comment.