mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
bump: update version and release notes in preparation for bug-fix release
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user