Allow centering the background image

Fixes #5525
This commit is contained in:
Kovid Goyal
2022-10-04 08:26:28 +05:30
parent c8d18ffe26
commit ae8f3de070
9 changed files with 40 additions and 22 deletions

View File

@@ -38,10 +38,10 @@ Detailed list of changes
0.26.4 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Update to Unicode 15.0 (:pull:`5542`)
- macOS: Allow changing the kitty icon by placing a custom icon in the kitty config folder (:pull:`5464`)
- Allow centering the :opt:`background_image` (:iss:`5525`)
- X11: Fix a regression in the previous release that caused pasting from GTK based applications to have extra newlines (:iss:`5528`)
- Tab bar: Improve empty space management when some tabs have short titles, allocate the saved space to the active tab (:iss:`5548`)
@@ -50,6 +50,8 @@ Detailed list of changes
- Wayland: Fix background image scaling using tiled mode on high DPI screens
- Update to Unicode 15.0 (:pull:`5542`)
0.26.3 [2022-09-22]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~