| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-01 | 1.5 kB | |
| v0.12.82 source code.tar.gz | 2025-10-01 | 275.9 kB | |
| v0.12.82 source code.zip | 2025-10-01 | 526.8 kB | |
| Totals: 3 Items | 804.2 kB | 0 | |
What's Changed
Exciting New Features 🎉
- feat(bigtext_printer): add ASCII art representation for "@" character by @MarvinJWendt in https://github.com/pterm/pterm/pull/744
- feat(interactive_select): add filter input placeholder to multiselect and select printers by @MarvinJWendt in https://github.com/pterm/pterm/pull/745
Fixes 🔧
- fix(spinner): remove extra newline on start by @lavocatt in https://github.com/pterm/pterm/pull/732
- fix(print): enhance RemoveColorFromString to also strip OSC 8 hyperlinks by @MarvinJWendt in https://github.com/pterm/pterm/pull/746
- fix(interactive_textinput): fixed gray text when using a default value by @MarvinJWendt in https://github.com/pterm/pterm/pull/747
Other Changes
- Fix rounding factor panic by @MarvinJWendt in https://github.com/pterm/pterm/pull/722
- Fix typo in default continue prompt comment by @MarvinJWendt in https://github.com/pterm/pterm/pull/724
- Fix comment typo in SlogHandler by @MarvinJWendt in https://github.com/pterm/pterm/pull/723
- Fix selectOption for invalid defaults by @MarvinJWendt in https://github.com/pterm/pterm/pull/725
- Fix typos in comments by @MarvinJWendt in https://github.com/pterm/pterm/pull/726
New Contributors
- @lavocatt made their first contribution in https://github.com/pterm/pterm/pull/732
Full Changelog: https://github.com/pterm/pterm/compare/v0.12.81...v0.12.82