Skip to content

Releases: pwittchen/spotify-cli-linux

v1.9.0

17 Dec 12:12
Compare
Choose a tag to compare

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

Full Changelog: v1.8.3...v1.9.0

1.8.3

09 Dec 10:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.8.3

1.8.2

01 Nov 12:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.8.2

1.8.1

15 Mar 22:12
a991d53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

1.8.0

11 Mar 11:40
Compare
Choose a tag to compare

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

05 Nov 16:19
Compare
Choose a tag to compare
  • updated version number

1.7.0

05 Nov 10:51
Compare
Choose a tag to compare
  • 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

22 Jun 20:57
Compare
Choose a tag to compare
  • removed volume controls

1.5.1

19 May 08:36
Compare
Choose a tag to compare
  • fixed displaying of the lyrics - PR #48

1.5.0

12 May 11:51
Compare
Choose a tag to compare
  • 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