Releases: filipliwinski/SimpleConsoleProgress
Releases · filipliwinski/SimpleConsoleProgress
SimpleConsoleProgress v.1.3.2
12 Mar 19:10
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
First release.
Targets netstandard 2.0.
ProgressBar.Write() and ProgressBar.WriteLine().