Skip to content

Releases: vbauerster/getparty

v1.18.3

20 Oct 10:57
Compare
Choose a tag to compare

Changelog

v1.18.2

27 Sep 06:38
Compare
Choose a tag to compare

Changelog

v1.18.1

09 Sep 17:08
Compare
Choose a tag to compare

Changelog

v1.18

09 Sep 10:04
Compare
Choose a tag to compare

Changelog

  • d60b33c case with commas, instead if inside default
  • f0d6b5b release go-version: 1.19
  • 56969c0 go 1.18
  • 066e6a9 go get -u
  • 2863236 drop ioutil
  • 31b1e13 mpb v8.0.1
  • 739a0a8 User-Agent upd for chrome and firefox
  • f8156e9 debug max retry event
  • 04b8f01 abort total bar asynchronously
  • 9a385ac handle ErrUnexpectedEOF again
  • f23c3d6 refine debug messages
  • 1303ed1 initialize bar at first resp error, if it isn't initialized yet
  • 36cd817 that's ok to inc total bar asyncronously
  • cf38f4a handle ErrUnexpectedEOF
  • 4b75d54 remove redundant else
  • f7a80aa verbose debug message
  • 9926b4c debug log retry reason
  • d89d627 don't log if panicing
  • 74cbff3 if err == nil at this point, most probably context has been expired
  • ae61492 move http.StatusOK checks to resp switch body
  • 1d66f03 verbose debug messages
  • d0b33a0 correct EOF detection
  • c2b89dc mpb v8.0.0

v1.17.3

26 Aug 10:52
Compare
Choose a tag to compare

Changelog

  • c8737b9 mpb v7.5.2
  • ffb0016 mpb v7.5.0
  • e246cf6 inline syscall.Stdin
  • 22f536c replace eta with "--:--" on bar abort
  • 37e4a0b refine debug error messages
  • acfbfa1 fix: don't shadow glob err
  • 0c7dcae prefer io.ReadFull to io.CopyN
  • 03c2820 no need to increment total bar if there is io.Copy error
  • 01f5019 don't initialize total bar in quiet mode
  • ffb6a09 decor.WCSyncWidth in order to correctly allign eta
  • 64d7303 bugfix: session.Elapsed must be added, no assigned each time
  • f75eb14 use decor.Conditional
  • d5c0021 nameless build
  • fce66aa don't overwrite session elapsed if there're no bytes written
  • fee4cf7 Sometimes EOF doesn't mean that written = total, so check that.

v1.17.2

24 May 10:32
Compare
Choose a tag to compare

Changelog

v1.17.1

26 Mar 18:00
Compare
Choose a tag to compare

Changelog

v1.17

26 Jan 09:31
Compare
Choose a tag to compare

Changelog

v1.16

23 Jan 07:58
Compare
Choose a tag to compare

Changelog

  • 68d35a6 mpb v7.3.2
  • 46f47f4 fix build workflow
  • 05b9d86 Revert "minor: defaults are specific to build job only"
  • cfab13f don't reset timer if there is err
  • ac0754c CopyN where N = bufSize
  • be1e851 fix build
  • 5a9f86c temporary error is a bullshit, remove at all
  • 5c8f328 fixup! calcParts returns error if fragment < 64
  • 1cf1b5d do not check for p.isDone inside p.Download
  • 9d2530b calcParts returns error if fragment < 64
  • 7492035 import upd: x/crypto/ssh/terminal to x/term
  • f22578a fix build badge
  • 3e2de78 retry follow on server errors 5XX
  • 63c6716 build workflow branches
  • 507c78e remove proxywriter.go
  • b02256d build workflow
  • 020615d don't check never happen case
  • c6632b7 check for -p=0 case early
  • 5018fcb fix: remove SuggestedFileName at checkExistingFile
  • 70f88ee makeReqPatcher
  • 3a3fdbd fix isResumable
  • b8d3401 go get -u
  • cc6ec06 refresh session if restored one is redirected
  • 77a0763 refactoring: backoff
  • b9cdea0 backoff inside follow
  • 7201fa9 refactoring: applyHeaders
  • 296551d refactoring: makeTotalBar
  • 7b34c09 fixup! fix on complete color flash
  • b3af2e8 set cookies from restored session
  • eb634f6 don't set options.HeaderMap if session is restored
  • d9c3607 don't make total bar in quiet mode
  • b6d94b5 make sure signalNoPartial is not double closed
  • 841fb67 fix nil deref on cmd.bestMirror
  • 9bdfb13 capitilize total
  • 2b51dac fix on complete color flash
  • 8fba833 check for p.isDone once
  • 33c6d45 consistent debug ERR messages
  • 0ca812e set p.Stop for non resumable session
  • 9095d1d isDone checks is done
  • cb04e22 remove unnecessary session check
  • d1c6b90 dump state for resumable session only
  • 7d1ef62 check if timeout set at top
  • a45f926 remove colon from "Concatenating:"
  • 8fbe00d windows compatible spinner
  • e03dc8f separate totalbar for windows
  • 9352fde writeSummary: don't print "Saving..." if there are no parts
  • 3d6378e check fresh session if available
  • 40225c3 makeBar signature
  • de6d36b implement Total(x/x)
  • 4fa4cc1 session makeProxyWriter
  • 324a6be calcParts: retrun nil if parts == 0
  • c7f07c0 checking cmd.options.Parts is not needed here
  • ddaaaa4 rename p.pw to p.totalWriter
  • 0d6acb4 refactor filter func
  • eb7624d assign session.Elapsed at right place
  • 9b91437 state switch refactoring
  • 34bdc11 check BestMirror before state switch
  • 6cd98b7 follow: don't mutate cmd.options.OutFileName
  • 0c0afaa rename param: now to start
  • 5d469d4 set cmd.options.Parts from last session
  • 269cb8e implement overall progress bar

v1.15

07 Jan 08:07
Compare
Choose a tag to compare

Changelog

  • 9304a51 prefer spinner to bar when total is unknown