···11# Changelog
2233+## 2026-04-18
44+55+### Working
66+77+- Weapon awakening
88+- Consumable item selling
99+- `--latest-scene` CLI flag for resuming from the most recent quest scene on startup
1010+- Docker support (Dockerfile, docker-compose, entrypoint)
1111+- GitHub Actions CI for Docker image builds
1212+1313+### Fixed
1414+1515+- Locale fallback MD5 validation for ja/ko -> en asset candidates
1616+- UTF-8 handling for non-ASCII characters in asset path processing
1717+- Tutorial progress no longer overwrites existing progress unless the new phase is greater
1818+- Repeated weapon story unlock notifications — diffs now only send changed stories
1919+- Unique key generation for weapon grants to prevent overwrites in gacha/rewards
2020+- Missing `IUserWeaponStory` in `startedGameStartTables`
2121+- Max level evaluation in costume `EnhanceActiveSkill`
2222+323## 2026-04-11
424525### Working