0.0.32 Flesh out track page

This commit is contained in:
Daniel Mason 2021-08-13 21:37:53 +12:00
parent d7b7ceb122
commit 9074149925
Signed by: idanoo
GPG key ID: 387387CDBC02F132
17 changed files with 216 additions and 48 deletions

View file

@ -1,3 +1,10 @@
# 0.0.32
- Add related records into track API
- Build out track page to show links to related records
- Tidy UI *even more*
- Bump golang build to 1.16.7
- Added DevMode env var. This prevents the background workers running on local machines
# 0.0.31
- Added newlines for flamerohr
- Tidied pages

View file

@ -30,5 +30,6 @@ These are stored in `web/.env.production` and `web/.env.development`
MAIL_FROM_ADDRESS= // FROM email
MAIL_FROM_NAME= // FROM name
DEV_MODE=false // true|false - Defaults false
GOSCROBBLE_DOMAIN="" // Full domain for email links (https://goscrobble.com))
STATIC_DIR="web" // Location to store images (This will serve from web/static)