From c3c7ac3a5832ef0d91191fb48858b83c3f74af5d Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 17 Oct 2021 10:05:05 -0700 Subject: [PATCH] docs: changelog for #1222 --- docs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index f29da64b4..27867cd3e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -60,6 +60,9 @@ As features stabilize some brief notes about them will accumulate here. * New: [window_padding](config/lua/config/window_padding.md) now accepts values such as `"1cell"` or `"30%"` to compute values based on font or window metrics. * New: BSDish systems now support [toast notifications](https://github.com/wez/wezterm/issues/489) * Fixed: the whole tab was closed when only the zoomed pane exited. [#1235](https://github.com/wez/wezterm/issues/1235) +* Fixed: multiplexer: wrong `WEZTERM_UNIX_SOCKET` environment passed to children when using unix domain sockets and `connect_automatically=true` [#1222](https://github.com/wez/wezterm/issues/1222) +* Fixed: multiplexer: spawning remote tabs didn't correctly record local tab mapping, resulting in phantom additional tabs showing in the client. [#1222](https://github.com/wez/wezterm/issues/1222) + ### 20210814-124438-54e29167