Allow the user to supply a custom Python function to draw tab bar

This commit is contained in:
Kovid Goyal
2021-08-18 07:15:03 +05:30
parent e4cc8bf828
commit 868626c79c
5 changed files with 50 additions and 10 deletions

View File

@@ -7,6 +7,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
0.23.2 [future]
----------------------
- Allow the user to supply a custom Python function to draw tab bar. See
:option:`tab_bar_style`
- Fix a regression that caused :option:`kitty --title` to not work when
opening new OS windows using :option:`kitty --single-instance` (:iss:`3893`)