Releases: barnslig/diversity-puzzle-trails
Releases · barnslig/diversity-puzzle-trails
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
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)