Skip to content

Releases: schollz/progressbar

v2.9.0

30 Jan 15:22
Compare
Choose a tag to compare
  • added *ProgressBar.Set(int) error (094499d)
  • implement io.Writer for i/o progress operations (14e376a)

v2.8.0

22 Dec 15:05
Compare
Choose a tag to compare

Added OptionShowCount() (dfe8320) to show iterations

v2.7.1

02 Nov 03:53
Compare
Choose a tag to compare
do not throttle if has reached max

v2.7.0

02 Nov 01:34
Compare
Choose a tag to compare
add throttle

v2.5.1

04 Sep 13:53
7a5b348
Compare
Choose a tag to compare
Merge pull request #19 from vbauerster/drop-rwmutex

Prefer Mutex to RWmutex

v2.5.0

10 Jul 14:50
Compare
Choose a tag to compare

New features:

  • Option to show iterations per second
  • Option to show bytes per second

Bug fixes:

  • Use color-transformed string for line width detection

v2.3.1

11 Jun 22:16
d90b4c1
Compare
Choose a tag to compare

Bug fix:

  • Use the color-transformed string for line width detection

v2.3.0

09 Jun 16:38
cc61d3b
Compare
Choose a tag to compare

Added support for color codes

v2.2.0

09 Jun 03:14
7b9a21f
Compare
Choose a tag to compare

New Features:

  • Added Description and SaucerHead feature

v2.1.1

23 May 21:56
Compare
Choose a tag to compare

Use go.mod