Skip to content

Releases: kubukoz/spotify-next

Feature: show message when jumping (j)

03 Sep 00:53
Compare
Choose a tag to compare

Bugfix: Remove double sonos prompt

03 Sep 00:53
Compare
Choose a tag to compare
v1.6.1

Remove double sonos prompt

v1.6.0

22 Aug 19:29
Compare
Choose a tag to compare

Sonos support is back!

If the device is restricted and you're trying to do anything that involves playback control, a call will be made to localhost:5005 to see if an instance of node sonos API is running there. If it is, while the device is restricted it'll be used to control playback instead of the Spotify API. When a non-restricted device is available again, the app will switch to Spotify API.

v1.5.0

15 Aug 00:48
Compare
Choose a tag to compare

Adds j or jump (jump to next section in song)

v1.4.0

07 Jul 20:47
815c9e7
Compare
Choose a tag to compare

This release is built with Scala 3!

v1.3.5

31 May 19:09
Compare
Choose a tag to compare

Fixes regression introduced in v1.3.4 (removing tracks didn't work).

v1.3.4

24 May 15:42
Compare
Choose a tag to compare

Remove circe-literal
Update scala-library to 2.13.6 (#189)
Update http4s-blaze-client, ... to 1.0.0-M22 (#194)
Update better-tostring to 0.3.2 (#190)
Update monocle-macro to 3.0.0-M6 (#192)
Update sbt-github-actions to 0.11.0 (#195)
Update sbt-tpolecat to 0.1.18 (#193)
Update scala-typed-holes to 0.1.9 (#191)
Update sbt-scala3-migrate to 0.4.2 (#187)
Update kind-projector to 0.13.0 (#186)
Move to github actions (#188)
Update cats-effect to 3.1.1
Update better-tostring to 0.3.1
Update cats-mtl to 1.2.1
Update kind-projector to 0.12.0
Update sbt-scala3-migrate to 0.4.1
Update sbt to 1.5.2
Update better-tostring to 0.3.0

v1.3.3

28 Apr 16:51
Compare
Choose a tag to compare

Minor update:

  • Show version on REPL startup (@toshihidetagami)
  • Add --version command
  • Library updates

v1.3.2

21 Apr 12:26
Compare
Choose a tag to compare

Drops Sonos support (nowadays we can use the Spotify API directly instead).