| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-26 | 2.1 kB | |
| v3.19.0 source code.tar.gz | 2025-12-26 | 1.0 MB | |
| v3.19.0 source code.zip | 2025-12-26 | 1.0 MB | |
| Totals: 3 Items | 2.1 MB | 0 | |
What's Changed
- add simple spinner/counter example by @OkieOth in https://github.com/schollz/progressbar/pull/211
- feat: allow user to safely run and manage multiple progressbar http servers by @cmsax in https://github.com/schollz/progressbar/pull/213
- fix: when setMaxDetailRow() but not use AddDetail(), cause index out of range. by @chengxilo in https://github.com/schollz/progressbar/pull/214
- Fix terminal width when stdout is redirected by @WGH- in https://github.com/schollz/progressbar/pull/215
- fix: describe after by @schollz in https://github.com/schollz/progressbar/pull/225
- fix: flickering on powershell by @mengshengwu in https://github.com/schollz/progressbar/pull/220
- fix: trailing residual characters in ANSI mode by @yevk in https://github.com/schollz/progressbar/pull/221
- Always call
bar.Finish()inReaderby @mrkbac in https://github.com/schollz/progressbar/pull/218 - Remove unused argument by @bitlux in https://github.com/schollz/progressbar/pull/223
- Added OptionSetCustomColorCodes to pass in custom color codes. by @polymorcodeus in https://github.com/schollz/progressbar/pull/226
- Remove hardcoded choice by @goncalogdomingo in https://github.com/schollz/progressbar/pull/216
New Contributors
- @OkieOth made their first contribution in https://github.com/schollz/progressbar/pull/211
- @WGH- made their first contribution in https://github.com/schollz/progressbar/pull/215
- @mengshengwu made their first contribution in https://github.com/schollz/progressbar/pull/220
- @yevk made their first contribution in https://github.com/schollz/progressbar/pull/221
- @mrkbac made their first contribution in https://github.com/schollz/progressbar/pull/218
- @bitlux made their first contribution in https://github.com/schollz/progressbar/pull/223
- @polymorcodeus made their first contribution in https://github.com/schollz/progressbar/pull/226
- @goncalogdomingo made their first contribution in https://github.com/schollz/progressbar/pull/216
Full Changelog: https://github.com/schollz/progressbar/compare/v3.18.0...v3.19.0