From fdd218030ec0c4267691cf1688ce206115ba9685 Mon Sep 17 00:00:00 2001
From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com>
Date: Fri, 23 Jan 2026 11:44:40 +0800
Subject: [PATCH 1/6] Update CHANGELOG with unreleased changes
Added new entries for unreleased changes including UI updates and optimizations.
---
CHANGELOG.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d18a57..c6482ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## Unreleased
+
+- Update Home Screen UI
+- Added Images next to Support Template Images
+- Some optimization for running scripts
+
## 2304
2026-01-08
From 9b647b8dc75fe0e00a2a25ccd15cd1947b9715e6 Mon Sep 17 00:00:00 2001
From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com>
Date: Fri, 23 Jan 2026 13:15:42 +0800
Subject: [PATCH 2/6] update changelog
---
CHANGELOG.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6482ea..304de0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,15 @@
## Unreleased
+### Features
+
- Update Home Screen UI
- Added Images next to Support Template Images
-- Some optimization for running scripts
+- Update the Battle Script Command Parser. You can now add whitespaces, tabs and new lines for better readability. All of this are going to be ignored when parsing the commands.
+
+### Misc
+
+- Some optimization for running scripts. This is due to updating some of the inner workings of the dependency injection which ties in the program together.
## 2304
From 46abb99e508cbc6ef0e87578467cb7410012a183 Mon Sep 17 00:00:00 2001
From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com>
Date: Fri, 23 Jan 2026 20:33:39 +0800
Subject: [PATCH 3/6] Update CHANGELOG with new features and optimizations
Added detailed descriptions and images for new features, including updates to the Home Screen UI, support template images, and the Battle Script Command Parser. Optimized script running through dependency injection improvements.
---
CHANGELOG.md | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 304de0f..2890d42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,10 +4,32 @@
### Features
-- Update Home Screen UI
+- Update Home Screen UI. Added server clock and a simple gallery list detail view of the current supports
+
+
+
+- On app startup, there would be once in a whole app lifecycle where it will scan of the support images in the support directory in order to ensure that the paths are up to date.
- Added Images next to Support Template Images
+
+
+
+
+
+- On Preferred Support Screen, you can now see support's template images. This will help you when you forgot the name but remember the image like me.
+
+
+
- Update the Battle Script Command Parser. You can now add whitespaces, tabs and new lines for better readability. All of this are going to be ignored when parsing the commands.
+
+
+ It also reacts if you type in a wrong command right after you type
+
+
+
+- The summary in Battle Launcher for the current battle config have now been updated to show all of the current settings in the battle config. It used to be few info only because I got tired to code it in.
+
+
### Misc
- Some optimization for running scripts. This is due to updating some of the inner workings of the dependency injection which ties in the program together.
From 3dfce7c5e3a4b61d40c49e8f001184bdf59ae30a Mon Sep 17 00:00:00 2001
From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com>
Date: Sat, 24 Jan 2026 08:40:56 +0800
Subject: [PATCH 4/6] Enhance Home Screen UI with new features
Updated the Home Screen UI to include a server clock and improved gallery list detail view. Added links in the Home Screen for better user visibility.
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2890d42..d659b50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
### Features
-- Update Home Screen UI. Added server clock and a simple gallery list detail view of the current supports
+- Update Home Screen UI. Added server clock and a simple gallery list detail view of the current supports. Link in Home Screen are now displayed to users.
From f9357918f12c473db2d029e3ecb6d7fe75e67a86 Mon Sep 17 00:00:00 2001
From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com>
Date: Sat, 24 Jan 2026 08:44:10 +0800
Subject: [PATCH 5/6] Fix typos and enhance descriptions in CHANGELOG
Corrected typos in Home Screen UI update description and improved clarity in the Support Gallery Screen feature.
---
CHANGELOG.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d659b50..0b0235a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,10 +4,11 @@
### Features
-- Update Home Screen UI. Added server clock and a simple gallery list detail view of the current supports. Link in Home Screen are now displayed to users.
+- Update Home Screen UI. Added server clock and a simple gallery list detail view of the current supports. Links in Home Screen are now displayed to users.
+- Added the Support Gallery Screen, it was mostly for viewing support template images in the support directory. This function can also be viewed as well on Preferred Support Screen.
- On app startup, there would be once in a whole app lifecycle where it will scan of the support images in the support directory in order to ensure that the paths are up to date.
- Added Images next to Support Template Images
@@ -27,6 +28,7 @@
+- Battle Config got some design update as well. Notes, like edit skill command, are now happening on a separate screen for better User experience.
- The summary in Battle Launcher for the current battle config have now been updated to show all of the current settings in the battle config. It used to be few info only because I got tired to code it in.
From c4ca4a1ab5e8d8864c69eb0034566b1551262c2d Mon Sep 17 00:00:00 2001
From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com>
Date: Sat, 24 Jan 2026 08:48:15 +0800
Subject: [PATCH 6/6] Update CHANGELOG with v2 preparation details
Added note about upcoming v2 of Supports and database release.
---
CHANGELOG.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b0235a..7f85065 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,10 @@
- Some optimization for running scripts. This is due to updating some of the inner workings of the dependency injection which ties in the program together.
+> [!NOTE]
+>
+> We are preparing for v2 of the Supports in the future. This will enable to download the latest support images with support for Translations. But this is going to take a lot of time so we just released the database with the current support template images.
+
## 2304
2026-01-08