2021-04-01 10:17:46 +00:00
|
|
|
# 0.0.9
|
|
|
|
- Fix mobile menu auto collapse on select
|
|
|
|
- Add /u/ route for public user profiles (Added private flag to db - to implement later)
|
|
|
|
- Add /user route for your own profile / edit profile
|
|
|
|
- Added handling for if API is offline/incorrect
|
|
|
|
- Add index.html loading spinner while react bundle downloads
|
|
|
|
- Change HashRouter to BrowserRouter
|
|
|
|
- Added sources column to scrobbles
|
|
|
|
|
2021-03-31 08:40:20 +00:00
|
|
|
# 0.0.8
|
|
|
|
- Added Admin/Site config page in frontend for admin users
|
|
|
|
- Added API POST/GET /config endpoint
|
|
|
|
|
2021-03-31 00:16:42 +00:00
|
|
|
# 0.0.7
|
2021-03-31 06:14:22 +00:00
|
|
|
- Switch redux -> Context
|
|
|
|
- Remove excess packages
|
|
|
|
|
2021-03-30 10:03:40 +00:00
|
|
|
# 0.0.6
|
|
|
|
- Fix hitting dashboard when logged out
|
|
|
|
- Clean up app.js
|
|
|
|
|
2021-03-30 08:36:28 +00:00
|
|
|
# 0.0.5
|
|
|
|
- Only allow ItemType:Audio from Jellyfin
|
|
|
|
- Fix NavBar for Mobile (Ugly hack but.. TO REWORK)
|
|
|
|
- Fixed registration page issues
|
|
|
|
- Add functionality to pull recent scrobbles to Dashboard
|
|
|
|
- Add MX record lookup validation for emails
|
|
|
|
- Add username validation for a-Z 0-9 _ and .
|
|
|
|
- Dashboard shows basic table of last 500 scrobbles.
|
|
|
|
|
2021-03-30 02:02:04 +00:00
|
|
|
# 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
|
|
|
|
|
2021-03-29 07:56:34 +00:00
|
|
|
# 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
|