Fix tab title not changing to reflect the window title when switching between different windows in a tab

This commit is contained in:
Kovid Goyal
2018-05-02 21:07:45 +05:30
parent eadfeeec9b
commit 2a52acdef4
2 changed files with 7 additions and 5 deletions

View File

@@ -45,6 +45,8 @@ version 0.9.1 [future]
- Fix window focus gained/lost events not being reported to child programs when
switching windows/tabs using the various keyboard shortcuts.
- Fix tab title not changing to reflect the window title when switching between different windows in a tab
version 0.9.0 [2018-04-15]
------------------------------