GoScrobble/docs/changelog.md
Daniel Mason 038823055a
0.0.3
- Clean up login/redirect flow
- Add redirect when not authed on other endpoints
- Add GET /stats endpoint for overal stats
2021-03-30 16:09:48 +13:00

440 B

0.0.4

  • Display stats on homepage

0.0.3

  • Clean up login/redirect flow
  • Add redirect when not authed on other endpoints
  • Add GET /stats endpoint for overal stats

0.0.2

  • Login flow working..
  • Jellyfin scrobble working
  • Returns scrobbles via API for authed users /api/v1/user/{uuid}/scrobble
  • Add redis handler + funcs
  • Move middleware to pass in uuid as needed

0.0.1

  • Initial commit
  • Added basic registration/login flow