mirror of Walter-Sparrow / lunar-tear
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update CHANGELOG with new features and fixes for 2026-04-18

+20
+20
docs/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2026-04-18 4 + 5 + ### Working 6 + 7 + - Weapon awakening 8 + - Consumable item selling 9 + - `--latest-scene` CLI flag for resuming from the most recent quest scene on startup 10 + - Docker support (Dockerfile, docker-compose, entrypoint) 11 + - GitHub Actions CI for Docker image builds 12 + 13 + ### Fixed 14 + 15 + - Locale fallback MD5 validation for ja/ko -> en asset candidates 16 + - UTF-8 handling for non-ASCII characters in asset path processing 17 + - Tutorial progress no longer overwrites existing progress unless the new phase is greater 18 + - Repeated weapon story unlock notifications — diffs now only send changed stories 19 + - Unique key generation for weapon grants to prevent overwrites in gacha/rewards 20 + - Missing `IUserWeaponStory` in `startedGameStartTables` 21 + - Max level evaluation in costume `EnhanceActiveSkill` 22 + 3 23 ## 2026-04-11 4 24 5 25 ### Working