Skip to content

Releases: vbauerster/mpb

mpb 2.0.3

12 Mar 18:53
Compare
Choose a tag to compare

remove "log" dependency
minor performance improvement (not allocating new map, to maintain sequencing)
some refactoring

mpb 2.0.2

11 Mar 09:27
Compare
Choose a tag to compare

better ETA computation
minor fixes inside newWidthSync

mpb 2.0.1

10 Mar 07:57
Compare
Choose a tag to compare

Fixed bug, when bar size gets > than provided width.
Show Width Sync usage in Readme.

mpb 2.0.0

08 Mar 13:58
Compare
Choose a tag to compare

Incompatible API comparing to v1:

  • parameterless constructor: p.New()
  • new methods: p.WithCancel(); p.WithContext() both used for cancelation puproses.
  • DecoratorFunc type signature changed to: func(*Statistics, chan<- int, <-chan int) string
  • Signatures of all predefined decorators changed.

New Feature:
Dynamic Decorator's Width Sync: Sync width among decorator group (column)

mpb 1.1.3

08 Mar 13:23
Compare
Choose a tag to compare

(formatter) cleanup with greater test coverage. Thanks to @alevinval
(posix-writer) test coverage, simplify logic and faster clearLines(). Thanks to @alevinval

mpb 1.1.2

18 Feb 12:25
Compare
Choose a tag to compare

Minor bug fixes.

mpb 1.1.1

16 Feb 17:46
Compare
Choose a tag to compare

Introduce new method:
(*mpb.Progress).Format(format string)
for customising bar format

mpb 1.1.0

30 Jan 05:41
Compare
Choose a tag to compare

Introduce
(*mpb.Progress).BeforeRenderFunc(f mpb.BeforeRender)
method, which accepts a func, which gets called before render process. Ideal place to sort bars, see sort example.
Removed (*mpb.Progress).WithSort method
Removed (*mpb.Bar).Current method, use (*mpb.Bar).GetStatistics instead

mpb 1.0.1

24 Jan 05:42
Compare
Choose a tag to compare

Fix update for urxvt, thanks to @fd0
Display simple spinner if total is unknown

mpb 1.0.0

06 Jan 09:19
Compare
Choose a tag to compare

Stable release of mpb