Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
commul
oetzit
Commits
3bc10847
Commit
3bc10847
authored
Mar 24, 2022
by
Paolo.Brasolin
Browse files
chore: cut 0.3.0
parent
fd12c693
Pipeline
#25354
canceled with stages
in 31 seconds
Changes
5
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3bc10847
...
...
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.0] - 2022-03-24
### Added
-
`FE`
Let clues fall w/ gravity to improve overlap situation.
-
`FE`
Make word size more uniform by guesstimating ascenders/descenders presence.
-
`FE`
Track input timing and keystrokes.
-
`FE`
Add virtual keyboard for mobile (which becomes input handler for desktop too).
-
`BE`
Swagger for API.
### Changed
-
`FE`
Move success/failure messages to improve readability.
-
`FE`
Rework background scaling.
-
`FE`
Circumvent texture key hashing to avoid collisions.
-
`BE`
Completely rework API (shallow RESTlike w/ Typebox).
### Fixed
-
`FE`
Immediately remove clue on failure.
-
`FE`
Solve difficulties in typing "öäüß" (w/ hidden virtual keyboard).
## [0.2.0] - 2022-03-15
### Added
...
...
@@ -42,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
POC by
[
Giovanni Moretti
](
https://www.giovannimoretti.it/
)
.
[
unreleased
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.2.0...development
[
0.2.0
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.2.0...0.2.0
[
unreleased
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.3.0...development
[
0.3.0
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.2.0...0.3.0
[
0.2.0
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.1.0...0.2.0
[
0.1.0
]:
https://gitlab.inf.unibz.it/commul/oetzi/compare/0.0.1...0.1.0
[
0.0.1
]:
https://gitlab.inf.unibz.it/commul/oetzi/tree/v0.0.1
backend/package-lock.json
View file @
3bc10847
{
"name"
:
"oetzi-backend"
,
"version"
:
"0.
1
.0"
,
"version"
:
"0.
3
.0"
,
"lockfileVersion"
:
2
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"oetzi-backend"
,
"version"
:
"0.
1
.0"
,
"version"
:
"0.
3
.0"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@sinclair/typebox"
:
"^0.23.4"
,
...
...
backend/package.json
View file @
3bc10847
{
"name"
:
"oetzi-backend"
,
"version"
:
"0.
1
.0"
,
"version"
:
"0.
3
.0"
,
"description"
:
"Ötzi game backend."
,
"main"
:
"src/index.js"
,
"scripts"
:
{
...
...
frontend/package-lock.json
View file @
3bc10847
{
"name": "oetzi-backend",
"version": "0.
1
.0",
"version": "0.
3
.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "oetzi-backend",
"version": "0.
1
.0",
"version": "0.
3
.0",
"license": "MIT",
"dependencies": {
"axios": "^0.26.0",
...
...
frontend/package.json
View file @
3bc10847
{
"name"
:
"oetzi-backend"
,
"version"
:
"0.
1
.0"
,
"version"
:
"0.
3
.0"
,
"description"
:
"Ötzi game frontend."
,
"license"
:
"MIT"
,
"scripts"
:
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment