Skip to content

Releases: DanGough/PsDownload

0.2.2

02 May 23:40
Compare
Choose a tag to compare
  • Added $null as first user agent to try, to resolve issue with SourceForge downloads redirecting when a browser is detected.

0.2.1

18 Apr 11:08
Compare
Choose a tag to compare

Bug fix to retry with next user agent rather than throw an exception in Invoke-Download.

0.2.0

17 Apr 22:59
Compare
Choose a tag to compare
  • New function Resolve-Uri, to enable retrieving just absolute/resolved URL, filename, filesize, and modified date without downloading the file.
  • Added Headers parameter.
  • Added function help and improved logging and error handling.

0.1.2

13 Sep 17:23
Compare
Choose a tag to compare
  • Fixes a 'divide by zero' error when the file size could not be determined from the headers
  • General progress bar improvements, showing bytes read and percentage complete
  • Buffer increased from 16KB to 64KB

0.1.1

12 Sep 08:18
Compare
Choose a tag to compare

Added fixes from #1 to enable cross-platform compatibility.