Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oetzit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
commul
oetzit
Commits
f672e7d0
Commit
f672e7d0
authored
2 years ago
by
Paolo Brasolin
Browse files
Options
Downloads
Patches
Plain Diff
chore: cut 1.3.0
parent
6bec2364
No related branches found
No related tags found
No related merge requests found
Pipeline
#25362
canceled
2 years ago
Stage: setup
Stage: check
Stage: build
Stage: deploy
Changes
3
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+30
-0
30 additions, 0 deletions
CHANGELOG.md
backend/package.json
+1
-1
1 addition, 1 deletion
backend/package.json
frontend/package.json
+1
-1
1 addition, 1 deletion
frontend/package.json
with
32 additions
and
2 deletions
CHANGELOG.md
+
30
−
0
View file @
f672e7d0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
backend/package.json
+
1
−
1
View file @
f672e7d0
{
"name"
:
"oetzit-backend"
,
"version"
:
"1.
2
.0"
,
"version"
:
"1.
3
.0"
,
"description"
:
"Ötzit! backend."
,
"license"
:
"MIT"
,
"author"
:
{
...
...
This diff is collapsed.
Click to expand it.
frontend/package.json
+
1
−
1
View file @
f672e7d0
{
"name"
:
"oetzit-backend"
,
"version"
:
"1.
2
.0"
,
"version"
:
"1.
3
.0"
,
"description"
:
"Ötzit! frontend."
,
"license"
:
"MIT"
,
"author"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment