Skip to content

Releases: pwittchen/spotify-cli-linux

1.5.1

19 May 08:36

Choose a tag to compare

  • fixed displaying of the lyrics - PR #48

1.5.0

12 May 11:51

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

1.4.2

04 Apr 16:33

Choose a tag to compare

  • fixed volume control (now script controls app volume instead of system volume) - issue #10, PR #40

1.4.1

07 Feb 21:14

Choose a tag to compare

  • handling input in a different way in shell mode depending on Python version

1.4.0

02 Feb 19:40
534b148

Choose a tag to compare

  • added dependency to lyricwikia
  • added --lyrics option

1.3.0

22 Jan 19:27

Choose a tag to compare

  • added shell mode

1.2.7

15 Jan 22:40

Choose a tag to compare

  • updating docs

1.2.6

08 Jan 23:03

Choose a tag to compare

  • adding classifiers to setup.py

1.2.5

05 Jan 11:21
a2d3428

Choose a tag to compare

  • updating setup.py (adding long_description) and simplifying release task in Makefile

1.2.4

05 Jan 10:53
49d71de

Choose a tag to compare

  • Fixing version import for Python 3.7 and higher and keeping backward-compatibility with older Python versions - fixes #32