From 37008d170361c762a9ad2c4ec97436bc8a2eb897 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:35:25 +0800 Subject: [PATCH 1/5] docs: document new features --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5d6fc..c795544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Unreleased + +### Fixes + +- Fix the infinite support screen refresh + +### Feat + +#### Support New Feat + +- Added new configuration to enable choosing if the user want to match both CE Slot 1 and 3 or just either one of them. Selecting "Either" should match the current behavior of the main repository. + ## 2463 2026-03-23 From 32209cfb86f2954dbc231a67e696c66014aa3f74 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:40:10 +0800 Subject: [PATCH 2/5] docs: fix grammar --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c795544..aa4814d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ #### Support New Feat -- Added new configuration to enable choosing if the user want to match both CE Slot 1 and 3 or just either one of them. Selecting "Either" should match the current behavior of the main repository. +- Added new configuration to enable choosing if the user wants to match both CE Slot 1 and 3 or just either one of them. Selecting "Either" should match the current behavior of the main repository. ## 2463 From 0007653d992ae39b86077e9248572fe224fe7e30 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:41:14 +0800 Subject: [PATCH 3/5] preload support images --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4814d..c6ccb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ #### Support New Feat - Added new configuration to enable choosing if the user wants to match both CE Slot 1 and 3 or just either one of them. Selecting "Either" should match the current behavior of the main repository. +- Added preloading of supports at the start of battle script. This should help with the user to know if there's any problem with the support images much earlier rather than waiting until the support screen to show up and then finding out that the images are not loading. ## 2463 From b3fc97fd902a23018a598964f45e514389a866f7 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:41:51 +0800 Subject: [PATCH 4/5] fix face card region --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ccb2d..d90b15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Fixes - Fix the infinite support screen refresh +- Fix the face card for TW, now all servers uses the new servant face card region. ### Feat From 4393f15be6367e1323148a158ea52d8ab47d9246 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:11:40 +0800 Subject: [PATCH 5/5] added clarrification --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d90b15c..e35f533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ #### Support New Feat -- Added new configuration to enable choosing if the user wants to match both CE Slot 1 and 3 or just either one of them. Selecting "Either" should match the current behavior of the main repository. +- Added new configuration for grand servants to enable choosing if the user wants to match both CE Slot 1 and 3 or just either one of them. Selecting "Either" should match the current behavior of the main repository. - Added preloading of supports at the start of battle script. This should help with the user to know if there's any problem with the support images much earlier rather than waiting until the support screen to show up and then finding out that the images are not loading. ## 2463