Skip to content

Releases: thenishantsapkota/spotbee

Version 1.1.0

03 May 17:31
Compare
Choose a tag to compare

New Features

  • Made spotbee package executable

What's Changed

  • build(deps): bump aiohttp from 3.8.0 to 3.8.1 by @dependabot in #2

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Mar 14:42
Compare
Choose a tag to compare

Features

  1. Add a way to get just the track titles from Spotify without converting them to YouTube URLs by using the get_track_titles function.
  2. Add an example for the above mentioned function.

Changes

  1. Refactor all the redundant code and add helper functions to handle all the Spotify Track types.