From d554ef04fdbbbe4df1dee1d48e3628be36771aee Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Wed, 7 Feb 2024 19:29:14 +1100 Subject: [PATCH] bump version to 3.2.3 --- manifest.json | 2 +- src/SEQTA.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 530f15e2..09e6384a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "BetterSEQTA+", - "version": "3.2.2", + "version": "3.2.3", "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/src/SEQTA.ts b/src/SEQTA.ts index 0d2f6631..de052b93 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -155,6 +155,9 @@ function OpenWhatsNewPopup() { String.raw`
+

3.2.3 - Bug Fixes

+
  • Fixed a memory overflow bug with Education Perfect
  • +

    3.2.2 - Minor Improvements

  • Added Settings open-close animation
  • Minor Bug Fixes