Releases: soda480/progress1bar
Releases · soda480/progress1bar
v0.4.0
- add ability to match same text with multiple regex
- add ability to control printing of progress bar ticker
- add new examples
- add support for Python versions 3.11 3.12
v0.3.0
- refactored to use Mixin classes to manage features
v0.2.7
- add ability to calculate and show duration
v0.2.6
- add
use_color
parameter to control colored output
v0.2.5
- add ability to build against all targeted Python versions
v0.2.4
- add ability to specify the progress bar ticker
- add ability to show/hide different parts of the progress bar
- updated examples and gifs
v0.2.3
- remove index attribute
- match function returns match
v0.2.2
- make complete a public attribute