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_len
by @tgolsson in #608 - Fix #612 by @smoelius in #613
- Add
VisualLines
newtype 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