We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b365b40 commit efbfcf7Copy full SHA for efbfcf7
docs/changelog.rst
@@ -134,7 +134,7 @@ consumption to do the same tasks.
134
Detailed list of changes
135
-------------------------------------
136
137
-0.43.2 [future]
+0.44.0 [2025-11-03]
138
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139
140
- Allow kitty to read a specified set of environment variables from your
kitty/constants.py
@@ -22,7 +22,7 @@ class Version(NamedTuple):
22
23
appname: str = 'kitty'
24
kitty_face = '🐱'
25
-version: Version = Version(0, 43, 1)
+version: Version = Version(0, 44, 0)
26
str_version: str = '.'.join(map(str, version))
27
_plat = sys.platform.lower()
28
is_macos: bool = 'darwin' in _plat
0 commit comments