Skip to content

0.17.6

Compare
Choose a tag to compare
@djc djc released this 27 Feb 11:26
· 45 commits to main since this release

What's Changed

  • fix overflow crash when displaying ETA by @conradoplg in #555
  • feat: add futures::Stream support by @aatifsyed in #551
  • fix incorrect remainder calculation in RateLimiter by @taoky in #565
  • fix ProgressState::duration() overflow by @alexheretic in #560
  • Add missing space before unit by @Error-42 in #562
  • Only render as many lines as the terminal can actually display by @oli-obk in #563
  • Fixed progress bar not suspending multiprogress bar by @Vrajs16 in #568
  • Add new Integrations section to README, containing a link to indicatif_log_bridge initially by @djugei in #570