Releases: pterm/pterm
Releases Β· pterm/pterm
v0.12.82
What's Changed
Exciting New Features π
- feat(bigtext_printer): add ASCII art representation for "@" character by @MarvinJWendt in #744
- feat(interactive_select): add filter input placeholder to multiselect and select printers by @MarvinJWendt in #745
Fixes π§
- fix(spinner): remove extra newline on start by @lavocatt in #732
- fix(print): enhance RemoveColorFromString to also strip OSC 8 hyperlinks by @MarvinJWendt in #746
- fix(interactive_textinput): fixed gray text when using a default value by @MarvinJWendt in #747
Other Changes
- Fix rounding factor panic by @MarvinJWendt in #722
- Fix typo in default continue prompt comment by @MarvinJWendt in #724
- Fix comment typo in SlogHandler by @MarvinJWendt in #723
- Fix selectOption for invalid defaults by @MarvinJWendt in #725
- Fix typos in comments by @MarvinJWendt in #726
New Contributors
Full Changelog: v0.12.81...v0.12.82
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
UpdateTextwithSpinnerby @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
SpinnerandProgressbarby @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.Builderto save memory by @apocelipes in #650 - refactor: replace empty interface with
anyby @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
DefaultValueas placeholder by @MarvinJWendt in #639
Full Changelog: v0.12.78...v0.12.79
v0.12.78
What's Changed
Fixes π§
- fix(progressbar):
ProgressbarandLoggerdid 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):
Sprintfdid not format properly by @MarvinJWendt in #622
Full Changelog: v0.12.75...v0.12.76
v0.12.75
What's Changed
Fixes π§
- fix:
PanelPrinterignored 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
CallerOffsetinpterm.NewSlogHandlerby @MarvinJWendt in #609
Other Changes
- examples: fixed
interactive_multiselectexamples 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):
LogLevelDisableddoes 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