From d930cee9b4bd831b4ce70792a0333792c59c72d4 Mon Sep 17 00:00:00 2001 From: Ilya Groshev Date: Sat, 18 Apr 2026 14:31:16 +0300 Subject: [PATCH] Update CHANGELOG with new features and fixes for 2026-04-18 --- docs/CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5a5b7ba..156e519 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 2026-04-18 + +### Working + +- Weapon awakening +- Consumable item selling +- `--latest-scene` CLI flag for resuming from the most recent quest scene on startup +- Docker support (Dockerfile, docker-compose, entrypoint) +- GitHub Actions CI for Docker image builds + +### Fixed + +- Locale fallback MD5 validation for ja/ko -> en asset candidates +- UTF-8 handling for non-ASCII characters in asset path processing +- Tutorial progress no longer overwrites existing progress unless the new phase is greater +- Repeated weapon story unlock notifications — diffs now only send changed stories +- Unique key generation for weapon grants to prevent overwrites in gacha/rewards +- Missing `IUserWeaponStory` in `startedGameStartTables` +- Max level evaluation in costume `EnhanceActiveSkill` + ## 2026-04-11 ### Working