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

This commit is contained in:
Ilya Groshev
2026-04-25 10:37:13 +03:00
parent 8abd5d007e
commit fc3836d502
+20
View File
@@ -1,5 +1,25 @@
# Changelog
## 2026-04-25
### Working
- SQLite persistence layer with snapshot import tool
- Authentication server with login UI
- Wizard CLI for guided first-time setup
- Dev runner (`make dev`) with automatic service builds
- Memoir sub-status system with level-based unlocks
- Companion and parts granting from the shop
- `CopyDeck` / `RemoveDeck` deck management
- Karma functionality
- Docker multi-service orchestration (auth, CDN, gRPC) with cross-platform improvements
- `--grpc-port` CLI flag
### Fixed
- Gate desync on quest-finish crash — scene now advances atomically
- Equipment duplication in deck management
## 2026-04-18
### Working