Skip to content

Releases: wolph/python-progressbar

v4.4.2

05 Mar 16:21
v4.4.2
64f43b6
Compare
Choose a tag to compare

Fixed visible control characters issue on Windows. Fixes #293

v4.4.1

25 Feb 09:03
v4.4.1
7803dd0
Compare
Choose a tag to compare

Included fix for the progressbar command

v4.4.0: Greatly improved Windows (colour) support and fixed several Windows b…

25 Feb 08:54
v4.4.0
b167e47
Compare
Choose a tag to compare

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

v4.3.2

18 Dec 13:26
v4.3.2
2207153
Compare
Choose a tag to compare

disabling run-command until it is properly finished

v4.3.1: fixed typeerror on Windows thanks to @eachimei, excluded docs from in…

18 Dec 13:22
v4.3.1
974e8a9
Compare
Choose a tag to compare

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 an…

18 Dec 02:45
v4.3.0
a4071b7
Compare
Choose a tag to compare

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 …

26 Oct 13:47
v4.2.0
0d08718
Compare
Choose a tag to compare

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

v4.1.1

18 Oct 12:46
v4.1.1
c2a73b1
Compare
Choose a tag to compare

Fixed backwards compatibility with original progressbar library

v4.1.0: Delegate unknown attrs to target in WrappingIO thanks to @william-and…

18 Oct 11:55
v4.1.0
6b79ecc
Compare
Choose a tag to compare

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

v4.0.0

05 Jan 13:43
v4.0.0
fcbf77b
Compare
Choose a tag to compare

Updated to Python 3.10 including type hinting