You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New functionalities:
In ProgressBarBuilders, one can now switch whether to show the remaining time, or to provide a custom
function to compute the remaining time (if the progress is not linear) (#131). Thanks @MagnusErikssonAB !
In ProgressBarBuilders, one can now set .clearDisplayOnFinish() to clear the display on terminals when
a progress is complete (#135). Thanks @mattparkins !
Added a method ProgressBar::isIndefinite to check if a progress bar's max is unknown (#140). Thanks @lt3stus3el !
Bugfixes:
Fixed the bug of not drawing after resetting or stepping back caused by #91 (#124). Thanks @Bricktheworld !
Suppress exceptions thrown in Spliterator.estimateSize and continue as if indefinite (#141). Thanks @seanf !