Releases: pterm/pterm
Releases Β· pterm/pterm
v0.12.81
What's Changed
Exciting New Features π
- feat: adding more padding setters for BoxPrinter by @kelvne in #709
- feat(multiselect): optionally show selected options by @MarvinJWendt in #719
Fixes π§
- fix(logger): correctly print slog attribute values for json output by @KimNorgaard in #716
- fix(spinner): suppress spinner line clearing in raw output mode by @jagregory in #692
- fix(spinner): clear the old text when using
UpdateText
withSpinner
by @Chance-fyi in #656 - fix(multiprinter): array out of bounds error in MultiPrinter.getString() by @DavidS-ovm in #678
New Contributors
- @KimNorgaard made their first contribution in #716
- @kelvne made their first contribution in #709
- @Bbulatov made their first contribution in #705
- @jagregory made their first contribution in #692
- @DavidS-ovm made their first contribution in #678
- @Chance-fyi made their first contribution in #656
Full Changelog: v0.12.80...v0.12.81
v0.12.80
What's Changed
Exciting New Features π
- feat: support timer modifactions on
Spinner
andProgressbar
by @MarvinJWendt in #647 - feat: add alternate row style for table by @PaulPowershell in #667
Fixes π§
- fix(interactive-textinput): panic at interactive_textinput_printer & edit value in-place by @malyusha in #662
- fix: use rune len by @franklinkim in #685
- fix(progressbar/spinner): fix print while progressbar / spinner is running by @MarvinJWendt in #699
Other Changes
- Fixed documentation error by @sato-s in #674
- Fix table demos not working #673 by @PaulPowershell in #675
- refactor: use
strings.Builder
to save memory by @apocelipes in #650 - refactor: replace empty interface with
any
by @MarvinJWendt in #698 - refactor: refactor table render by @PaulPowershell in #677
New Contributors
- @malyusha made their first contribution in #662
- @PaulPowershell made their first contribution in #667
- @sato-s made their first contribution in #674
- @franklinkim made their first contribution in #685
- @apocelipes made their first contribution in #650
Full Changelog: v0.12.79...v0.12.80
v0.12.79
What's Changed
Exciting New Features π
- feat(text-input): Show
DefaultValue
as placeholder by @MarvinJWendt in #639
Full Changelog: v0.12.78...v0.12.79
v0.12.78
What's Changed
Fixes π§
- fix(progressbar):
Progressbar
andLogger
did not work together co⦠by @MarvinJWendt in #627 - fix(textinput): fixed text width calculation by @auntan in #624
New Contributors
Full Changelog: v0.12.77...v0.12.78
v0.12.77
What's Changed
Fixes π§
- fix: graceful handling of odd args by @TylerGillson in #629
New Contributors
- @TylerGillson made their first contribution in #629
Full Changelog: v0.12.76...v0.12.77
v0.12.76
What's Changed
Fixes π§
- fix(rgb):
Sprintf
did not format properly by @MarvinJWendt in #622
Full Changelog: v0.12.75...v0.12.76
v0.12.75
What's Changed
Fixes π§
- fix:
PanelPrinter
ignored the set Writer by @MarvinJWendt in #614
Full Changelog: v0.12.74...v0.12.75
v0.12.74
What's Changed
Exciting New Features π
- feat: automatically inject more
CallerOffset
inpterm.NewSlogHandler
by @MarvinJWendt in #609
Other Changes
- examples: fixed
interactive_multiselect
examples by @MarvinJWendt in #606 - ci(examples): demo is now always at the top by @MarvinJWendt in #607
Full Changelog: v0.12.73...v0.12.74
v0.12.73
What's Changed
Fixes π§
- fix(logger):
LogLevelDisabled
does no longer print anything by @MarvinJWendt in #601
Other Changes
- examples: fix typo in demo by @jrschumacher in #598
New Contributors
- @jrschumacher made their first contribution in #598
Full Changelog: v0.12.72...v0.12.73
v0.12.72
What's Changed
Fixes π§
Other Changes
- ci: updated go test command in workflow by @MarvinJWendt in #594
- examples: refactored and documented all examples by @MarvinJWendt in #596
- docs: added website to repo by @MarvinJWendt in #597
New Contributors
Full Changelog: v0.12.71...v0.12.72