Skip to content

0.3.0

Compare
Choose a tag to compare
@remigallego remigallego released this 29 Dec 21:16
· 70 commits to master since this release

0.3.0 - 29th December 2019

Added

  • Add playlist discovery + Adding tracks
  • Add settings menu
  • Add theme and dark mode
  • Improve explorer UI
  • Improve explorer performance with virtual lists
  • Use Webamp NPM package
  • Implement refresh token logic

Changed

  • Change icons
  • Refactor api functions to keep fetching recursively
  • Data transfer now goes through Redux
  • Refactor class-based components to functions, and refactor to Hooks
  • Refactor styles to styled-components
  • Change background color

Fixed

  • Fix scroll issues on Explorer

Removed

  • Remove persisted state because this was limiting scalability and refactoring of the architecture. Will be re-implemented in the future, hopefully.