Tags: Pazdikan/fixer
Tags
fix: Possible fix for reverting gameState, possibly breaks something … …else
feat: Replace localStorage with IndexedDB for gameState
feat: Add reveal characters option - Introduce a new debug option to reveal all characters, ignoring the "is-known" tag. - Update filtering logic to incorporate the new debug reveal characters feature. - Initialize traits and tags for new characters in NewGamePage.
feat: Add changelog component - Introduce ChangelogComponent for displaying game changelog. - Clean up CHANGELOG.md for better developer guidance.
feat: Add game build version to deployment and UI display - Set GAME_BUILD_VERSION in deployment workflow for versioning. - Display game build version in the GameRoot component footer.