Releases: console-rs/indicatif
Releases · console-rs/indicatif
0.18.4
What's Changed
- initial draft oft hold_max with heuristic by @djugei in #657
- Fix duration after finish by @luolong in #748
- Add refresh rate warning for ProgressDrawTarget::term_like() by @djc in #750
- Seeking heuristic tweaks by @djc in #751
- Expose the current tab width by @alexisfontaine in #754
- Make WASM support optional via a feature flag by @SvenFinn in #761
- fix: respect NO_COLOR and TERM=dumb environment variables by @shaanmajid in #764
0.18.3
0.18.2
0.18.1
What's Changed
0.18.0
0.17.12
What's Changed
- Add ProgressBar::force_draw by @jaheba in #689
- Use width to truncate
HumanFloatCountvalues by @ReagentX in #696 ProgressStyleenable/disable colors based on draw target by @tonywu6 in #699- Switch dep number_prefix to unit_prefix by @kimono-koans in #709
- draw_target: inline the format arg to silence clippy by @chris-laplante in #711
- Upgrade to console 0.16 by @djc in #712
0.17.11
0.17.10
What's Changed
With some great performance improvements from @jaheba.
- Fix bar-less text output by @spoutn1k in #659
- add tracing-indicatif create to integration list by @emersonford in #673
- Fix double prints by @spoutn1k in #671
- Only get draw_target-width when we actually draw by @jaheba in #683
- Make tab extension lazy by @jaheba in #684
- Make
ProgressBar:set_tab_withtake&selfby @jaheba in #685 - Remove unnecessary spinner display in multi examples by @shuntaka9576 in #682
- Add
decanddec_lengthtoProgressBarby @jaheba in #690 - Update rand requirement from 0.8 to 0.9 by @dependabot in #693
0.17.9
What's Changed
- Mention ProgressTracker near list of template keys by @djc in #632
- tests: print whether colors are enabled to help diagnose spurious failure by @chris-laplante in #641
- Workarounds for flaky tty/color support in GitHub actions runner by @chris-laplante in #646
- Fix move cursor flag not working by @SuperTux88 in #648
- chore: fix comment by @rustco in #649
- Fix AtomicPosition::reset storing wrong value by @TheJokr in #650
- Documentation tweaks; bump MSRV by @chris-laplante in #653
- Update deny config for cargo-deny 0.15 release by @djc in #655
- Update unicode-width requirement from 0.1 to 0.2 by @dependabot in #658
- Replace
instantwithweb-timeby @torokati44 in #666 - Bump EmbarkStudios/cargo-deny-action from 1 to 2 by @dependabot in #654
- Bump version to 0.17.9 by @djc in #667
- feat: allow constructing and setting the progress bar len to
Noneby @cdellacqua in #664
0.17.8
What's Changed
- documented behaviour of MultiProgress::add by @djugei in #592
- improve documentation for usage as spinner by @chris-laplante in #593
- docs: Improve formatting and linking by @waywardmonkeys in #599
- Add minimal examples demonstrating Formatters by @Chris--B in #600
- Skip drawing MultiProgress if backing draw target is hidden by @djc in #603
- Add more item links in docs by @dominik-korsa in #607
- fix and rename
real_lenby @tgolsson in #608 - Fix #612 by @smoelius in #613
- Add
VisualLinesnewtype wrapper by @smoelius in #616 - Use current position for calculating finished progress bar per_sec instead of bar length by @DanGonite57 in #605
- renders the speed in bytes per second using SI prefixes by @WankkoRee in #622
- fix inadvertently dropping MutexGuard in TickerControl by @chris-laplante in #626
- [feature request] adding
{percent_precise}style key by @OmarTawfik in #628