1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 18:57:59 +03:00

docs: changelog for windows/mux fixes

This commit is contained in:
Wez Furlong 2021-12-05 19:24:59 -07:00
parent bde2c728bf
commit 54f1914cce

View File

@ -20,6 +20,8 @@ As features stabilize some brief notes about them will accumulate here.
#### Fixed
* Windows: `wezterm <something>` would fail silently when spawning `wezterm-gui` under the covers. Regression introduced by [#1278](https://github.com/wez/wezterm/issues/1278). Workaround is to directly spawn `wezterm-gui`.
* Windows: the PTY handles were ignored in favor of the redirected stdio handles of the parent of the wezterm mux process [#1358](https://github.com/wez/wezterm/issues/1358)
* Windows: Failure to spawn `wezterm` when launching an ssh mux domain session no longer waits forever
### 20211204-082213-a66c61ee9