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-25

+20
+20
docs/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2026-04-25 4 + 5 + ### Working 6 + 7 + - SQLite persistence layer with snapshot import tool 8 + - Authentication server with login UI 9 + - Wizard CLI for guided first-time setup 10 + - Dev runner (`make dev`) with automatic service builds 11 + - Memoir sub-status system with level-based unlocks 12 + - Companion and parts granting from the shop 13 + - `CopyDeck` / `RemoveDeck` deck management 14 + - Karma functionality 15 + - Docker multi-service orchestration (auth, CDN, gRPC) with cross-platform improvements 16 + - `--grpc-port` CLI flag 17 + 18 + ### Fixed 19 + 20 + - Gate desync on quest-finish crash — scene now advances atomically 21 + - Equipment duplication in deck management 22 + 3 23 ## 2026-04-18 4 24 5 25 ### Working