* Fix issue where player option was unnecessarily required in the CLI * Refactored to use `afplay-py` library for the `afplay`-based player.
0.1.4
* New "player" architecture so that more player types can be added. * Support for `afplay` as a player option
0.1.3
* A way to create the main CLI group with your own SDK instance, for integration purposes. * New CLI command: `audius config app-name` to show the configured app name. * A config class for managing all configuration. * The beginning of the notion of aliases, which will be useful for storing IDs.
0.1.2
* Switch back to `setup.py`
0.1.1
* dependencies fix
0.1.0
* Basic CLI / SDK commands for users, playlists, tracks, and tips. * Play / Stream a track from Audius into your terminal or Python session. * Download track feature.