Skip to content

Releases: hfaran/progressive

0.3.4

18 Dec 07:34
64afd7d
Compare
Choose a tag to compare
  • 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

28 Nov 08:16
Compare
Choose a tag to compare
  • 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

06 May 17:36
Compare
Choose a tag to compare

Change default Bar colors to be compatible with 8 color terminals

0.3.1

05 May 20:55
Compare
Choose a tag to compare

A few bugfixes, for details see this.

0.3.0

04 May 06:14
Compare
Choose a tag to compare
  • Cursor base class
  • Several updates to ProgressTree and Bar API for easier usage

0.2.0

03 May 08:18
Compare
Choose a tag to compare
  • Added README
  • Terminology change from "nest" to "tree"
  • cursor save and restore methods for TreeProgress

0.1.0

02 May 05:52
Compare
Choose a tag to compare

Initial release with Bar and NestedProgress! Documentation to come.