Releases: fortio/progressbar
Releases · fortio/progressbar
v1.2.0
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
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!
No issue with 0.12.0 so promoting to 1.0
Full Changelog: v0.12.0...v1.0.1
v0.12.0
This might be now good enough/stable enough to be 1.0.0
What's Changed
-
Added configurable colors, changed bg color to darker grey by @ldemailly in #18
-
English feedback by @ldemailly in #17
Full Changelog: v0.11.1...v0.12.0
v0.11.1
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
What's Changed
- Removed
NewBarWithWriter()(usecfg.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
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
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
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