Skip to content

2.3.2

Compare
Choose a tag to compare
@tonyofrancis tonyofrancis released this 01 Dec 21:19
· 26 commits to v2.3 since this release

Version 2.3.2

  • Downloader interfaces and classes that extend Downloader now have a new method called onPreClientExecute(client: T, request: Downloader.ServerRequest): R?
    This method allows you to specify settings on the client before executing the request.
  • Fixed resume bug with Parallel downloader