Skip to content

Commit d56721e

Browse files
committed
version 0.42.1
1 parent 96d961d commit d56721e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ consumption to do the same tasks.
106106
Detailed list of changes
107107
-------------------------------------
108108

109-
0.42.1 [future]
109+
0.42.1 [2025-05-17]
110110
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111111

112112
- Fix ambiguous width and private use characters not being rendered when used with variable width text-sizing protocol escape codes
@@ -115,7 +115,7 @@ Detailed list of changes
115115

116116
- Wayland: Fix an abort if the terminal program sets a window title longer than 2KB that contains CSI escape sequences and multibyte UTF-8 (:iss:`8619`)
117117

118-
- Quick access terminal: Allow toggling the window to full screen and map using the standard kitty :sc:`toggle_fullscreen` shortcut (:iss:`8626`)
118+
- Quick access terminal: Allow toggling the window to full screen using the standard kitty :sc:`toggle_fullscreen` shortcut (:iss:`8626`)
119119

120120
- Quick access terminal: Allow configuring the monitor to display the panel on in Wayland/X11 (:iss:`8630`)
121121

kitty/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Version(NamedTuple):
2222

2323
appname: str = 'kitty'
2424
kitty_face = '🐱'
25-
version: Version = Version(0, 42, 0)
25+
version: Version = Version(0, 42, 1)
2626
str_version: str = '.'.join(map(str, version))
2727
_plat = sys.platform.lower()
2828
is_macos: bool = 'darwin' in _plat

0 commit comments

Comments
 (0)