From 2304a78db45e9c34277131a637e3848be9a4b909 Mon Sep 17 00:00:00 2001 From: akanyan Date: Wed, 14 May 2025 16:08:39 +0000 Subject: [PATCH] chore: 0.21 changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063b476..5ae4288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +## 0.21.0 + +- Added simplified chinese localization (courtesy of Chilor) + ## 0.20.1 -- Added japanese localization +- Added japanese localization (courtesy of SALEC) - Added user-customizable scripts - The launch script runs directly before the game, and is equivalent to adding lines above `start "AM Daemon" ...` in start.bat - The end script runs after the game has closed for any reason, and is equivalent to adding lines below `taskkill /f /im amdaemon.exe ...` in start.bat