From f2bbc43b001c7babd34cf5c8e6661dd012ff0ce8 Mon Sep 17 00:00:00 2001 From: itsmartashub <44645238+itsmartashub@users.noreply.github.com> Date: Sat, 21 Dec 2024 15:51:30 +0100 Subject: [PATCH] chore(version): Bump to `4.2.1` --- src/manifests/chromium-mv3/manifest.json | 2 +- src/manifests/firefox-mv2/manifest.json | 2 +- src/popup/changes.js | 49 ++++++++++-------------- src/sass/elements/_sidebar.scss | 2 - 4 files changed, 22 insertions(+), 33 deletions(-) diff --git a/src/manifests/chromium-mv3/manifest.json b/src/manifests/chromium-mv3/manifest.json index 2d028b90..a2c92e1a 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.0", + "version": "4.2.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", diff --git a/src/manifests/firefox-mv2/manifest.json b/src/manifests/firefox-mv2/manifest.json index cf024755..901f5106 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.0", + "version": "4.2.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", diff --git a/src/popup/changes.js b/src/popup/changes.js index c3d2730a..c4e19844 100644 --- a/src/popup/changes.js +++ b/src/popup/changes.js @@ -2,38 +2,29 @@ let issue = (hashNumber) => `#${hashNumber}` const RELEASE_CHANGES = ` -

🆕 Features

+ +

🪄 Improvements

-

🪄 Key Highlights

+ +

🐛 Bug Fixes

🚨 Known Issues

diff --git a/src/sass/elements/_sidebar.scss b/src/sass/elements/_sidebar.scss index 7f1884c9..f48662e5 100644 --- a/src/sass/elements/_sidebar.scss +++ b/src/sass/elements/_sidebar.scss @@ -70,8 +70,6 @@ nav[aria-label='Chat history'] { border-radius: var(--br-nav-a) !important; // border-radius: inherit !important; - transition: background-color 0.3s ease-in-out; - /* "Upgrade" link in nav bg */ span.rounded-full.border-token-border-light { border-color: transparent !important;