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 01cdfcd commit 2674728Copy full SHA for 2674728
docs/changelog.rst
@@ -94,7 +94,7 @@ consumption to do the same tasks.
94
Detailed list of changes
95
-------------------------------------
96
97
-0.41.0 [future]
+0.41.0 [2025-03-29]
98
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
100
- A new mode of operation for :opt:`text_fg_override_threshold` to override
kitty/constants.py
@@ -23,7 +23,7 @@ class Version(NamedTuple):
23
24
appname: str = 'kitty'
25
kitty_face = '🐱'
26
-version: Version = Version(0, 40, 1)
+version: Version = Version(0, 41, 0)
27
str_version: str = '.'.join(map(str, version))
28
_plat = sys.platform.lower()
29
is_macos: bool = 'darwin' in _plat
0 commit comments