Skip to content

Releases: TheoIsDumb/raga

v1.1

24 Jul 13:36
Compare
Choose a tag to compare
  • "Currently Playing" is re-arrangable, thanks to svelte-dnd-action! 🥳
  • Fixed Seek (replaced DIY seekbar with input[type="range"] and a load of ::-webkit and ::-moz CSS stuff)
  • Added Repeat, Shuffle, Mute, Volume control in Player
  • Added Enqueue feature for albums and playlists
  • Can pause, play, go to next/previous tracks with hardware buttons, eg. Bluetooth headphones (added navigator.mediaSession action handlers)
  • Now Playing SVG now shows up on top of image in Currently Playing, just like in ViMusic
  • Less code (moved functions into utils.js, removed repeating stuff, merged cards into one)