Releases: pwittchen/spotify-cli-linux
Releases · pwittchen/spotify-cli-linux
v1.9.0
What's Changed
- Add --songuri and --listuri to enable playing a song or playlist Uri by @Myoldmopar in #86
- Error Handling and Format Cleanup by @Myoldmopar in #85
New Contributors
- @Myoldmopar made their first contribution in #86
Full Changelog: v1.8.3...v1.9.0
1.8.3
What's Changed
- Switch to pure python library for dbus by @allhailwesttexas in #82
New Contributors
- @allhailwesttexas made their first contribution in #82
Full Changelog: v1.8.2...v1.8.3
1.8.2
1.8.1
1.8.0
Notes:
- added --position param
- updated CI configuration
What's Changed
- migration from Travis CI to Github Actions, solves #68 by @pwittchen in #69
- Add --duration argument by @Korbaux in #72
- issue #73 fix failing CI build via GH Actions by @pwittchen in #74
New Contributors
- @Korbaux made their first contribution in #72
Full Changelog: v1.7.1...v1.8.0
1.7.1
1.7.0
- added statusposition argument
- fixed file name in .travis.yml: checkformat.py -> check_format.py
- fixed .travis.yml CI build config
- converted bash Scripts to Python Scripts
- added double quote to prevent globbing and word splitting
- added strip method to remove blank spaces in input
- updated formatting and Makefile
- updated shebang
1.6.0
1.5.1
1.5.0
- performed code cleanup by re-ordering functions
- fixed grammar in docs
- replaced duplicated calls in bash scripts with loops
- updated string formatting with
print(f'...')
method - PR #44 - changed version check to all Python 3 versions - PR #46
- added function to display the image url of the album with
--arturl
parameter - PR #45 - added support for third-party clients with
--client CLIENTNAME
parameter - PR #45 - abandonned deprecated Python 2 support (Python 2.7 development will stop in 2020)
- now we're supporting Python 3 only what was reflected in the script shebang and code