From 86a22ce16ab59a99e6cbdd8daed73f4f2924368a Mon Sep 17 00:00:00 2001 From: Freaku17 <92618708+Freaku17@users.noreply.github.com> Date: Mon, 10 Oct 2022 20:37:49 +0530 Subject: [PATCH 1/7] Fix `chatmessage` in character_maker --- plugins/utilities/character_maker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/utilities/character_maker.py b/plugins/utilities/character_maker.py index 218c336..ba01167 100644 --- a/plugins/utilities/character_maker.py +++ b/plugins/utilities/character_maker.py @@ -439,7 +439,7 @@ class CharacterBuilder(ba.TeamGameActivity[Player, Team]): cm = _ba.chatmessage -def _new_chatmessage(msg): +def _new_chatmessage(msg: str | ba.Lstr, clients: Sequence[int] | None = None, sender_override: str | None = None): if msg.split(" ")[0] == "export": if len(msg.split(" ")) > 1: savecharacter(msg.split(" ")[1]) @@ -449,7 +449,7 @@ def _new_chatmessage(msg): importcharacter(msg[7:]) else: - cm(msg) + cm(msg, clients, sender_override) _ba.chatmessage = _new_chatmessage From 225aec8a52f2595f04ad36aea4a90e731057a6c7 Mon Sep 17 00:00:00 2001 From: Freaku17 <92618708+Freaku17@users.noreply.github.com> Date: Mon, 10 Oct 2022 20:43:22 +0530 Subject: [PATCH 2/7] Update utilities.json Manually updating this, so as to avoid changing "released_on" date Not a new version as it's just a `fix` --- plugins/utilities.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index 98bffec..0f55e4d 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -228,9 +228,9 @@ "versions": { "1.0.0": { "api_version": 7, - "commit_sha": "ff4de19", + "commit_sha": "86a22ce", "released_on": "05-10-2022", - "md5sum": "f734fa33994c7cfafc637b7e3dca60ce" + "md5sum": "b19ff011b6e229544324d4310770d7b9" } } }, @@ -292,4 +292,4 @@ } } } -} \ No newline at end of file +} From 9b385ff4f6c3223a2acd10fcbe07fadc9ecbb969 Mon Sep 17 00:00:00 2001 From: Freaku17 Date: Mon, 10 Oct 2022 15:15:11 +0000 Subject: [PATCH 3/7] [ci] apply-version-metadata --- plugins/utilities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index 0f55e4d..a0dca85 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -292,4 +292,4 @@ } } } -} +} \ No newline at end of file From 8256d182679c84dd32d704668b59df62848d1257 Mon Sep 17 00:00:00 2001 From: Freaku17 <92618708+Freaku17@users.noreply.github.com> Date: Mon, 10 Oct 2022 21:03:54 +0530 Subject: [PATCH 4/7] Update utilities.json --- plugins/utilities.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index a0dca85..4169bc8 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -228,10 +228,11 @@ "versions": { "1.0.0": { "api_version": 7, - "commit_sha": "86a22ce", + "commit_sha": "ff4de19", "released_on": "05-10-2022", - "md5sum": "b19ff011b6e229544324d4310770d7b9" - } + "md5sum": "f734fa33994c7cfafc637b7e3dca60ce" + }, + "1.0.1": null } }, "icons_keyboard": { @@ -292,4 +293,4 @@ } } } -} \ No newline at end of file +} From 85f8b55706e14e4adf9709c8e4d680416491fa7d Mon Sep 17 00:00:00 2001 From: Freaku17 Date: Mon, 10 Oct 2022 15:34:15 +0000 Subject: [PATCH 5/7] [ci] apply-version-metadata --- plugins/utilities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index 4169bc8..66eb91b 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -293,4 +293,4 @@ } } } -} +} \ No newline at end of file From da1031887e106525f0a3acf6d7d8e632c198bb7f Mon Sep 17 00:00:00 2001 From: Rikko Date: Mon, 10 Oct 2022 21:49:36 +0530 Subject: [PATCH 6/7] Reorder versions --- plugins/utilities.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index 66eb91b..6f7d72f 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -226,13 +226,13 @@ } ], "versions": { + "1.0.1": null, "1.0.0": { "api_version": 7, "commit_sha": "ff4de19", "released_on": "05-10-2022", "md5sum": "f734fa33994c7cfafc637b7e3dca60ce" - }, - "1.0.1": null + } } }, "icons_keyboard": { @@ -293,4 +293,4 @@ } } } -} \ No newline at end of file +} From c5404f71dc95aa8cec4fd294935dd865f2f47f41 Mon Sep 17 00:00:00 2001 From: rikkolovescats Date: Mon, 10 Oct 2022 16:20:23 +0000 Subject: [PATCH 7/7] [ci] apply-version-metadata --- plugins/utilities.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index 6f7d72f..63413f6 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -226,7 +226,12 @@ } ], "versions": { - "1.0.1": null, + "1.0.1": { + "api_version": 7, + "commit_sha": "da10318", + "released_on": "10-10-2022", + "md5sum": "b19ff011b6e229544324d4310770d7b9" + }, "1.0.0": { "api_version": 7, "commit_sha": "ff4de19", @@ -293,4 +298,4 @@ } } } -} +} \ No newline at end of file