fix(deps): update module github.com/schollz/progressbar/v3 to v3.18.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/schollz/progressbar/v3 | v3.8.3 -> v3.18.0 |
Release Notes
schollz/progressbar (github.com/schollz/progressbar/v3)
v3.18.0
What's Changed
- add AddMax by @kevin-hanselman in https://github.com/schollz/progressbar/pull/209
- feat: add an HTTP server to enable users to monitor status updates via status bars or other UI components. by @cmsax in https://github.com/schollz/progressbar/pull/210
New Contributors
- @kevin-hanselman made their first contribution in https://github.com/schollz/progressbar/pull/209
- @cmsax made their first contribution in https://github.com/schollz/progressbar/pull/210
Full Changelog: https://github.com/schollz/progressbar/compare/v3.17.1...v3.18.0
v3.17.1
What's Changed
- fix: set length to unknown if set to -1 by @MegaRedHand in https://github.com/schollz/progressbar/pull/207
New Contributors
- @MegaRedHand made their first contribution in https://github.com/schollz/progressbar/pull/207
Full Changelog: https://github.com/schollz/progressbar/compare/v3.17.0...v3.17.1
v3.17.0
What's Changed
- Fixes #138: Add OptionShowTotal by @mcamou in https://github.com/schollz/progressbar/pull/205
New Contributors
- @mcamou made their first contribution in https://github.com/schollz/progressbar/pull/205
Full Changelog: https://github.com/schollz/progressbar/compare/v3.16.1...v3.17.0
v3.16.1
What's Changed
- fix: enable race detector for test and fix all detected races by @mxey in https://github.com/schollz/progressbar/pull/202
- style: go mod tidy by @mxey in https://github.com/schollz/progressbar/pull/201
- Added BarStartFilled and BarEndFille to Theme struct #203 by @janpfeifer in https://github.com/schollz/progressbar/pull/204
Full Changelog: https://github.com/schollz/progressbar/compare/v3.16.0...v3.16.1
v3.16.0
What's Changed
- feat: make progressbar could update according to an interval or updat… by @chengxilo in https://github.com/schollz/progressbar/pull/199
Full Changelog: https://github.com/schollz/progressbar/compare/v3.15.0...v3.16.0
v3.15.0
What's Changed
- new: feature scrolling detail by @luo-cheng-xi in https://github.com/schollz/progressbar/pull/194
- fix: Acquire lock when printing text to fix race condition by @gabe565 in https://github.com/schollz/progressbar/pull/198
- fix: change some attribute about time to time.Time{} by @luo-cheng-xi in https://github.com/schollz/progressbar/pull/196
- fix:fixed the bug that changMax isn't working. by @luo-cheng-xi in https://github.com/schollz/progressbar/pull/193
New Contributors
- @luo-cheng-xi made their first contribution in https://github.com/schollz/progressbar/pull/194
Full Changelog: https://github.com/schollz/progressbar/compare/v3.14.6...v3.15.0
v3.14.6
What's Changed
- add support for print text during render progress bar by @unkmonster in https://github.com/schollz/progressbar/pull/191
New Contributors
- @unkmonster made their first contribution in https://github.com/schollz/progressbar/pull/191
Full Changelog: https://github.com/schollz/progressbar/compare/v3.14.5...v3.14.6
v3.14.5
What's Changed
- add golangci linter in github workflow action by @WheeskyJack in https://github.com/schollz/progressbar/pull/189
- chore: update deps
New Contributors
- @WheeskyJack made their first contribution in https://github.com/schollz/progressbar/pull/189
Full Changelog: https://github.com/schollz/progressbar/compare/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 https://github.com/schollz/progressbar/pull/188
Full Changelog: https://github.com/schollz/progressbar/compare/v3.14.3...v3.14.4
v3.14.3
What's Changed
- fix error return by @ttmars in https://github.com/schollz/progressbar/pull/175
- fix Finish() should update state.currentBytes by @black-night-heron in https://github.com/schollz/progressbar/pull/182
- fix race condition when changing max by @mxey in https://github.com/schollz/progressbar/pull/183
- fix: make elapsedTime option work in non-spinner mode by @wjf3121 in https://github.com/schollz/progressbar/pull/184
New Contributors
- @ttmars made their first contribution in https://github.com/schollz/progressbar/pull/175
- @black-night-heron made their first contribution in https://github.com/schollz/progressbar/pull/182
- @mxey made their first contribution in https://github.com/schollz/progressbar/pull/183
- @wjf3121 made their first contribution in https://github.com/schollz/progressbar/pull/184
Full Changelog: https://github.com/schollz/progressbar/compare/v3.14.2...v3.14.3
v3.14.2
What's Changed
- Add pacman example gif by @OlegChuev in https://github.com/schollz/progressbar/pull/174
- 📝docs: Add a library definition for ansi by @eogns47 in https://github.com/schollz/progressbar/pull/173
- Add more properties to State by @treuherz in https://github.com/schollz/progressbar/pull/170
- fix: Protect RenderBlank() and IsFinished() with the lock by @RichieSams in https://github.com/schollz/progressbar/pull/164
New Contributors
- @OlegChuev made their first contribution in https://github.com/schollz/progressbar/pull/174
- @eogns47 made their first contribution in https://github.com/schollz/progressbar/pull/173
- @treuherz made their first contribution in https://github.com/schollz/progressbar/pull/170
- @RichieSams made their first contribution in https://github.com/schollz/progressbar/pull/164
Full Changelog: https://github.com/schollz/progressbar/compare/v3.14.1...v3.14.2
v3.14.1
(pi release)
Full Changelog: https://github.com/schollz/progressbar/compare/v3.14.0...v3.14.1
v3.14.0
What's Changed
- change library to get rune width by @tukaelu in https://github.com/schollz/progressbar/pull/169
- Fix SI units calculation and introduce OptionUseIECUnits() by @edigaryev in https://github.com/schollz/progressbar/pull/167
New Contributors
- @tukaelu made their first contribution in https://github.com/schollz/progressbar/pull/169
- @edigaryev made their first contribution in https://github.com/schollz/progressbar/pull/167
Full Changelog: https://github.com/schollz/progressbar/compare/v3.13.1...v3.14.0
v3.13.1
What's Changed
- fix: remove github.com/rivo/uniseg from go.mod to fix go version by @DarthPestilane in https://github.com/schollz/progressbar/pull/158
- remove duplicate call of term.GetSize by @talwat in https://github.com/schollz/progressbar/pull/156
- fix data race in
Describeby @kemingy in https://github.com/schollz/progressbar/pull/153
New Contributors
- @DarthPestilane made their first contribution in https://github.com/schollz/progressbar/pull/158
- @talwat made their first contribution in https://github.com/schollz/progressbar/pull/156
- @kemingy made their first contribution in https://github.com/schollz/progressbar/pull/153
Full Changelog: https://github.com/schollz/progressbar/compare/v3.13.0...v3.13.1
v3.13.0
What's Changed
- feature/allow-custom-spinners by @nilsbeck in https://github.com/schollz/progressbar/pull/151
New Contributors
- @nilsbeck made their first contribution in https://github.com/schollz/progressbar/pull/151
Full Changelog: https://github.com/schollz/progressbar/compare/v3.12.2...v3.13.0
v3.12.2
What's Changed
- Add minor fix for full width mode by @oerlikon in https://github.com/schollz/progressbar/pull/145
- Fix full width test by @oerlikon in https://github.com/schollz/progressbar/pull/146
Full Changelog: https://github.com/schollz/progressbar/compare/v3.12.1...v3.12.2
v3.12.1
What's Changed
- Use strings.Builder for bar string composition by @oerlikon in https://github.com/schollz/progressbar/pull/143
- Make go vet happy by @oerlikon in https://github.com/schollz/progressbar/pull/144
New Contributors
- @oerlikon made their first contribution in https://github.com/schollz/progressbar/pull/143
Full Changelog: https://github.com/schollz/progressbar/compare/v3.12.0...v3.12.1
v3.12.0
What's Changed
- Fixes case where bar was being incorrectly cleared on finished #75 by @janpfeifer in https://github.com/schollz/progressbar/pull/140
- feat: exit the bar to keep current state by @Mr1X in https://github.com/schollz/progressbar/pull/142
New Contributors
- @janpfeifer made their first contribution in https://github.com/schollz/progressbar/pull/140
- @Mr1X made their first contribution in https://github.com/schollz/progressbar/pull/142
Full Changelog: https://github.com/schollz/progressbar/compare/v3.11.0...v3.12.0
v3.11.0
What's Changed
- #86 Add option to write description at end of line instead of begin of line by @LeoVie in https://github.com/schollz/progressbar/pull/137
New Contributors
- @LeoVie made their first contribution in https://github.com/schollz/progressbar/pull/137
Full Changelog: https://github.com/schollz/progressbar/compare/v3.10.1...v3.11.0
v3.10.1
What's Changed
- Handle very-slow iterations by @howeyc in https://github.com/schollz/progressbar/pull/136
New Contributors
- @howeyc made their first contribution in https://github.com/schollz/progressbar/pull/136
Full Changelog: https://github.com/schollz/progressbar/compare/v3.10.0...v3.10.1
v3.10.0
What's Changed
- Use golang.org/x/term replacement instead of deprecated package by @Jacalz in https://github.com/schollz/progressbar/pull/131
- feat: on clear, correctly flush with carriage return by @hexnaught in https://github.com/schollz/progressbar/pull/134
- feat: option to keep showing elapsed time on finish by @hexnaught in https://github.com/schollz/progressbar/pull/133
New Contributors
- @Jacalz made their first contribution in https://github.com/schollz/progressbar/pull/131
- @hexnaught made their first contribution in https://github.com/schollz/progressbar/pull/134
Full Changelog: https://github.com/schollz/progressbar/compare/v3.9.0...v3.10.0
v3.9.0
What's Changed
- Remove superfluous carriage returns by @NathanBaulch in https://github.com/schollz/progressbar/pull/127
- Fix RenderBlank when throttled by @NathanBaulch in https://github.com/schollz/progressbar/pull/126
- Use the existing humanize function to support GB/s rates by @NathanBaulch in https://github.com/schollz/progressbar/pull/125
- Show elapsed time when no length is given by @gabe565 in https://github.com/schollz/progressbar/pull/122
New Contributors
- @NathanBaulch made their first contribution in https://github.com/schollz/progressbar/pull/127
- @gabe565 made their first contribution in https://github.com/schollz/progressbar/pull/122
Full Changelog: https://github.com/schollz/progressbar/compare/v3.8.7...v3.9.0
v3.8.7
- fix bug in printing newline
v3.8.6
- update deps
v3.8.5
What's Changed
- ChangeMax64 did not work with OptionShowBytes by @T1MOXA in https://github.com/schollz/progressbar/pull/116
- Force redraw on Describe() by @flowchartsman in https://github.com/schollz/progressbar/pull/110
New Contributors
- @T1MOXA made their first contribution in https://github.com/schollz/progressbar/pull/116
- @flowchartsman made their first contribution in https://github.com/schollz/progressbar/pull/110
Full Changelog: https://github.com/schollz/progressbar/compare/v3.8.4...v3.8.5
v3.8.4
- allow animated saucer head
- update deps
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/apiseven/contributor-graph/3ENamS5SXHB3VRd2Z4eXQ9sqrkit
✅ Preview: https://contributor-graph-git-renovate-githubcom-scholl-5afc3a-apiseven.vercel.app
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
The auto preview on your projects!.
| Name | Status | Preview | Updated |
|---|---|---|---|
| contributor-graph | Deploying | Fri Aug 2 19:01:29 UTC 2024 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| contributor-graph | ❌ Failed (Inspect) | Aug 2, 2024 7:01pm |