Releases: wolph/python-progressbar
Releases · wolph/python-progressbar
v4.5.0
28 Aug 22:50
Compare
Sorry, something went wrong.
No results found
Improved build system with many more (and improved) type hints.
v4.4.2
05 Mar 16:21
Compare
Sorry, something went wrong.
No results found
Fixed visible control characters issue on Windows. Fixes #293
v4.4.1
25 Feb 09:03
Compare
Sorry, something went wrong.
No results found
Included fix for the progressbar command
v4.4.0
25 Feb 08:54
Compare
Sorry, something went wrong.
No results found
Greatly improved Windows (colour) support and fixed several Windows bugs
v4.3.2
18 Dec 13:26
Compare
Sorry, something went wrong.
No results found
disabling run-command until it is properly finished
v4.3.1
18 Dec 13:22
Compare
Sorry, something went wrong.
No results found
fixed typeerror on Windows thanks to @eachimei , excluded docs from install thanks to @mgorny and added readthedocs configuration file
v4.3.0
18 Dec 02:45
Compare
Sorry, something went wrong.
No results found
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
26 Oct 13:47
Compare
Sorry, something went wrong.
No results found
Added increment()
method for easy usage as callback from libraries such as boto
v4.1.1
18 Oct 12:46
Compare
Sorry, something went wrong.
No results found
Fixed backwards compatibility with original progressbar library
v4.1.0
18 Oct 11:55
Compare
Sorry, something went wrong.
No results found
Delegate unknown attrs to target in WrappingIO thanks to @william-andre . Added threaded progress bar example