bump: update version and release notes in preparation for bug-fix release

This commit is contained in:
SethBurkart123
2024-02-09 17:35:35 +11:00
parent 6578529112
commit 410b817cca
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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": {
+5 -1
View File
@@ -155,8 +155,12 @@ export function OpenWhatsNewPopup() {
String.raw`
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
<h1>3.2.3 - Bug Fixes</h1>
<h1>3.2.4 - Bug Fixes</h1>
<li>Fixed a memory overflow bug with Education Perfect</li>
<li>Added an open changelog button to settings</li>
<li>Fixed a bug where the background wouldn't change instantly</li>
<li>Fixed news feed not loading</li>
<li>Fixed home items duplicating</li>
<h1>3.2.2 - Minor Improvements</h1>
<li>Added Settings open-close animation</li>