mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 00:08:04 +02:00
@@ -61,6 +61,9 @@ Detailed list of changes
|
|||||||
|
|
||||||
- Remote control: Allow matching by neighbor of active window. Useful for navigation plugins like vim-kitty-navigator
|
- Remote control: Allow matching by neighbor of active window. Useful for navigation plugins like vim-kitty-navigator
|
||||||
|
|
||||||
|
- Fix a regression that caused changing :opt:`text_fg_override_threshold` or :opt:`text_composition_strategy` via config reload causing incorrect rendering (:iss:`6559`)
|
||||||
|
|
||||||
|
|
||||||
0.29.2 [2023-07-27]
|
0.29.2 [2023-07-27]
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ class LoadShaderPrograms:
|
|||||||
graphics.compile(p, allow_recompile)
|
graphics.compile(p, allow_recompile)
|
||||||
|
|
||||||
program_for('bgimage').compile(BGIMAGE_PROGRAM, allow_recompile)
|
program_for('bgimage').compile(BGIMAGE_PROGRAM, allow_recompile)
|
||||||
program_for('tint').compile(TINT_PROGRAM)
|
program_for('tint').compile(TINT_PROGRAM, allow_recompile)
|
||||||
init_cell_program()
|
init_cell_program()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user