Releases: wolph/python-progressbar
Releases · wolph/python-progressbar
v4.5.0
Improved build system with many more (and improved) type hints.
v4.4.2
Fixed visible control characters issue on Windows. Fixes #293
v4.4.1
Included fix for the progressbar command
v4.4.0
Greatly improved Windows (colour) support and fixed several Windows bugs
v4.3.2
disabling run-command until it is properly finished
v4.3.1
fixed typeerror on Windows thanks to @eachimei, excluded docs from install thanks to @mgorny and added readthedocs configuration file
v4.3.0
Added support for multithreading, multiprocessing, colors (16, 256 and full color) and many interactive terminal features such as continuous printing for a live ETA
v4.2.0
Added increment()
method for easy usage as callback from libraries such as boto
v4.1.1
Fixed backwards compatibility with original progressbar library
v4.1.0
Delegate unknown attrs to target in WrappingIO thanks to @william-andre. Added threaded progress bar example