Skip to content

Commit

Permalink
chore(version): Bump version number to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmartashub committed Oct 18, 2024
1 parent 2b18bfc commit d4f279d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 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.1",
"version": "4.1.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",
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.1",
"version": "4.1.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",
Expand Down
17 changes: 9 additions & 8 deletions src/popup/changes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ let issue = (hashNumber) =>
const RELEASE_CHANGES = `
<h3>🛠️ Improvements</h3>
<ul>
<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>
<li><strong>Search Links: </strong>Enhanced pill-like links with improved accessibility ${issue(63)}</li>
<li><strong>Unread Indicator: </strong>Updated sidebar unread bubble to match chosen theme ${issue(62)}</li>
<li><strong>GPThemes Settings: </strong>Adjusted <code>Reset All</code> button width in <code>GPThemes Customization</code></li>
</ul>
<h3>🐛 Bug Fixes</h3>
<ul>
<li><strong>New Chat Autocomplete: </strong>Fixed issues caused by recent OpenAI changes ${issue(61)}</li>
<li><strong>Markdown Snippets: </strong>Restored correct styling for code blocks ${issue(64)}</li>
</ul>
`

Expand Down

0 comments on commit d4f279d

Please sign in to comment.