Updates

v62 / July 25, 2025

  • Improvements to "Added to Library" mouse-hovering logic on Release page
  • Working network request for Waitlist submission on Home page
  • Fix layout shift issue when hovering over the Library icon in the Header

v61 / July 24, 2025

  • Track authenticated user's Resume events
  • Track authenticated user's Skip events
  • Clicking the Track Title in the Player takes the User to the Release page for the Track
  • Style improvements to Home page

v60 / July 23, 2025

  • Add Hero section on Home page
  • Add Payout Diagram Section on Home page
  • Track authenticated user's Pause events

v59 / July 23, 2025

  • Populate Releases in user's Library
  • Improve style of Play and Pause buttons in Player
  • Track authenticated user's Play events

v58 / July 22, 2025

  • Display release as "Added to Stream Library" if it's been added
  • Ability to both add and remove items from Stream Library
  • Update "Stream Library" to "Library" across the site
  • Improve loading/rendering on Library page

v57 / July 21, 2025

  • Display Release artwork in LibraryTiles
  • Hide the Library Content's description if there is purchase data.
  • Add to Stream Library button on Release page
  • Add Download icon before the Download Purchase text on Release page
  • Ability to add Releases to Stream Library.

v56 / July 20, 2025

  • Prevent unnecessary refetches of purchases data on the Purchases Library page
  • Create LibraryTile component
  • Display LibraryTile for each purchase in the PurchaseLibrary
  • Include Artist names in LibraryTile
  • Navigate to Release page when a LibraryTile is clicked

v55 / July 19, 2025

  • Improved style of icons in Header
  • Initial implementation of Library page
  • Make Library page a protected route
  • Make Dream Frog in Header link to Home
  • Get User's Purchases when displaying the Purchases Library

v54 / July 19, 2025

  • Enable downloads from Release page
  • Add loading spinner on release download
  • Style improvements to Release page
  • Add Library icon to Header when User is logged in

v53 / July 18, 2025

  • Enable Previous and Next track buttons in audio player
  • Conditionally show Download menu on the Release page if the user has previously purchased the release
  • Improve styling of track lengths on the Release page
  • Ability to generate ZIP file from the Release page (not yet downloadable)

v52 / July 18, 2025

  • Use correct audio file naming conventions when fetching MP3s for streaming
  • Get seeking to work in audio player