Skip to content

v2.22.6

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 07 Mar 20:09
· 377 commits to master since this release
9a7d6da
Type Description Link
Fix Always output newlines after progress

Explicitly set the return symbol for progress bars so that
returns and newlines are always added, even when not in terminal
mode.

Also changes splitting logic to only split on "\r" and "\n" rather
than on all Unicode line break characters.
#505