diff --git a/src/manifests/chromium-mv3/manifest.json b/src/manifests/chromium-mv3/manifest.json index a6c7852c..4f08804f 100644 --- a/src/manifests/chromium-mv3/manifest.json +++ b/src/manifests/chromium-mv3/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "4.0.3", + "version": "4.0.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", diff --git a/src/manifests/firefox-mv2/manifest.json b/src/manifests/firefox-mv2/manifest.json index 5ff0af25..71703132 100644 --- a/src/manifests/firefox-mv2/manifest.json +++ b/src/manifests/firefox-mv2/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "4.0.3", + "version": "4.0.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", diff --git a/src/popup/changes.js b/src/popup/changes.js index 2cd66cc1..684882cc 100644 --- a/src/popup/changes.js +++ b/src/popup/changes.js @@ -1,25 +1,37 @@ +let issue = (hashNumber) => + `#${hashNumber}` + const RELEASE_CHANGES = `

🛠️ Improvements

🐛 Bug Fixes

🔧 Under the Hood

⚠️ Known Issue

`