1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-08 23:17:36 +03:00

docs: changelog for #6054

This commit is contained in:
Wez Furlong 2024-09-22 10:59:11 -07:00
parent 6a12dd1a13
commit de0ecc60eb
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -63,6 +63,8 @@ As features stabilize some brief notes about them will accumulate here.
* [show_close_tab_button_in_tabs](config/lua/config/show_close_tab_button_in_tabs.md)
option for the fancy tab bar. Thanks to @zummenix! #3818
* wezterm-ssh now supports `ProxyUseFdPass`. Thanks to @loops! #6103 #6093
* `PromptInputLine` now supports an optional prompt parameter. Thanks to
@mgpinf! #6054
#### Fixed
* Race condition when very quickly adjusting font scale, and other improvements