Releases: schollz/progressbar
Releases · schollz/progressbar
v3.19.0
What's Changed
- add simple spinner/counter example by @OkieOth in #211
- feat: allow user to safely run and manage multiple progressbar http servers by @cmsax in #213
- fix: when setMaxDetailRow() but not use AddDetail(), cause index out of range. by @chengxilo in #214
- Fix terminal width when stdout is redirected by @WGH- in #215
- fix: describe after by @schollz in #225
- fix: flickering on powershell by @mengshengwu in #220
- fix: trailing residual characters in ANSI mode by @yevk in #221
- Always call
bar.Finish()inReaderby @mrkbac in #218 - Remove unused argument by @bitlux in #223
- Added OptionSetCustomColorCodes to pass in custom color codes. by @polymorcodeus in #226
- Remove hardcoded choice by @goncalogdomingo in #216
New Contributors
- @OkieOth made their first contribution in #211
- @WGH- made their first contribution in #215
- @mengshengwu made their first contribution in #220
- @yevk made their first contribution in #221
- @mrkbac made their first contribution in #218
- @bitlux made their first contribution in #223
- @polymorcodeus made their first contribution in #226
- @goncalogdomingo made their first contribution in #216
Full Changelog: v3.18.0...v3.19.0
v3.18.0
What's Changed
- add AddMax by @kevin-hanselman in #209
- feat: add an HTTP server to enable users to monitor status updates via status bars or other UI components. by @cmsax in #210
New Contributors
- @kevin-hanselman made their first contribution in #209
- @cmsax made their first contribution in #210
Full Changelog: v3.17.1...v3.18.0
v3.17.1
What's Changed
- fix: set length to unknown if set to -1 by @MegaRedHand in #207
New Contributors
- @MegaRedHand made their first contribution in #207
Full Changelog: v3.17.0...v3.17.1
v3.17.0
v3.16.1
v3.16.0
What's Changed
- feat: make progressbar could update according to an interval or updat… by @chengxilo in #199
Full Changelog: v3.15.0...v3.16.0
v3.15.0
What's Changed
- new: feature scrolling detail by @luo-cheng-xi in #194
- fix: Acquire lock when printing text to fix race condition by @gabe565 in #198
- fix: change some attribute about time to time.Time{} by @luo-cheng-xi in #196
- fix:fixed the bug that changMax isn't working. by @luo-cheng-xi in #193
New Contributors
- @luo-cheng-xi made their first contribution in #194
Full Changelog: v3.14.6...v3.15.0
v3.14.6
What's Changed
- add support for print text during render progress bar by @unkmonster in #191
New Contributors
- @unkmonster made their first contribution in #191
Full Changelog: v3.14.5...v3.14.6
v3.14.5
What's Changed
- add golangci linter in github workflow action by @WheeskyJack in #189
- chore: update deps
New Contributors
- @WheeskyJack made their first contribution in #189
Full Changelog: v3.14.4...v3.14.5
v3.14.4
What's Changed
- fix: only fill the bar for spinners in Finish() by @black-night-heron in #188
Full Changelog: v3.14.3...v3.14.4