Skip to content

Releases: pwittchen/spotify-cli-linux

1.2.2

18 Dec 18:16
Compare
Choose a tag to compare

refactored code: extracted script arguments into dictionary

1.2.1

15 Dec 23:31
Compare
Choose a tag to compare
  • updated project description
  • updated release configuration

1.2.0

15 Dec 22:34
Compare
Choose a tag to compare
  • replaced getopts with argparse for parsing CLI arguments
  • added auto-generation of the help for the script
  • added -h param
  • renamed param --status-short to --statusshort
  • renamed param --song-short to --songshort
  • renamed param --artist-short to --artistshort
  • renamed param --playback-status to --playbackstatus
  • slightly reformatted the code

1.1.1

15 Dec 16:53
Compare
Choose a tag to compare

updated license to GPL 3.0

1.1.0

15 Dec 13:07
Compare
Choose a tag to compare
  • added new options:
    • --song
    • --song-short
    • --album
    • --artist
    • --artist-short
    • --playback-status
  • extracted version to spotifycli/version.py file
  • removed short options:
    • -h
    • -v
  • added info about utf-8 encoding to the file header
  • updated script shebang from #!/usr/bin/env python to #!/usr/bin/python -u due to problems with the script execution

1.0.0

29 Mar 22:22
Compare
Choose a tag to compare

First release of the library available on pypi

https://pypi.org/project/spotify-cli-linux/1.0.0/