Releases: Pazdikan/fixer
Releases · Pazdikan/fixer
Release v0.0.0 (Build 61)
v0.0.0+build.61 fix: Possible fix for reverting gameState, possibly breaks something …
Release v0.0.0 (Build 60)
v0.0.0+build.60 feat: Replace localStorage with IndexedDB for gameState
Release v0.0.0 (Build 59)
v0.0.0+build.59 feat: Add game clock
Release v0.0.0 (Build 58)
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.
Release v0.0.0 (Build 57)
feat: Add changelog component - Introduce ChangelogComponent for displaying game changelog. - Clean up CHANGELOG.md for better developer guidance.
Release v0.0.0 (Build 56)
v0.0.0+build.56 build: fix access to build version env variable
Release v0.0.0 (Build 55)
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.