GoScrobble/docs/changelog.md

11 lines
269 B
Markdown
Raw Normal View History

# 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
2021-03-28 08:52:34 +00:00
# 0.0.1
- Initial commit
- Added basic registration/login flow