We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3b5df commit 7f61f1fCopy full SHA for 7f61f1f
docs/changelog.rst
@@ -50,7 +50,7 @@ consumption to do the same tasks.
50
Detailed list of changes
51
-------------------------------------
52
53
-0.34.1 [future]
+0.34.1 [2024-04-19]
54
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
56
- Wayland KDE: Fix window background blur not adapting when window is grown. Also fix turning it on and off not working. (:iss:`7351`)
kitty/constants.py
@@ -22,7 +22,7 @@ class Version(NamedTuple):
22
23
appname: str = 'kitty'
24
kitty_face = '🐱'
25
-version: Version = Version(0, 34, 0)
+version: Version = Version(0, 34, 1)
26
str_version: str = '.'.join(map(str, version))
27
_plat = sys.platform.lower()
28
is_macos: bool = 'darwin' in _plat
0 commit comments