1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00
This commit is contained in:
Wez Furlong 2023-01-11 09:10:22 -07:00
parent 1999d2f0fc
commit 349c2ed5d5
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -33,6 +33,10 @@ As features stabilize some brief notes about them will accumulate here.
[#2893](https://github.com/wez/wezterm/issues/2893)
* Windows: panic when minimizing a window when `front_end='WebGpu'`
[#2881](https://github.com/wez/wezterm/issues/2881)
* X11: `wezterm.screens().active` is now populated based on the currently
focused window, rather than just copying the `main` screen data. Thanks to
[@NBonaparte](https://github.com/NBonaparte)!
[#2928](https://github.com/wez/wezterm/pull/2928)
#### Changed
* `CTRL-SHIFT-P` now activates the new command palette, instead of `PaneSelect`