Skip to content

v1.0.10

Compare
Choose a tag to compare
@thlucas1 thlucas1 released this 20 Mar 19:45
· 70 commits to master since this release

[ 1.0.10 ] - 2024/03/20

  • Added service follow_artist to add the current user as a follower of one or more artists.
  • Added service unfollow_artist to remove the current user as a follower of one or more artists.
  • Added service save_album_favorites to save one or more items to the current user's album favorites.
  • Added service remove_album_favorites to remove one or more items from the current user's album favorites.
  • Updated underlying spotifywebapiPython package requirement to version 1.0.37.
  • Updated service playlist_create to add the image_path argument to allow a cover art image to be assigned when a playlist is created.
  • Updated service playlist_change to add the image_path argument to allow a cover art image to be updated when a playlist details are updated.