Skip to content

Releases: remigallego/winampify

0.3.4

01 Sep 09:11
Compare
Choose a tag to compare

0.3.3

21 Aug 07:44
Compare
Choose a tag to compare

0.3.3 - 20th August 2020

0.3.0

29 Dec 21:16
Compare
Choose a tag to compare

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.

0.2.2

29 May 18:51
Compare
Choose a tag to compare

[0.2.2] - 29th May 2019

Added

  • Error tracking with Sentry
  • Login window opens as popup
  • Auto login upon refresh

Fixed

  • Check valid url query params

0.2.1

27 May 22:18
Compare
Choose a tag to compare

[0.2.1] - 28th May 2019

Added

  • Text on empty filter types search
  • Changelog

Changed

  • Use different Redux configs for dev/prod environments
  • Optimized images

Fixed

  • Error on PUT response
  • Wrong search pagination explorer id
  • Undefined action type caused by bindActionCreators
  • Miscellaneous tslint warnings

Removed

  • Removed a bunch of console logs and deprecated comments

TypeScript migration, Webamp unforked

27 May 22:01
Compare
Choose a tag to compare
  • Migrate the project to TypeScript
  • Project now built outside of Webamp's repo