Skip to content

Releases: vbauerster/mpb

v7.0.5

04 Aug 14:26
Compare
Choose a tag to compare

This release fixes bar.Abort() method behavior, see #93.
It also contains optimizations which reduce flickering if many bars are used.

v7.0.2

05 Jun 10:54
Compare
Choose a tag to compare

v7 released to support complex filler 'runes', see #86.

Breaking change:

Signature of NewBarFiller function has changed. If you never used that function before, it's safe to migrate to v7.

Related examples that use features of v7:
mexicanBar
spinTipBar
singleBar

v6.0.2

v5.4.0

05 Jan 10:39
Compare
Choose a tag to compare
  • Fixed issue #85.
  • BarFillerTrim same as TrimSpace but for better discoverability.
  • One more test TestMaxWidthDistributor

v5.3.0

11 Aug 17:34
Compare
Choose a tag to compare

mpb v5.2.4

19 Jul 09:56
Compare
Choose a tag to compare

Fixed #73

mpb v5.2.3

07 Jul 05:46
Compare
Choose a tag to compare

Some optimization and minor fixes in cwriter package.

mpb v5.2.2

23 May 06:20
Compare
Choose a tag to compare

Fixed #68 and minor bug fixes.

mpb v5.2.1

20 May 09:40
Compare
Choose a tag to compare

New dependency on go-runewidth so decorators can use emoji or any double width runes, refer to complex example.

Added:

Minor breaking change:

  • decor.Statistics now passed by value in decor.Decorator and mpb.BarFiller interfaces. If you don't use custom decorators, you're not affected.

Fixed #55 #66

mpb v5.0.3