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 f4d4a80 commit 40f9945Copy full SHA for 40f9945
docs/changelog.rst
@@ -165,7 +165,7 @@ consumption to do the same tasks.
165
Detailed list of changes
166
-------------------------------------
167
168
-0.46.1 [future]
+0.46.1 [2026-03-16]
169
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170
171
- diff kitten: Highlight moved lines using a different background color (:opt:`kitten-diff.mark_moved_lines`) (:iss:`3241`)
kitty/constants.py
@@ -22,7 +22,7 @@ class Version(NamedTuple):
22
23
appname: str = 'kitty'
24
kitty_face = '🐱'
25
-version: Version = Version(0, 46, 0)
+version: Version = Version(0, 46, 1)
26
str_version: str = '.'.join(map(str, version))
27
_plat = sys.platform.lower()
28
is_macos: bool = 'darwin' in _plat
0 commit comments