Releases: pwittchen/spotify-cli-linux
Releases · pwittchen/spotify-cli-linux
1.5.1
19 May 08:36
Compare
Sorry, something went wrong.
No results found
fixed displaying of the lyrics - PR #48
1.5.0
12 May 11:51
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
fixed volume control (now script controls app volume instead of system volume) - issue #10 , PR #40
1.4.1
07 Feb 21:14
Compare
Sorry, something went wrong.
No results found
handling input in a different way in shell mode depending on Python version
1.4.0
02 Feb 19:40
Compare
Sorry, something went wrong.
No results found
added dependency to lyricwikia
added --lyrics option
1.3.0
22 Jan 19:27
Compare
Sorry, something went wrong.
No results found
1.2.7
15 Jan 22:40
Compare
Sorry, something went wrong.
No results found
1.2.6
08 Jan 23:03
Compare
Sorry, something went wrong.
No results found
adding classifiers to setup.py
1.2.5
05 Jan 11:21
Compare
Sorry, something went wrong.
No results found
updating setup.py (adding long_description) and simplifying release task in Makefile
1.2.4
05 Jan 10:53
Compare
Sorry, something went wrong.
No results found
Fixing version import for Python 3.7 and higher and keeping backward-compatibility with older Python versions - fixes #32