Skip to content

v4.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 11:32
· 967 commits to main since this release

Features

  • load favourites if there is at startup (thoulee)
  • add appbar to favs (thoulee)
  • move UserHeader to Drawer (thoulee)
  • Add react-native-swipeable-list to favs and album page (thoulee)
  • add long press to remove track from queue (thoulee)
  • add HapticFeedback to buttons (thoulee)
  • add user redux slice (thoulee)

Bug Fixes

  • restore TrackListSheet component to handle TrackPlayer queue asynchronously (thoulee)
  • add Suspense ro Drawer UserHeader (thoulee)

Code Refactoring

  • Remove usePlaylist hook and related code (thoulee)
  • Rename FavsHeader component to TracksHeader and update styling (thoulee)
  • Update TrackListSheet component to use TrackType instead of Track (thoulee)
  • update QuickActions with context (thoulee)
  • Update SongItem component to use TrackType only instead of Song (thoulee)
  • extract IndexOfSong from SongItem (thoulee)

Commits