From 729cb02a0423e1e5131e02d40218dc7521fe4689 Mon Sep 17 00:00:00 2001 From: StaticR Date: Sun, 2 Nov 2025 00:34:19 +0100 Subject: [PATCH 1/4] add charter field --- index.html | 4 ++++ src/inputs.js | 1 + 2 files changed, 5 insertions(+) diff --git a/index.html b/index.html index 1752542..f99efd2 100644 --- a/index.html +++ b/index.html @@ -143,6 +143,10 @@

- Chart info -

- Other -

+ i + + + i diff --git a/src/inputs.js b/src/inputs.js index 58396f1..8aa1ed2 100644 --- a/src/inputs.js +++ b/src/inputs.js @@ -7,6 +7,7 @@ const Inputs = (function () { songname: "name", shortname: "shortName", artist: "author", + charter: "charter", releaseyear: "year", genre: "genre", description: "description", From f87dbd3f23c0f39d43da4d16db2580ff303cc2da Mon Sep 17 00:00:00 2001 From: StaticR Date: Sun, 2 Nov 2025 00:42:10 +0100 Subject: [PATCH 2/4] made charter field optional --- index.html | 2 +- src/inputs.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f99efd2..f273c03 100644 --- a/index.html +++ b/index.html @@ -143,7 +143,7 @@

- Chart info -

- Other -

- i + i diff --git a/src/inputs.js b/src/inputs.js index 8aa1ed2..166be9a 100644 --- a/src/inputs.js +++ b/src/inputs.js @@ -23,7 +23,7 @@ const Inputs = (function () { }; /** Inputs that are not required to be filled in */ - const optionalInputNames = new Set(["songendpoint"]); + const optionalInputNames = new Set(["songendpoint", "charter"]); /** Inputs that need to be formatted as ints */ const intInputNames = new Set([ From 77f2862d6121ca50f62ce92a9c43e1fa9b740abc Mon Sep 17 00:00:00 2001 From: StaticR Date: Sun, 2 Nov 2025 00:46:06 +0100 Subject: [PATCH 3/4] fix missed tooltip --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f273c03..6c28464 100644 --- a/index.html +++ b/index.html @@ -143,7 +143,7 @@

- Chart info -

- Other -

- i + i From 0fa91aeb15416d2f3c083774106e1420696b1bd5 Mon Sep 17 00:00:00 2001 From: StaticR Date: Wed, 5 Nov 2025 03:47:14 +0100 Subject: [PATCH 4/4] whoops I forgor, updated changelog --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 6c28464..d4a668f 100644 --- a/index.html +++ b/index.html @@ -302,6 +302,10 @@

Meta Events

Version history

+

+ v1.11a
+ Added charter field. +

v1.11
Added support for background events