docs: audit unreleased changelogs

This commit is contained in:
Mario Zechner
2026-05-17 01:29:35 +02:00
parent e26fbb3d46
commit 72104d88f9
3 changed files with 29 additions and 0 deletions

View File

@@ -2,8 +2,16 @@
## [Unreleased]
### Added
- Added markdown list-item wrapping that preserves indentation for wrapped continuation lines ([#4327](https://github.com/earendil-works/pi-mono/pull/4327) by [@Perlence](https://github.com/Perlence)).
### Fixed
- Fixed markdown task-list checkbox rendering ([#4379](https://github.com/earendil-works/pi-mono/pull/4379) by [@Perlence](https://github.com/Perlence)).
- Fixed markdown rendering robustness for very large markdown files ([#4463](https://github.com/earendil-works/pi-mono/pull/4463) by [@ndanielherrera](https://github.com/ndanielherrera)).
- Fixed Kitty image placement when the viewport is shorter than the rendered image ([#4461](https://github.com/earendil-works/pi-mono/pull/4461) by [@xu0o0](https://github.com/xu0o0)).
- Fixed WezTerm Kitty keyboard protocol edge cases so escape handling remains correct ([#4482](https://github.com/earendil-works/pi-mono/pull/4482) by [@Felixoid](https://github.com/Felixoid)).
- Fixed inline image rendering to cap portrait images by height instead of always scaling them to the configured maximum width.
## [0.74.0] - 2026-05-07