From 410b817cca4880bcdc2da826050b2a6bfdb2c6e8 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Fri, 9 Feb 2024 17:35:35 +1100 Subject: [PATCH] bump: update version and release notes in preparation for bug-fix release --- manifest.json | 2 +- package.json | 2 +- src/SEQTA.ts | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) 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