Progressbar Versions Save

A really basic thread-safe progress bar for Golang applications

v3.10.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/schollz/progressbar/compare/v3.9.0...v3.10.0

v3.9.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/schollz/progressbar/compare/v3.8.7...v3.9.0

v3.8.7

1 year ago
  • fix bug in printing newline

v3.8.6

2 years ago
  • update deps

v3.8.5

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/schollz/progressbar/compare/v3.8.4...v3.8.5

v3.8.4

2 years ago
  • allow animated saucer head
  • update deps

v3.8.2

2 years ago

update deps

v3.8.0

3 years ago
  • add silent function DefaultBytesSilent and DefaultSilent
  • add Close function

v3.7.5

3 years ago
  • fixed duplicate rendering of extra empty lines 255f756

v3.7.2

3 years ago
  • try to get stderr width if stdout is not a terminal 31fc10c (thanks @rafaelmartins!)