Releases · wolph/python-progressbar · GitHub
Skip to content

Releases: wolph/python-progressbar

v4.5.0

Choose a tag to compare

@wolph wolph released this 28 Aug 22:50
v4.5.0
eb840a4

Improved build system with many more (and improved) type hints.

v4.4.2

Choose a tag to compare

@wolph wolph released this 05 Mar 16:21
v4.4.2
64f43b6

Fixed visible control characters issue on Windows. Fixes #293

v4.4.1

Choose a tag to compare

@wolph wolph released this 25 Feb 09:03
v4.4.1
7803dd0

Included fix for the progressbar command

v4.4.0

Choose a tag to compare

@wolph wolph released this 25 Feb 08:54
v4.4.0
b167e47

Greatly improved Windows (colour) support and fixed several Windows bugs

v4.3.2

Choose a tag to compare

@wolph wolph released this 18 Dec 13:26
v4.3.2
2207153

disabling run-command until it is properly finished

v4.3.1

Choose a tag to compare

@wolph wolph released this 18 Dec 13:22
v4.3.1
974e8a9

fixed typeerror on Windows thanks to @eachimei, excluded docs from install thanks to @mgorny and added readthedocs configuration file

v4.3.0

Choose a tag to compare

@wolph wolph released this 18 Dec 02:45
v4.3.0
a4071b7

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

Choose a tag to compare

@wolph wolph released this 26 Oct 13:47
v4.2.0
0d08718

Added increment() method for easy usage as callback from libraries such as boto

v4.1.1

Choose a tag to compare

@wolph wolph released this 18 Oct 12:46
v4.1.1
c2a73b1

Fixed backwards compatibility with original progressbar library

v4.1.0

Choose a tag to compare

@wolph wolph released this 18 Oct 11:55
v4.1.0
6b79ecc

Delegate unknown attrs to target in WrappingIO thanks to @william-andre. Added threaded progress bar example