Skip to content

0.9.4

Compare
Choose a tag to compare
@ctongfei ctongfei released this 10 Sep 06:15
· 24 commits to main since this release
493daa1
  • 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 !
  • Dependency version bump.