diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d18a57..7f85065 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,45 @@
# Changelog
+## Unreleased
+
+### 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.
+
+
+
+- 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
+
+
+
+
+
+- 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
+
+
+
+- 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.
+
+
+### 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.
+
+> [!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