Releases: hfaran/progressive
Releases · hfaran/progressive
0.3.4
- Fix bug where Bar.max_value being set 0 would result in ZeroDivisionError; now it will not throw an exception but default to 100%
0.3.3
- Fix bug where
Cursor.clear_lines
would not clear to end of line when moving down
- Create initial documentation and is published
0.3.2
Change default Bar
colors to be compatible with 8 color terminals
0.3.1
A few bugfixes, for details see this.
0.3.0
Cursor
base class
- Several updates to
ProgressTree
and Bar
API for easier usage
0.2.0
- Added README
- Terminology change from "nest" to "tree"
- cursor
save
and restore
methods for TreeProgress
0.1.0
Initial release with Bar
and NestedProgress
! Documentation to come.