Releases: thenishantsapkota/spotbee
Releases · thenishantsapkota/spotbee
2.0.0
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
New Features
- Made
spotbeepackage 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
Features
- Add a way to get just the track titles from Spotify without converting them to YouTube URLs by using the
get_track_titlesfunction. - Add an example for the above mentioned function.
Changes
- Refactor all the redundant code and add helper functions to handle all the Spotify Track types.