CHANGELOG 538 B

1234567891011
  1. Version 0.0.1 Initial Development
  2. Version 0.0.2 - 5/12/2020
  3. - Split program into several callable functions
  4. - Added config file reader for variables
  5. - Added Iteration function to retry ultiple appempts to download all files
  6. - Changed audio-format from mp3 to best
  7. - Added getopts routine to check for command line arguments
  8. - Command line arguments will override config.ini for download=true
  9. - will take -d and number to download jsons from Discogs.com API
  10. - Added first implementation of Verbosity (needs teaking)