mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-12 13:10:05 +00:00
macOS: Fix a regression in the previous release that caused kitty to fail to run after an unclean shutdown/crash
When porting the single instance code to C I forgot to port the lock file usage. Fixes #7846
This commit is contained in:
parent
5a77ea64d0
commit
d1bdbddbfc
5 changed files with 80 additions and 21 deletions
|
|
@ -87,6 +87,8 @@ Detailed list of changes
|
|||
|
||||
- Fix a regression that broke writing to the clipboard using the OSC 5522 protocol (:iss:`7858`)
|
||||
|
||||
- macOS: Fix a regression in the previous release that caused kitty to fail to run after an unclean shutdown/crash (:iss:`7846`)
|
||||
|
||||
0.36.2 [2024-09-06]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue