feat(tui): PI_TUI_WRITE_LOG now accepts a directory path (#2508)

Co-authored-by: Mario Zechner <badlogicgames@gmail.com>
This commit is contained in:
Duncan Ogilvie
2026-03-24 00:22:24 +01:00
committed by GitHub
parent 4c7df25d03
commit 9a0be024a6
2 changed files with 20 additions and 1 deletions

View File

@@ -2,10 +2,15 @@
## [Unreleased]
### Added
- `PI_TUI_WRITE_LOG` now accepts a directory path, creating a unique log file (`tui-<timestamp>-<pid>.log`) per instance for easier debugging of multiple pi sessions
### Fixed
- Fixed blockquote text color breaking after inline links (and other inline elements) due to missing style restoration prefix
## [0.62.0] - 2026-03-23
### Fixed