Sourced from indicatif's releases.
0.17.4
Another small bugfix release.
- Handle newline in msg and empty msg (https://github.com/facebook/flipper/issues/540, thanks to
@RDruon)- Handle terminal line wrap to avoid new line (https://github.com/facebook/flipper/issues/533, thanks to
@RDruon)- Resetting the elapsed time also resets ETA (https://github.com/facebook/flipper/issues/538, thanks to
@afontenot)- Mention the prefix and message placeholders in the
with_docs (https://github.com/facebook/flipper/issues/529, thanks to@lnicola)- Allow rate-limiting
TermLiketargets (https://github.com/facebook/flipper/issues/526, thanks to@akx)- Fix docs for
ProgressDrawTarget(https://github.com/facebook/flipper/issues/523, thanks to@tillarnold)- Change "OS X" to "macOS" (https://github.com/facebook/flipper/issues/519, thanks to
@atouchet)- Fix
MultiProgressalignment handling and migrate from structopt => clap (https://github.com/facebook/flipper/issues/516)- Don't deadlock when double-adding ProgressBar (https://github.com/facebook/flipper/issues/515)
- Use
instant::Instantwhen compiling to WASM (https://github.com/facebook/flipper/issues/514, thanks to@azriel91)- Update portable-atomic requirement from 0.3.15 to 1.0.0 (https://github.com/facebook/flipper/issues/512)
- Add
contents_formatted()method to `InMemoryTerm (https://github.com/facebook/flipper/issues/531, thanks to@dfaust)inc()after work in examples (https://github.com/facebook/flipper/issues/522, thanks to@tatref)On behalf of the indicatif team (
@chris-laplanteand@djc), thanks to all contributors!
6cc3814 Bump CI MSRV to 1.62.1 to resolve Cargo metadata for vte7c9465b Bump version to 0.17.45dc966c Bump clap dependency to 4577a345 Only check library target against MSRV9deb9eb Add contents_formatted to InMemoryTerme0494e4 fix: inc after work59cd606 Handle newline in msg and empty msg6d31845 resetting the elapsed time also resets ETA3d5dbb3 Add render tests66a90a6 Handle MultiProgress println