Skip to content

Releases: euantorano/progress.nim

Version 1.1.1

01 Mar 15:03
7ee15b1
Compare
Choose a tag to compare

This version fixes a problem with calculating whether the progress bar has completed.

Version 1.1.0

19 Apr 10:15
Compare
Choose a tag to compare

This version changes the progress bar to occupy the entire width of the temrinal window by default, and changes the ProgressBar object to a stack allocated object rather than a ref object.