electron-dl-manager
Advanced tools
Changelog
2.3.1 (2024-03-28)
No actual logic changes.
Changelog
2.3.0 (2024-03-27)
onDownloadInterrupted()
for the download completed
state. This should cover urls that result in 404s.
interruptedVia
to DownloadData
to indicate the state in which the download was interrupted from.saveAsFilename
since it should auto-calculate the filename from the URL if not provided.resolvedFilename
was not populated when not using a save as dialog.Changelog
2.2.0 (2024-03-25)
Added to DownloadData
:
isDownloadResumable()
Changelog
2.1.0 (2024-03-25)
Added to DownloadData
:
downloadRateBytesPerSecond
estimatedTimeRemainingSeconds
See Readme for more information.
Changelog
2.0.5 (2024-03-25)
Changelog
2.0.3 (2024-03-25)
unused-filename
from 4
to 3
series due to issue with jest not supporting esmodules wellChangelog
2.0.2 (2024-03-22)
cancelledFromSaveAsDialog
was not being set if the user cancelled from the save as dialogChangelog
2.0.0 (2024-03-22)
Complete refactor to make things more organized and readable. Unit tests are more sane now.
Breaking Changes:
showBadge
option has been removed. The reasoning is that you may have other items that you need to include in your badge count outside of download counts, so it's better to manage that aspect yourself.
The callbacks return a DownloadData
instance instead of a plain object. The data sent is the same as it was in v1.