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 42ab460 commit f56c3edCopy full SHA for f56c3ed
docs/changelog.rst
@@ -94,7 +94,7 @@ consumption to do the same tasks.
94
Detailed list of changes
95
-------------------------------------
96
97
-0.41.1 [future]
+0.41.1 [2025-04-03]
98
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
100
- Fix a regression in the previous release that caused rendering of emoji using
kitty/constants.py
@@ -23,7 +23,7 @@ class Version(NamedTuple):
23
24
appname: str = 'kitty'
25
kitty_face = '🐱'
26
-version: Version = Version(0, 41, 0)
+version: Version = Version(0, 41, 1)
27
str_version: str = '.'.join(map(str, version))
28
_plat = sys.platform.lower()
29
is_macos: bool = 'darwin' in _plat
0 commit comments