Skip to content

Releases: thenishantsapkota/spotbee

2.0.0

03 Sep 14:43

Choose a tag to compare

What's Changed

  • build(deps): bump aiohttp from 3.8.1 to 3.8.2 by @dependabot[bot] in #4
  • build(deps): bump spotipy from 2.19.0 to 2.25.1 by @dependabot[bot] in #11
  • build(deps): bump aiohttp from 3.8.2 to 3.12.15 by @dependabot[bot] in #10
  • Added logo for SpotBee

Full Changelog: v1.1.0...2.0.0

Version 1.1.0

03 May 17:31

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

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.