5.2.0
New features:
- Add
eachFile
method that adds an action to be applied to each source URL before it is downloaded. The action can be used to modify the filename of the target file. - Add
runAsync
method to download extension. This allows multiple files to be downloaded in parallel if the download extension is used. For normal download tasks, multiple files were downloaded in parallel already.