From a50dd878d83012a663b76e4edaafafa241e05611 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:34:08 +0800 Subject: [PATCH 01/10] card/servant priority per turn --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89cbafb8..9d53163d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -# 2509 +## Unreleased + +### Breaking Changes + +#### Command Card Selection + +- Card Priority, Servant Priority and etc now supports turn based configuration. +- We have now updated how the card priority, servant priority and etc are being written. Any configs updated after this version will be unable to be used on prior versions. + +## 2509 2026-04-26 From 2978d8d6689b524b6a0eb54b202440643a9541f8 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:36:41 +0800 Subject: [PATCH 02/10] enable servant priority --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d53163d..952d0511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Card Priority, Servant Priority and etc now supports turn based configuration. - We have now updated how the card priority, servant priority and etc are being written. Any configs updated after this version will be unable to be used on prior versions. +- `Use Servant Priority` is now turned into `Enable Servant Priority`, and you can now adjust if you want servant priority or not per wave and/or turn. ## 2509 From 2b2fad9aede4120d654f19f3290b5350f602382c Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:37:52 +0800 Subject: [PATCH 03/10] updated text --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 952d0511..d4b9a7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ #### Command Card Selection -- Card Priority, Servant Priority and etc now supports turn based configuration. +- Card Priority, Servant Priority, etc., now support turn-based configuration. - We have now updated how the card priority, servant priority and etc are being written. Any configs updated after this version will be unable to be used on prior versions. - `Use Servant Priority` is now turned into `Enable Servant Priority`, and you can now adjust if you want servant priority or not per wave and/or turn. From cedddf3dfc3b61266cfb3a93822f618ae43e9741 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:38:52 +0800 Subject: [PATCH 04/10] updated text about backwards compatibility --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b9a7a9..d12e3512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ #### Command Card Selection - Card Priority, Servant Priority, etc., now support turn-based configuration. -- We have now updated how the card priority, servant priority and etc are being written. Any configs updated after this version will be unable to be used on prior versions. +- Updated the serialization format for Card and Servant Priority. Configurations saved in this version are not backward-compatible with older versions but still maintains backward-compatibility with older versions. - `Use Servant Priority` is now turned into `Enable Servant Priority`, and you can now adjust if you want servant priority or not per wave and/or turn. ## 2509 From af9cd090229939b8dab38b62efc80251c754161c Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Thu, 7 May 2026 07:32:23 +0800 Subject: [PATCH 05/10] added new fixes and features --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d12e3512..d5054945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ - Card Priority, Servant Priority, etc., now support turn-based configuration. - Updated the serialization format for Card and Servant Priority. Configurations saved in this version are not backward-compatible with older versions but still maintains backward-compatibility with older versions. - `Use Servant Priority` is now turned into `Enable Servant Priority`, and you can now adjust if you want servant priority or not per wave and/or turn. +- Increase card priority waves from 3 to 4 + +### Fix + +- There were some problem in UI where setting NPs causes it to be sorted out. We already address this problem + - For technical reason, it was due to us using set instead of list causing it to lost the order, we have now moved it to List +- When users are manually navigating away from support screen while the auto battle is on, it will cause an infinite loop with the script. We have now fixed this by adding a checking the screen and exit that portion of the script when no longer in the support screen. +- We have now fixed the preferred support selection and it will now sorted the already selected supports on opening preferred support selection screen. +- Fixed the Battle Launcher not updating all of the battle config data causing incorrect values on the summary screen. + +### Feat + +- Added tracking of preferred support Servants/CEs/Friends. Can show you how many time a certain preferred support got picked ## 2509 From 7caae24d47427d350a5396e18182cb3447fd39a9 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Thu, 7 May 2026 07:34:05 +0800 Subject: [PATCH 06/10] added the new wave and turn splitter --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5054945..4b126b6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Card Priority, Servant Priority, etc., now support turn-based configuration. - Updated the serialization format for Card and Servant Priority. Configurations saved in this version are not backward-compatible with older versions but still maintains backward-compatibility with older versions. +- Changed the text for new wave configuration from `"\n"` to `"[w]"` and added `"[t]"` for the new turn configuration. - `Use Servant Priority` is now turned into `Enable Servant Priority`, and you can now adjust if you want servant priority or not per wave and/or turn. - Increase card priority waves from 3 to 4 From 99f6cbe5048c35c26d8dd7e55bd277ce32ed4a83 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 8 May 2026 11:44:40 +0800 Subject: [PATCH 07/10] Update CHANGELOG with new features Added new features for tracking preferred support and last script exit results. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b126b6a..692a0e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ ### Feat - Added tracking of preferred support Servants/CEs/Friends. Can show you how many time a certain preferred support got picked +- Added tracking of last script exit window. You can now see the results of your last script run if you accidentally closed the results fast. + + image ## 2509 From 13a0e6d23e4d23d8cd3a9df7b6ab238f008f5fe7 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 8 May 2026 12:13:04 +0800 Subject: [PATCH 08/10] Update CHANGELOG with recent changes and fixes Updated changelog with new features, fixes, and improvements related to card and servant priority configurations, UI issues, and battle launcher updates. --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 692a0e83..e7b97bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ - Updated the serialization format for Card and Servant Priority. Configurations saved in this version are not backward-compatible with older versions but still maintains backward-compatibility with older versions. - Changed the text for new wave configuration from `"\n"` to `"[w]"` and added `"[t]"` for the new turn configuration. - `Use Servant Priority` is now turned into `Enable Servant Priority`, and you can now adjust if you want servant priority or not per wave and/or turn. + + image + - Increase card priority waves from 3 to 4 ### Fix @@ -17,7 +20,10 @@ - There were some problem in UI where setting NPs causes it to be sorted out. We already address this problem - For technical reason, it was due to us using set instead of list causing it to lost the order, we have now moved it to List - When users are manually navigating away from support screen while the auto battle is on, it will cause an infinite loop with the script. We have now fixed this by adding a checking the screen and exit that portion of the script when no longer in the support screen. -- We have now fixed the preferred support selection and it will now sorted the already selected supports on opening preferred support selection screen. +- We have now fixed the preferred support selection and it will now sorted the already selected supports on opening preferred support selection screen. This got broken when we migrated from manual query to using database. + + image + - Fixed the Battle Launcher not updating all of the battle config data causing incorrect values on the summary screen. ### Feat From 78d9f6f02f5cc7a170b9089ceb905a536edd0fcc Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 8 May 2026 12:20:12 +0800 Subject: [PATCH 09/10] Revise CHANGELOG for configuration updates Updated changelog to reflect changes in configuration options and increase card priority waves. --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b97bc4..c986ce0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,11 @@ - Updated the serialization format for Card and Servant Priority. Configurations saved in this version are not backward-compatible with older versions but still maintains backward-compatibility with older versions. - Changed the text for new wave configuration from `"\n"` to `"[w]"` and added `"[t]"` for the new turn configuration. - `Use Servant Priority` is now turned into `Enable Servant Priority`, and you can now adjust if you want servant priority or not per wave and/or turn. +- Increase card priority waves from 3 to 4 - image +image -- Increase card priority waves from 3 to 4 +image ### Fix From 1dcd908bb0d79dfce37daa459bb6392b756abb3c Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 8 May 2026 12:57:46 +0800 Subject: [PATCH 10/10] Update CHANGELOG with new feature descriptions Added features for tracking preferred support and last script exit results. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c986ce0a..943fe4f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ ### Feat - Added tracking of preferred support Servants/CEs/Friends. Can show you how many time a certain preferred support got picked + + image + - Added tracking of last script exit window. You can now see the results of your last script run if you accidentally closed the results fast. image