2.1.0-RC11
tonyofrancis
released this
30 Jun 13:52
·
647 commits
to v3.0x
since this release
Version 2.1.0-RC11
- Fixed Database Migration issue that caused crash.
- Added new field downloadOnEnqueue on Request and Download class.
Use: Action used by Fetch when enqueuing a request to determine if to place the new request in
the downloading queue immediately after enqueue to be processed with its turn arrives.
The default value is true. If true, the download will have a status of Status.QUEUED.
If false, the download will have a status of Status.NONE.