Skip to content

Releases: UpCloudLtd/progress

v1.0.3

15 Nov 11:38
f05dc9f
Compare
Choose a tag to compare

Fixed

  • Do not output ProgressMessage to non-interactive terminals. This avoids including a progress update in the started message that is printed to non-interactive terminals.

v1.0.2

23 Nov 12:38
8c6dcbb
Compare
Choose a tag to compare

Fixed

  • Normalise whitespace (\s ) in messages to avoid newlines and tabs breaking in-progress message updating.
  • Assume details message to be preformatted, if it contains newline characters (\n). Preformatted message details are wrapped so that newline characters are maintained. This makes, for example, stack traces and console output in message details more readable.

v1.0.1

30 Aug 11:27
Compare
Choose a tag to compare

Fixed

  • Do not try to render message if terminal width is zero. This happens with some terminals on first terminal width get(s).

v1.0.0

26 Aug 09:37
Compare
Choose a tag to compare

Added