Skip to content

v1.1

Latest
Compare
Choose a tag to compare
@TheoIsDumb TheoIsDumb released this 24 Jul 13:36
· 104 commits to master since this release
  • "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)