Releases: schollz/progressbar
Releases · schollz/progressbar
v3.1.1
- bug fix for showing iterations
v3.0.2
- UI fix: don't show so many parentheses
v3.0.1
- when it/s < 1, use it/min
v3.0.0
- API change: ChangeMax removed
- API change: OptionSetBytes(x) -> OptionShowBytes(true) This way you don't have to set the number twice
- You can ignore length by passing "-1" as the number
v2.14.1
- show the total mb/s when doing
v2.14.0
- make
PredictTime
optional
- add
ChangeMax
and GetMax
to dynamically alter the progressbar
v2.13.2
use rolling average to calculate time left