Releases: vbauerster/mpb
Releases · vbauerster/mpb
Release list
mpb 1.1.2
mpb 1.1.1
Introduce new method:
(*mpb.Progress).Format(format string)
for customising bar format
mpb 1.1.0
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
Fix update for urxvt, thanks to @fd0
Display simple spinner if total is unknown