Fix removal of inactive tab that is before the currently active tab causing the highlighted tab to be incorrect

Fixes #3516
This commit is contained in:
Kovid Goyal
2021-04-22 22:28:05 +05:30
parent 5f2d0142d1
commit 237fd73702
2 changed files with 16 additions and 1 deletions

View File

@@ -16,6 +16,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix ``kitty @ close-tab`` not working with pipe based remote control
(:iss:`3510`)
- Fix removal of inactive tab that is before the currently active tab causing
the highlighted tab to be incorrect (:iss:`3516`)
0.20.1 [2021-04-19]
----------------------