From d3afcda2909239c746b9d5319887f17ea12f0f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BE=E3=81=A4=E3=81=BE=E3=81=A4?= Date: Wed, 10 Sep 2025 23:40:47 +0900 Subject: [PATCH 1/3] Change current version to delta Change current version to delta --- src/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.js b/src/constants.js index 70371e5..7e46a2a 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,6 +1,6 @@ -const APP_VERSION = "v1.41.3"; +const APP_VERSION = "v1.42.0"; -const ALL_VERSIONS = ["galaxywave", "galaxywave_delta", "fuzzup", "highvoltage", "nextage", "exchain", "matixx", "tbre", "tb"]; +const ALL_VERSIONS = [ "galaxywave_delta", "galaxywave", "fuzzup", "highvoltage", "nextage", "exchain", "matixx", "tbre", "tb"]; const CURRENT_VERSION = ALL_VERSIONS[0]; const CURRENT_VERSION_2 = ALL_VERSIONS[1]; From d541d466bd8167333e8ec13211f1df4fa76331a2 Mon Sep 17 00:00:00 2001 From: ssdh233 Date: Thu, 11 Sep 2025 08:36:17 +0900 Subject: [PATCH 2/3] Fix galaxy wave script link --- src/react/IndexPage/BookmarkletScript.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react/IndexPage/BookmarkletScript.jsx b/src/react/IndexPage/BookmarkletScript.jsx index 797a23a..9dd5e1f 100644 --- a/src/react/IndexPage/BookmarkletScript.jsx +++ b/src/react/IndexPage/BookmarkletScript.jsx @@ -14,7 +14,7 @@ function BookmarkletScript() { const [snackbarOpen, setSnackbarOpen] = useState(false); const latestScript = `javascript:void(!function(d){var s=d.createElement('script');s.type='text/javascript';s.src='//gitadora-skill-viewer.herokuapp.com/js/uploaddata_latest.js';d.head.appendChild(s);}(document));`; - const latestScript2 = `javascript:void(!function(d){var s=d.createElement('script');s.type='text/javascript';s.src='//gitadora-skill-viewer.herokuapp.com/js/uploaddata_galaxywave_delta.js';d.head.appendChild(s);}(document));`; + const latestScript2 = `javascript:void(!function(d){var s=d.createElement('script');s.type='text/javascript';s.src='//gitadora-skill-viewer.herokuapp.com/js/uploaddata_galaxywave.js';d.head.appendChild(s);}(document));`; const versionScript = `javascript:void(!function(d){var s=d.createElement('script');s.type='text/javascript';s.src='//gitadora-skill-viewer.herokuapp.com/js/uploaddata_${select}.js';d.head.appendChild(s);}(document));`; useEffect(() => { From 48ef98ffbe05dce8091dd8b453b733caa79191a5 Mon Sep 17 00:00:00 2001 From: ssdh233 Date: Thu, 11 Sep 2025 08:36:32 +0900 Subject: [PATCH 3/3] v1.42.1 --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 7e46a2a..b9ebc98 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,4 +1,4 @@ -const APP_VERSION = "v1.42.0"; +const APP_VERSION = "v1.42.1"; const ALL_VERSIONS = [ "galaxywave_delta", "galaxywave", "fuzzup", "highvoltage", "nextage", "exchain", "matixx", "tbre", "tb"];