Release v0.58.2

This commit is contained in:
Mario Zechner
2026-03-15 19:20:14 +01:00
parent 700bcf3455
commit 6c60f8a2be
21 changed files with 82 additions and 57 deletions

View File

@@ -1,6 +1,15 @@
# Changelog
## [Unreleased]
## [0.58.2] - 2026-03-15
### Added
- Added configurable `SelectList` primary column sizing via `SelectListLayoutOptions`, including custom primary-label truncation hooks ([#2154](https://github.com/badlogic/pi-mono/pull/2154) by [@markusylisiurunen](https://github.com/markusylisiurunen))
### Fixed
- Fixed stale scrollback remaining after full-screen redraws such as session switches by clearing the screen before wiping scrollback ([#2155](https://github.com/badlogic/pi-mono/pull/2155) by [@Perlence](https://github.com/Perlence))
- Fixed trailing blank lines after markdown block elements when they are followed immediately by the next block or end of document ([#2152](https://github.com/badlogic/pi-mono/pull/2152) by [@markusylisiurunen](https://github.com/markusylisiurunen))
## [0.58.1] - 2026-03-14

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-tui",
"version": "0.58.1",
"version": "0.58.2",
"description": "Terminal User Interface library with differential rendering for efficient text-based applications",
"type": "module",
"main": "dist/index.js",