From d398293863c832cbddb0ea70577eeb09666c61af 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/8] 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 5bbb639a2c02f58fe1d09527e245dc2dca394eec 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/8] 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 ff224479e02b42615b49f80bb506eccfc0dca451 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/8] 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 + + image + +- 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 + + image + + image + +- 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. + + image + - 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. + image + + It also reacts if you type in a wrong command right after you type + + image + +- 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 7711034c8d1de53dd4aee5753cc1a0c1dafa7afc 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/8] 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. image From 6d00933eea9bb0edb5ffb14934ef758d2840b6c3 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/8] 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. image +- 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 @@ image +- 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 ad73d1bccc13a0b2f155fe0f32ed300d2dc5e0c6 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/8] 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 From def0f0a961c99bea27fd7b735324727aa62a7c3b Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Sat, 28 Feb 2026 19:43:43 +0800 Subject: [PATCH 7/8] docs: move the new battle command config parser to breaking changes --- CHANGELOG.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f85065..f1376f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Unreleased +### Breaking Changes + +- 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. + + image + + It also reacts if you type in a wrong command right after you type + + image + ### Features - 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. @@ -20,14 +30,6 @@ image -- 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. - - image - - It also reacts if you type in a wrong command right after you type - - image - - 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 0f756c87c4a9853243a9d8db6496af7d94003d0a Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Sat, 28 Feb 2026 19:46:46 +0800 Subject: [PATCH 8/8] docs: storage now defaults to internal storage --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1376f3..aeea312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,10 @@ - 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. +- Storage now defaults to internal Storage unless changed by user. This gives a workaround to issues with certain devices + - [Fate-Grand-Automata#1673](https://redirect.github.com/Fate-Grand-Automata/FGA/issues/1673) + - [Fate-Grand-Automata#1168](https://redirect.github.com/Fate-Grand-Automata/FGA/issues/1168) + - [Fate-Grand-Automata#999](https://redirect.github.com/ArthurKun21/FGA-Preview/issues/999) ### Misc