mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 13:42:20 +00:00
0.0.32 Flesh out track page
This commit is contained in:
parent
d7b7ceb122
commit
9074149925
17 changed files with 216 additions and 48 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue