Releases: Ak5cel/heartify-cli
Releases · Ak5cel/heartify-cli
v1.0.0
The first official release! 🎉
Changelog:
- adds colour to the CLI output, successes and errors are now more visually intuitive
- updates
init
to also fetch the user's liked songs and metadata. Earlier, songs and metadata were fetched in theexport
command, soshow-genres
needed to be ran after an export, else it would show 0 genres. This update fixes that issue, so nowshow-genres
has all the data it needs directly after running aninit
. - adds error handling for HTTP 500 from the Spotify Web API
- adds more details and example calls to the built-in
--help
v1.0.0-beta.4
Changelog:
- Removes the
express
dependency by refactoring auth to use the built-inhttp
module - Reduces the package size from 80kB to 64.9kB (unpacked) by allowlisting packaged files in the 'files' property of package.json 🎉
v1.0.0-beta.3
Changelog
- adds documentation for the
--filter
option
v1.0.0-beta.2
Changelog:
- Adds a
--version, -V
option - Fixes unexpected behaviour when passed a range value to a String field like
artist
- now throws an InvalidArgumentError - Fixes the sql error while refreshing user tokens, tokens refresh automatically without any (known) issues now
- Updates to README
v1.0.0-alpha.2
Work in Progress!
It should still have most of the base features, so feel free to raise an issue if you find anything that needs fixing 🔧