1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00
This commit is contained in:
Wez Furlong 2022-04-24 16:24:12 -07:00
parent 1e11895600
commit 6ec1989f14

View File

@ -25,6 +25,7 @@ As features stabilize some brief notes about them will accumulate here.
#### Changed
* Debian packages now register wezterm as an alternative for `x-terminal-emulator`. Thanks to [@xpufx](https://github.com/xpufx)! [#1883](https://github.com/wez/wezterm/pull/1883)
* Windows: wezterm will now read the default environment variables from the `HKLM\\System\\CurrentControlSet\\Control\\Session Manager\\Environment` and `HKCU\\Environment` and apply those to the base environment prior to applying `set_environment_variables`. [#1848](https://github.com/wez/wezterm/issues/1848)
#### Fixed
* Flush after replying to XTGETTCAP. [#1850](https://github.com/wez/wezterm/issues/1850)