humble-cli
humble-cli copied to clipboard
Bump indicatif from 0.16.2 to 0.17.8
Bumps indicatif from 0.16.2 to 0.17.8.
Release notes
Sourced from indicatif's releases.
0.17.8
What's Changed
- documented behaviour of MultiProgress::add by
@​djugeiin console-rs/indicatif#592- improve documentation for usage as spinner by
@​chris-laplantein console-rs/indicatif#593- docs: Improve formatting and linking by
@​waywardmonkeysin console-rs/indicatif#599- Add minimal examples demonstrating Formatters by
@​Chris--B in console-rs/indicatif#600- Skip drawing MultiProgress if backing draw target is hidden by
@​djcin console-rs/indicatif#603- Add more item links in docs by
@​dominik-korsain console-rs/indicatif#607- fix and rename
real_lenby@​tgolssonin console-rs/indicatif#608- Fix #612 by
@​smoeliusin console-rs/indicatif#613- Add
VisualLinesnewtype wrapper by@​smoeliusin console-rs/indicatif#616- Use current position for calculating finished progress bar per_sec instead of bar length by
@​DanGonite57in console-rs/indicatif#605- renders the speed in bytes per second using SI prefixes by
@​WankkoReein console-rs/indicatif#622- fix inadvertently dropping MutexGuard in TickerControl by
@​chris-laplantein console-rs/indicatif#626- [feature request] adding
{percent_precise}style key by@​OmarTawfikin console-rs/indicatif#6280.17.7
What's Changed
- Fix a potential overflow with a saturating add. by
@​cjordanin console-rs/indicatif#576- Bump MSRV for tokio 1.30 by
@​djcin console-rs/indicatif#577- Tick ProgressTrackers before drawing by
@​djcin console-rs/indicatif#579- fix unnecessary vec! lint instances by
@​chris-laplantein console-rs/indicatif#581- Fix attempt to subtract with overflow (#582) by
@​smoeliusin console-rs/indicatif#5860.17.6
What's Changed
- fix overflow crash when displaying ETA by
@​conradoplgin console-rs/indicatif#555- feat: add futures::Stream support by
@​aatifsyedin console-rs/indicatif#551- fix incorrect remainder calculation in RateLimiter by
@​taokyin console-rs/indicatif#565- fix
ProgressState::duration()overflow by@​alexhereticin console-rs/indicatif#560- Add missing space before unit by
@​Error-42in console-rs/indicatif#562- Only render as many lines as the terminal can actually display by
@​oli-obkin console-rs/indicatif#563- Fixed progress bar not suspending multiprogress bar by
@​Vrajs16in console-rs/indicatif#568- Add new Integrations section to README, containing a link to indicatif_log_bridge initially by
@​djugeiin console-rs/indicatif#5700.17.5
Another smaller release. Fixes a regression from 0.17.4 and should drastically improve ETA and speed estimation thanks to great work by
@​afontenotin #539.
- Switch Estimator to use an exponential weighting (#539, thanks to
@​afontenot)- Fix subtract with overflow when measuring terminal line length (#547, thanks to
@​foresterre)- Add builder-like
with_finishmethod toProgressBarIter(#548, thanks to@​matthewhchan)On behalf of
@​chris-laplanteand@​djc, thanks to all contributors!0.17.4
Another small bugfix release.
... (truncated)
Commits
82b6479Bump version to 0.17.8f8d33f9[feature request] adding{percent_precise}style key44618a8fix inadvertently dropping MutexGuard in TickerControle3b1b66complete mention1b855e6renders the speed in bytes per second using SI prefixes2a8b2eaUse pos for finished progress bar per_sec instead of len9f99ad5AddVisualLinesnewtype wrapper (#616)9b533ccFix "type" error in draw_target.rse68cb3aFix "type" error in multi.rs69ba17cChange the type ofvisual_line_count'swidthargument tousize- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)