Sourced from github.com/pterm/pterm's releases.
v0.12.80
What's Changed
Exciting New Features 🎉
- feat: support timer modifactions on
Spinner
andProgressbar
by@​MarvinJWendt
in pterm/pterm#647- feat: add alternate row style for table by
@​PaulPowershell
in pterm/pterm#667Fixes 🔧
- fix(interactive-textinput): panic at interactive_textinput_printer & edit value in-place by
@​malyusha
in pterm/pterm#662- fix: use rune len by
@​franklinkim
in pterm/pterm#685- fix(progressbar/spinner): fix print while progressbar / spinner is running by
@​MarvinJWendt
in pterm/pterm#699Other Changes
- Fixed documentation error by
@​sato-s
in pterm/pterm#674- Fix table demos not working #673 by
@​PaulPowershell
in pterm/pterm#675- refactor: use
strings.Builder
to save memory by@​apocelipes
in pterm/pterm#650- refactor: replace empty interface with
any
by@​MarvinJWendt
in pterm/pterm#698- refactor: refactor table render by
@​PaulPowershell
in pterm/pterm#677New Contributors
@​malyusha
made their first contribution in pterm/pterm#662@​PaulPowershell
made their first contribution in pterm/pterm#667@​sato-s
made their first contribution in pterm/pterm#674@​franklinkim
made their first contribution in pterm/pterm#685@​apocelipes
made their first contribution in pterm/pterm#650Full Changelog: https://github.com/pterm/pterm/compare/v0.12.79...v0.12.80
7e7f199
docs: autoupdate825931a
fix(progressbar/spinner): fix print while progressbar / spinner is
running (#...4d310e3
refactor: refactor table render (#677)97d6a4c
chore(deps): bump golang.org/x/term from 0.24.0 to 0.26.0 (#695)37d2a5c
chore(deps): bump golang.org/x/text from 0.18.0 to 0.20.0 (#696)e051c42
refactor: replace empty interface with any
(#698)a694856
docs: autoupdatec8d5b25
chore(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 (#679)668f0d1
refactor: use strings.Builder
to save memory (#650)61f32bd
docs: autoupdate