Skip to content

5.1.0

Compare
Choose a tag to compare
@Mpdreamz Mpdreamz released this 29 Jan 16:39
· 6 commits to master since this release
  • Provide SPDX license identifier for packages (#68) ty @mburtscher
  • Add documentation on how to use pbar.AsProgress() in the README (#70) ty @0xced!
  • Make ShellProgressBar.Progress implement the IDisposable interface (#73) ty @0xced!
  • Add .NET Framework 4.6.1 target (#72) ty @erickmcarvalho !
  • Fixed children not drawing other children (#75) ty @bozhidar

Persist message to StdErr

Since 5.0.0 you can call WriteLine on ProgressBar to write persistant message above the running progressbar that persist after completion. This release adds WriteErrorLine to write to standard error. See #59

Condensed Progress bars

By Setting Condensed = true you can now create single line progressbars! See #77 for more.

condensed.mp4

Indeterminate Progress bars!

@peter-shinydocs added a way to create indeterminate progress bars through the aptly named IndeterminateProgressBar. Thanks for such a cool feature @peter-shinydocs !