diff --git a/manifest.json b/manifest.json index 09e6384a..143f150a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "BetterSEQTA+", - "version": "3.2.3", + "version": "3.2.4", "description": "Make SEQTA usable and beautiful! A fork of BetterSEQTA to continue development and add WAY more features!!!", "icons": { "32": "src/resources/icons/icon-32.png", diff --git a/package.json b/package.json index 56a4fb9f..dfff627d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "3.2.2", + "version": "3.2.4", "type": "module", "description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.", "scripts": { diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 30fd6cd2..65ca1227 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -155,8 +155,12 @@ export function OpenWhatsNewPopup() { String.raw`
-

3.2.3 - Bug Fixes

+

3.2.4 - Bug Fixes

  • Fixed a memory overflow bug with Education Perfect
  • +
  • Added an open changelog button to settings
  • +
  • Fixed a bug where the background wouldn't change instantly
  • +
  • Fixed news feed not loading
  • +
  • Fixed home items duplicating
  • 3.2.2 - Minor Improvements

  • Added Settings open-close animation