Skip to content

Releases: barnslig/diversity-puzzle-trails

v1.6.0

23 Jul 09:20
Compare
Choose a tag to compare

1.6.0 (2021-07-23)

Features

  • backend: Switch Code to UUID & Add QR_Code.png generation to save function for codes (d87fb5f)

v1.5.0

22 Jul 10:34
8b52d51
Compare
Choose a tag to compare

1.5.0 (2021-07-22)

Features

  • backend: Adds bearer recognition & user authentication (cc79562)
  • backend: Adds Userbased ActionPoints (ff5cc25)

v1.4.0

20 Jul 17:10
Compare
Choose a tag to compare

1.4.0 (2021-07-20)

Features

  • clock: Update the clock using a HTTP POST (660ed2f)

v1.3.0

16 Jul 14:42
Compare
Choose a tag to compare

1.3.0 (2021-07-16)

Features

  • Implement leave game menu option (22b0eb5), closes #16

v1.2.0

16 Jul 14:19
Compare
Choose a tag to compare

1.2.0 (2021-07-16)

Features

  • Implement game over handling (ff78875), closes #15

v1.1.0

04 Jul 22:06
Compare
Choose a tag to compare

1.1.0 (2021-07-04)

Features

  • Implement clock pause/resume handling (17ef391), closes #10

v1.0.0

30 Jun 11:15
Compare
Choose a tag to compare

1.0.0 (2021-06-30)

Bug Fixes

  • semantic-release: Remove MR branch, disable dry-run (1f8e85e)
  • Add forgotten robots.txt (100e5ff)
  • Fix manifest.json start_url, fix robots.txt (a944589)
  • netlify: Redirect everything to /index.html for the History API (7111481)
  • onboarding: Fix choose character position on iOS devices (1c2e2cc)
  • scanner: Fix invalid qr error message and torch (55d8f81)
  • Make the app bar and camera video fixed to prevent overflow scroll (afcaa10)
  • Normalize intermedite slashes in pathJoin (b069163)
  • parameters: Fix build after last commit (00db6a9)

Features

  • Add Django backend to the DPT-App, including documentation and first api endpoint for Clock and Parameter(read only) (40d38c0)
  • add semantic-release github action (f4b1ec1)
  • Implement onboarding screen that guides to choosing a character (1151660)
  • Improve bundle size by applying route-based code splitting (cd7845e)
  • Make PWA installable, disable search engine indexing (a17e6ca)
  • Reset character on join game (ee63384)
  • Stay on current page during preloading while navigating (4cbd6c1)
  • api: Add first draft of the OpenAPI spec (7e75f55)
  • code: Add error handling, improve test coverage (442aec0)
  • code: Make submit button sticky to the bottom (efc7e4a)
  • code: Start implementing executing QR codes (e7ee97b)
  • i18n: Implement message declaration/extraction/translation workflow (445b7ae)
  • navigation: Switch to a top-level bottom bar navigation (843cae7)
  • notifications: Add notistack material-ui toast notifications (9189bc0)
  • notifications: Improve toast positioning, make error translatable (563d8c0)
  • parameters: Load all parameters from the API using SWR (2573fd9)
  • start-page: Implement the start code page that sets the game id (448d272), closes #1
  • First draft on parameter display and qr code scanning (5ce2997)
  • Initial commit (c18926c)

Performance Improvements

  • qr-codes: Load zxing libraries async as they are huge (53116bf)