fix(coding-agent): Fix EXIF orientation for JPEG and WebP images (#2105)

* fix(coding-agent): apply EXIF orientation correction during image convert and resize

* docs(coding-agent): add PR reference to changelog entry
This commit is contained in:
Melih Mucuk
2026-03-13 19:44:14 +03:00
committed by GitHub
parent bd2c3ab67e
commit 738319e465
4 changed files with 193 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
- Fixed interactive input fields backed by the TUI `Input` component to scroll by visual column width for wide Unicode text (CJK, fullwidth characters), preventing rendered line overflow and TUI crashes in places like search and filter inputs ([#1982](https://github.com/badlogic/pi-mono/issues/1982))
- Fixed `shift+tab` and other modified Tab bindings in tmux when `extended-keys-format` is left at the default `xterm`
- Fixed EXIF orientation not being applied during image convert and resize, causing JPEG and WebP images from phone cameras to display rotated or mirrored ([#2105](https://github.com/badlogic/pi-mono/pull/2105) by [@melihmucuk](https://github.com/melihmucuk))
## [0.57.1] - 2026-03-07