Add changelog entry for markdown table fix

This commit is contained in:
Mario Zechner 2025-12-17 17:14:12 +01:00
parent c1113deea9
commit b5c3d77219
2 changed files with 3 additions and 6 deletions

View file

@ -6,6 +6,8 @@
- Detect image MIME type via file magic (read tool and `@file` attachments), not filename extension.
- Fixed markdown tables overflowing terminal width. Tables now wrap cell contents to fit available width instead of breaking borders mid-row. ([#206](https://github.com/badlogic/pi-mono/pull/206) by [@kim0](https://github.com/kim0))
## [0.23.1] - 2025-12-17
### Fixed