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 b9051d8 commit 15ac33aCopy full SHA for 15ac33a
2 files changed
docs/changelog.rst
@@ -74,7 +74,7 @@ consumption to do the same tasks.
74
Detailed list of changes
75
-------------------------------------
76
77
-0.36.2 [future]
+0.36.2 [2024-09-06]
78
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
79
80
- Linux: Fix a regression in 0.36.0 that caused font features defined via fontconfig to be ignored (:iss:`7773`)
kitty/constants.py
@@ -23,7 +23,7 @@ class Version(NamedTuple):
23
24
appname: str = 'kitty'
25
kitty_face = '🐱'
26
-version: Version = Version(0, 36, 1)
+version: Version = Version(0, 36, 2)
27
str_version: str = '.'.join(map(str, version))
28
_plat = sys.platform.lower()
29
is_macos: bool = 'darwin' in _plat
0 commit comments