macOS: Add an option to control the max length of the window title displayed in the global menubar

Fixes #2132
This commit is contained in:
Kovid Goyal
2022-02-07 21:57:36 +05:30
parent ac16880eec
commit e9ea7b13b6
7 changed files with 42 additions and 5 deletions

View File

@@ -112,6 +112,9 @@ Detailed list of changes
- Linux: Fix fontconfig alias not being used if the aliased font is dual spaced instead of monospaced (:iss:`4649`)
- macOS: Add an option :opt:`macos_menubar_title_max_length` to control the max length of the window title displayed in the global menubar (:iss:`2132`)
0.24.2 [2022-02-03]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~