Skip to content

Releases: fortio/progressbar

v1.2.0

25 Oct 03:59
825d32a

Choose a tag to compare

What's Changed

  • Adding NewAutoProgress so total can be set. Made Update() thread safe by @ldemailly in #21

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Apr 22:59
d4b664f

Choose a tag to compare

What's Changed

  • Adding NoPercent config option and Suffix / UpdateSuffix() by @ldemailly in #20
    (fixes #19 - was cumbersome to update a suffix or not see 1 digit % text)

Full Changelog: v1.0.1...v1.1.0

v1.0.1 - stable release!

18 Apr 18:08
33b87a8

Choose a tag to compare

No issue with 0.12.0 so promoting to 1.0

Full Changelog: v0.12.0...v1.0.1

v0.12.0

15 Mar 17:14
33b87a8

Choose a tag to compare

This might be now good enough/stable enough to be 1.0.0

What's Changed

Full Changelog: v0.11.1...v0.12.0

v0.11.1

14 Mar 23:58
3871c6f

Choose a tag to compare

What's Changed

  • Removed NewBarWithWriter() (use cfg.ScreenWriter = ... instead) and mbar.Init() which was internal only, better docs by @ldemailly in #13
  • Missed one last commit in #13 by @ldemailly in #14

Full Changelog: v0.10.0...v0.11.1

v0.11.0

14 Mar 23:54
59c18f3

Choose a tag to compare

v0.11.0 Pre-release
Pre-release

What's Changed

  • Removed NewBarWithWriter() (use cfg.ScreenWriter = ... instead) and mbar.Init() which was internal only, better docs by @ldemailly in #13

Full Changelog: v0.10.0...v0.11.0

v0.10.0

14 Mar 23:04
4eb6e34

Choose a tag to compare

What's Changed

  • Dynamic addition of bars support - and API cleanup, moved examples under examples/ common sub dir by @ldemailly in #12

Full Changelog: v0.9.0...v0.10.0

v0.9.0

13 Mar 03:52
c577c22

Choose a tag to compare

What's Changed

  • Adding NewMultiBar() and MultiBar() to support an array of concurrent progress bars by @ldemailly in #11

Full Changelog: v0.8.0...v0.9.0

v0.8.0

12 Mar 20:25
d9a7265

Choose a tag to compare

What's Changed

  • Adding NoAnsi option (for testing, go playground or terminals without ANSI support) by @ldemailly in #10

Full Changelog: v0.7.1...v0.8.0

v0.7.1

12 Mar 19:04
40b13de

Choose a tag to compare

What's Changed

  • Improve godoc/comments (#9)

Full Changelog: v0.7.0...v0.7.1