All Versions
88
Latest Version
Avg Release Cycle
64 days
Latest Release
102 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.12.83 Changes
February 25, 2026What's Changed
๐ Fixes ๐ง
- ๐ fix(prefix): PrefixPrinter now uses updated defaultWriter by @christeredvartsen in #752
- ๐ fix: reset IsActive before RawOutput early return in SpinnerPrinter.Stop() by @bk-simon in #764
๐ New Contributors
- @christeredvartsen made their first contribution in #752
- @bk-simon made their first contribution in #764
Full Changelog : v0.12.82...v0.12.83
-
v0.12.82 Changes
October 13, 2025What'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 Changes
June 06, 2025What'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 Changes
November 27, 2024What'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
- ๐ feat: support timer modifactions on
-
v0.12.79 Changes
February 09, 2024What's Changed
Exciting New Features ๐
- 0๏ธโฃ feat(text-input): Show
DefaultValueas placeholder by @MarvinJWendt in #639
Full Changelog : v0.12.78...v0.12.79
- 0๏ธโฃ feat(text-input): Show
-
v0.12.78 Changes
February 04, 2024What'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
- ๐ fix(progressbar):
-
v0.12.77 Changes
February 01, 2024What'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 Changes
January 23, 2024What's Changed
๐ Fixes ๐ง
- ๐ fix(rgb):
Sprintfdid not format properly by @MarvinJWendt in #622
Full Changelog : v0.12.75...v0.12.76
- ๐ fix(rgb):
-
v0.12.75 Changes
January 17, 2024What's Changed
๐ Fixes ๐ง
- ๐ fix:
PanelPrinterignored the set Writer by @MarvinJWendt in #614
Full Changelog : v0.12.74...v0.12.75
- ๐ fix:
-
v0.12.74 Changes
January 03, 2024What'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
- feat: automatically inject more