Skip to content

Releases: filipliwinski/SimpleConsoleProgress

SimpleConsoleProgress v.1.3.2

12 Mar 19:10
3772ad5

Choose a tag to compare

  • Fixed an issue with printing single-line progress bar as multiline in external terminals - #26
  • Demo and Tests projects updated to .NET 8 - #27

SimpleConsoleProgress v.1.3.1

12 Nov 21:46
08f3486

Choose a tag to compare

  • Added version number for YAML templates (1.2.0) - #16
  • Fixed handling negative accuracy value - #17

SimpleConsoleProgress v.1.3.0

30 Oct 13:59
d190417

Choose a tag to compare

  • Fixed conversion issue for progress calculation. - #5
  • Added progress indicator without a bar. - #7
  • Added multiple bar sizes (small, medium, big, full). - #11

SimpleConsoleProgress v.1.2.0

28 Mar 14:33
8eff4c1

Choose a tag to compare

  • Added the ability to adjust the location of the percentage (left/middle/right/none). - #1
  • Added accuracy of the progress value (up to three decimal places). - #2

SimpleConsoleProgress 1.1.1

15 Aug 22:02

Choose a tag to compare

  • Added target for .NET 4.5.
  • Added package icon.
  • Removed targets for .NET Standard 1.4 and .NET Standard 2.1.

SimpleConsoleProgress 1.1.0

09 Aug 21:22

Choose a tag to compare

  • Added targets for .NET Standard 1.4 and .NET Standard 2.1.
  • Added Progress class for simplified progress output.
  • Added exceptions for invalid arguments.

SimpleConsoleProgress 1.0.0

05 Aug 21:11

Choose a tag to compare

  • First release.
  • Targets netstandard 2.0.
  • ProgressBar.Write() and ProgressBar.WriteLine().