Releases: barnslig/diversity-puzzle-trails
Releases · barnslig/diversity-puzzle-trails
v1.18.1
1.18.1 (2022-02-05)
Bug Fixes
- docker: Listen on ipv4 localhost so things work without ipv6 🤡 (eedfd64)
- messages: Retrieve hasMessage from game manifest (e8709fd)
v1.18.0
1.18.0 (2022-01-22)
Features
- messages: Initial implementation of the messages feature (7788d94), closes #13
v1.16.0
1.16.0 (2022-01-19)
Bug Fixes
- backend: Fix game creation, do not show readonly fields on new game (2b828e6)
Features
- clock: Add time unit field so parameters can change by minutes (fc115cd)
- clock: Implement new, easier to handle, more efficient clock algorithms (a51be4d)
Performance Improvements
- backend: Remove N+1 on the parameters endpoint (2bbb028)
v1.15.1
1.15.1 (2022-01-19)
Bug Fixes
- docker: Install gettext so the docker image can be built again (405b73f)
v1.15.0
1.15.0 (2021-12-30)
Features
- backend: Translate API error messages (d17239e)
- Check for game existence before joining it (2a89eb9)
- Implement displaying user scope depending on game manifest :) (415d5a1)
- Reset game when it is unknown, improve error handling (8f6ea8a)
- backend: Add feature flags to game model and expose via API (0592632)
- docs: Add games manifest API endpoint (75ad059)
v1.14.1
1.14.1 (2021-12-25)
Bug Fixes
- backend: "errors" needs to be lower-case (0090649)
- Change QR-Code URL (98a4718)
- Make uuid editable in admin (1e6b555)
- Switching from uuid to string in qr-codes (caaacaf)
v1.14.0
1.14.0 (2021-12-25)
Features
- Inline one-to-many models in Django admin (d3b7903)
v1.12.0
1.12.0 (2021-12-25)
Features
- i18n: Make enums translatable, remap enums to API values (766b47a)
- i18n: Make model instance string representation translatable (06c89fa)
- i18n: Make model labels and field labels translatable (7e45db6)
- i18n: Use German as the default language (b8a5c3f)