mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 21:14:35 +02:00
@@ -232,6 +232,8 @@ Detailed list of changes
|
||||
|
||||
- Graphics: Fix incorrect calculated cursor position when placing images with X/Y cell offsets (:pull:`10256`)
|
||||
|
||||
- macOS: Disable macOS one time code autofill popups (:pull:`10250`)
|
||||
|
||||
0.47.4 [2026-06-15]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
3
setup.py
3
setup.py
@@ -1765,6 +1765,9 @@ def macos_info_plist(for_quake: str = '') -> bytes:
|
||||
NSBluetoothAlwaysUsageDescription=access('Bluetooth.'),
|
||||
# Speech
|
||||
NSSpeechRecognitionUsageDescription=access('speech recognition.'),
|
||||
# One time code autofill popups
|
||||
# see https://github.com/kovidgoyal/kitty/pull/10250
|
||||
NSAutoFillRequiresTextContentTypeForOneTimeCodeOnMac=True,
|
||||
)
|
||||
if for_quake:
|
||||
# exclude from dock and menubar
|
||||
|
||||
Reference in New Issue
Block a user