v0.2.7
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 .