From 85dee0e2c19b9edfa0017b3c9a2971d14ad02ae0 Mon Sep 17 00:00:00 2001 From: Andrew R Date: Wed, 13 Nov 2024 10:08:30 +1030 Subject: [PATCH 1/2] fix: anything below 3.4 is not usable --- SECURITY.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 3b3485f..69dd517 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,10 +6,8 @@ Below here is the supported versions of BetterSEQTA+. Anything older than this i | Version | Supported | | ------- | ------------------ | -| 3.3.2 | :white_check_mark: | -| 3.3.x |:white_check_mark: *| -| 3.0.x | :x: | -| < 3.0 | :x: | +| 3.4.0 | :white_check_mark: | +| <= 3.3 | :x: | `*` May not work on other devices. From c816174aed0183c2c3cf6b8f9b07a85dcb525d14 Mon Sep 17 00:00:00 2001 From: Andrew R Date: Wed, 13 Nov 2024 10:09:16 +1030 Subject: [PATCH 2/2] fix: readme a bit outdated --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d85958e..29d114f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# SVELTE BUILD - NOT STABLE -Please don't use this in a production environment - it is quite buggy and is not fully completed as of yet.
# @@ -120,7 +118,7 @@ The folder structure is as follows: - The `src` folder contains source files that are compiled to the build directory. -- The `src/interface` folder contains source React files that are required for the Settings page. +- The `src/interface` folder contains source React & Svelte files that are required for the Settings page. - The `dist` folder is where the compiled code ends up, this is the folder what you need to load into chrome as an unpacked extension for development.