This commit is contained in:
Kovid Goyal
2025-09-16 22:43:51 +05:30
parent 78898b3c0b
commit 55254d9079

View File

@@ -158,11 +158,14 @@ Detailed list of changes
- macOS: Fix closing an OS Window when another OS Window is minimized causing
the minimized window to be un-minimized (:iss:`8913`)
- Allow using backspace to move the cursor onto the previous line in cooked mode. This is indicated by the `bw` property in kitty's terminfo (:iss:`8841`)
- Allow using backspace to move the cursor onto the previous line in cooked
mode. This is indicated by the `bw` property in kitty's terminfo
(:iss:`8841`)
- Watchers: A new event for global watchers corresponding to the tab bar being changed (:disc:`8842`)
- Fix a regression in 0.40.0 that broke handling of the VS16 variation selector when it caused a character to flow to the next line (:iss:`8848`)
- Fix a regression in 0.40.0 that broke handling of the VS16 variation selector
when it caused a character to flow to the next line (:iss:`8848`)
- Fix rendering of underlines when using larger text sizes with the space and
en-space characters (:iss:`8950`)