-
Paolo Brasolin authoredPaolo Brasolin authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 8.38 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
1.4.1 - 2022-05-30
Fixed
-
FE
Always install all deps in CI.
1.4.0 - 2022-05-30
Added
-
FE
Caps lock now works properly on desktop. -
FE
Track best level. -
FE
Best (and last) level, score, time and word count are all tracked inRecord
component.
Changed
-
BE
Migrations now run in aninitContainer
automatically upon deployment. -
BE
/FE
Improved tagging and deployment strategies.
Fixed
-
FE
Removed music jumps at scene changes.
1.3.0 - 2022-05-18
Added
-
BE
Leaderboard endpoint (ensure no device id escept the user's is publicly circulating). -
FE
Leaderboard scene with top players (everyone's id is hashed and anonymized, names are generated deterministically). -
BE
Added email to devices. -
FE
Added reward scene to input email. -
BE
Top weekly players in dashboard. -
BE
Dashboard is now password protected. -
FE
Track personal best words/time/score. -
FE
Notify when personal best is beaten upon game over. -
FE
Link to privacy policy in rewards scene, abiding to GDPR.
Changed
-
FE
Wrong casing is now accepted, halving the points of the wrong letters. -
FE
Device handling is simplified and bubbled up to theGame
instance itself. -
FE
Refactor text style handling. -
FE
Refactor button interaction handling.