Skip to content

Commit 7f24dd6

Browse files
committed
version 0.43.1
1 parent 460d109 commit 7f24dd6

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
@@ -134,7 +134,7 @@ consumption to do the same tasks.
134134
Detailed list of changes
135135
-------------------------------------
136136

137-
0.43.1 [future]
137+
0.43.1 [2025-10-01]
138138
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139139

140140
- ssh kitten: Allow specifying a password and/or TOTP authentication secret to
@@ -152,7 +152,7 @@ Detailed list of changes
152152
remain as invisible rectangles that intercept mouse events (:iss:`8952`)
153153

154154
- macOS: Fix a regression in the previous release that broke automatic
155-
switching of dark/light mode when setting :opt:`macos_titlebar_color` to a
155+
switching of dark/light mode when setting :opt:`macos_titlebar_color` to an
156156
arbitrary color (:iss:`9034`)
157157

158158
- :ac:`goto_session`: Add ``--sort-by=alphabetical`` to have the interactive session

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, 43, 0)
25+
version: Version = Version(0, 43, 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)