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

chore: cut 0.6.0

parent fe57929d
No related branches found
Tags v0.6.0
No related merge requests found
Pipeline #25357 canceled
......@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.6.0] - 2022-04-06
### Added
- `FE` added game clock.
- `FE`/`BE` added ingame time tracking.
- `FE` clues are placed in bounded area
- `FE` clues are placed in a smart way, seeking free spaces and avoiding piles.
- `FE` the whole HUD is scaled responsively.
- `FE` all game entities are scaled responsively.
- `FE` pause shortcut for desktop and mobile.
- `FE` make game more discoverable w/ better hints.
### Changed
- `FE` general rehaul of UI/HUD and aesthetics.
### Fixed
- `FE` fixed pause handling in ingame time.
- `BE` improve shot graph readability in dashboard.
- `FE` clues don't overlap anymore.
## [0.5.0] - 2022-04-04
### Added
......@@ -100,7 +123,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.5.0...development
[unreleased]: https://gitlab.inf.unibz.it/commul/oetzi/compare/0.6.0...development
[0.6.0]: https://gitlab.inf.unibz.it/commul/oetzi/compare/0.5.0...0.6.0
[0.5.0]: https://gitlab.inf.unibz.it/commul/oetzi/compare/0.4.0...0.5.0
[0.4.0]: https://gitlab.inf.unibz.it/commul/oetzi/compare/0.3.0...0.4.0
[0.3.0]: https://gitlab.inf.unibz.it/commul/oetzi/compare/0.2.0...0.3.0
......
{
"name": "oetzi-backend",
"version": "0.4.0",
"version": "0.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "oetzi-backend",
"version": "0.4.0",
"version": "0.6.0",
"license": "MIT",
"dependencies": {
"@sinclair/typebox": "^0.23.4",
......
{
"name": "oetzi-backend",
"version": "0.4.0",
"version": "0.6.0",
"description": "Ötzi game backend.",
"main": "src/index.js",
"scripts": {
......
{
"name": "oetzi-backend",
"version": "0.4.0",
"version": "0.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "oetzi-backend",
"version": "0.4.0",
"version": "0.6.0",
"license": "MIT",
"dependencies": {
"axios": "^0.26.0",
......
{
"name": "oetzi-backend",
"version": "0.4.0",
"version": "0.6.0",
"description": "Ötzi game frontend.",
"license": "MIT",
"scripts": {
......
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