Bump github.com/schollz/progressbar/v3 from 3.8.5 to 3.13.0
Bumps github.com/schollz/progressbar/v3 from 3.8.5 to 3.13.0.
Release notes
Sourced from github.com/schollz/progressbar/v3's releases.
v3.13.0
What's Changed
- feature/allow-custom-spinners by
@nilsbeck
in schollz/progressbar#151New Contributors
@nilsbeck
made their first contribution in schollz/progressbar#151Full 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 schollz/progressbar#145- Fix full width test by
@oerlikon
in schollz/progressbar#146Full 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 schollz/progressbar#143- Make go vet happy by
@oerlikon
in schollz/progressbar#144New Contributors
@oerlikon
made their first contribution in schollz/progressbar#143Full 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 schollz/progressbar#140- feat: exit the bar to keep current state by
@Mr1X
in schollz/progressbar#142New Contributors
@janpfeifer
made their first contribution in schollz/progressbar#140@Mr1X
made their first contribution in schollz/progressbar#142Full 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 schollz/progressbar#137New Contributors
@LeoVie
made their first contribution in schollz/progressbar#137Full 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 schollz/progressbar#136
... (truncated)
Commits
-
17ae25c
update deps -
a307e8c
Merge pull request #151 from nilsbeck/feature/allow-custom-spinners -
a38ef25
remove obsolete code -
86b3f6e
refactoring -
c1741c2
small fix -
63fa245
adds function for custom spinner, makes sure only one spinner option is used ... -
24a5250
update tests -
dbbc98d
check for error -
281ed59
removes redundant new lines -
c4c1ddc
Revert "allow custom spinner by using []string as an input" - Additional commits viewable in compare view