Skip to content

1.5.0

Compare
Choose a tag to compare
@pwittchen pwittchen released this 12 May 11:51
· 71 commits to master since this release
  • 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