icat kitten: Fix display of JPEG images that are rotated via EXIF data and larger than available screen size

Fixes #3949
This commit is contained in:
Kovid Goyal
2021-08-19 09:08:35 +05:30
parent 59c14d07fd
commit 34ec3eac44
2 changed files with 11 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix a regression that caused :option:`kitty --title` to not work when
opening new OS windows using :option:`kitty --single-instance` (:iss:`3893`)
- icat kitten: Fix display of JPEG images that are rotated via EXIF data and
larger than available screen size (:iss:`3949`)
0.23.1 [2021-08-17]
----------------------