Skip to content

v0.2.7

Compare
Choose a tag to compare
@Jacksgong Jacksgong released this 21 Apr 16:38
· 521 commits to master since this release

中文

New Interfaces

  • Add FileDownloader#setTaskCompleted(taskAtomList:List<FileDownloadTaskAtom>): Used to telling the FileDownloader Engine that a bulk of tasks have already downloaded by other ways.

Enhancement

  • Improve Robust: Throw the Fatal-Exception directly when you request to bind the FileDownloadService in the :filedownloader process manually. Closes #119 .