1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 04:56:12 +03:00

docs: changelog for #6007

This commit is contained in:
Wez Furlong 2024-09-22 14:47:23 -07:00
parent 67603e73e0
commit c3e77c6740
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -63,8 +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
* `PromptInputLine` now supports a optional `prompt` and `initial_value`
parameters. Thanks to @mgpinf and @ekorchmar! #6054 #6007
#### Fixed
* Race condition when very quickly adjusting font scale, and other improvements