Skip to content

Releases: vbauerster/mpb

mpb v4.7.0

Choose a tag to compare

@vbauerster vbauerster released this 30 Apr 09:46

License change to Unlicense.

Added:

mpb v4.6.0

Choose a tag to compare

@vbauerster vbauerster released this 07 Mar 20:24

Added:

Deprecated:

Removed:

  • func (p *Progress) Abort(b *Bar, remove bool)
  • func WithContext(context.Context) ContainerOption

mpb v4.5.0

Choose a tag to compare

@vbauerster vbauerster released this 21 Feb 07:48

mpb v4.4.0

Choose a tag to compare

@vbauerster vbauerster released this 18 Feb 10:24

SetCurrent, colses #33

mpb v4.3.0

Choose a tag to compare

@vbauerster vbauerster released this 18 Feb 10:22

BarReverse option

mpb v4.2.0

Choose a tag to compare

@vbauerster vbauerster released this 06 Feb 14:22
  • better windows support
  • for posix terminals, ANSI sequence change from CUU1,EL\r for each line to single CUUn,ED where n is line count. Hopefully should fix blinking effect.
  • for infrequent (long) refresh rates, there is no latency on bar complete event, i.e. bar quits as soon as it has been completed.
  • added spinner decorator
  • as usual it is go module

mpb v4.0.0

Choose a tag to compare

@vbauerster vbauerster released this 30 Jan 21:02

mpb v4 requires Go 1.10.3+ (or Go 1.9.7+)
mpb v4 is a Go module and thus breaks the import path; use "github.com/vbauerster/mpb/v4" and "github.com/vbauerster/mpb/v4/decor"

mpb 3.3.4

Choose a tag to compare

@vbauerster vbauerster released this 26 Jan 18:58

Make SetTotal non-blocking, to prevent misuse, such in #34
Some performance optimisations

mpb 3.3.3

Choose a tag to compare

@vbauerster vbauerster released this 15 Dec 08:26

Fixes:

New features:

mpb 3.3.2

Choose a tag to compare

@vbauerster vbauerster released this 12 Aug 09:46

New Bar option BarNewLineExtend.
TimeNormalizer, to be used directly with MovingAverageETA.
Signature of Abort method has been changed a bit.
RefillBy deprecated, use SetRefill instead.