Releases: pwittchen/spotify-cli-linux
Releases · pwittchen/spotify-cli-linux
v1.9.1
What's Changed
- Fix IndexError in spotifycli.py for Python 3.13 compatibility by @panpeacemaker in #89
New Contributors
- @panpeacemaker made their first contribution in #89
Full Changelog: v1.9.0...v1.9.1
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