Skip to content
Snippets Groups Projects
Commit f672e7d0 authored by Paolo Brasolin's avatar Paolo Brasolin
Browse files

chore: cut 1.3.0

parent 6bec2364
No related branches found
No related tags found
No related merge requests found
Pipeline #25362 canceled
......@@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [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 the `Game` instance itself.
- `FE` Refactor text style handling.
- `FE` Refactor button interaction handling.
### Fixed
- `FE` Fix english in tutorial.
- `FE` Fix text alignment in tutorial.
- `FE` Fix arrows emoji for mobile in tutorial.
- `FE` Fix wonky clue positioning in tutorial.
- `FE` Fix pause overlay when in game over screen.
- `FE` Disable focus pausing in reward scene, as prompts are tricky.
## [1.2.0] - 2022-05-11
### Added
......
{
"name": "oetzit-backend",
"version": "1.2.0",
"version": "1.3.0",
"description": "Ötzit! backend.",
"license": "MIT",
"author": {
......
{
"name": "oetzit-backend",
"version": "1.2.0",
"version": "1.3.0",
"description": "Ötzit! frontend.",
"license": "MIT",
"author": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment