Releases: remigallego/winampify
Releases · remigallego/winampify
0.3.4
0.3.3
0.3.3 - 20th August 2020
0.3.0
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
0.2.1
[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
- Migrate the project to TypeScript
- Project now built outside of Webamp's repo