1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 21:01:36 +03:00

update harfbuzz to 4.2.1

This commit is contained in:
Wez Furlong 2022-04-24 16:40:53 -07:00
parent 6ec1989f14
commit 9bf732bcae
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9d5730b958974bc9db95e46e6bad52e9e9cd6e1c
Subproject commit f7aee78e90bc53b3a95eb56d7550c9effe569ea2

View File

@ -23,6 +23,9 @@ As features stabilize some brief notes about them will accumulate here.
* [clean_exit_codes](config/lua/config/clean_exit_codes.md) config to fine tune [exit_behavior](config/lua/config/exit_behavior.md) [#1889](https://github.com/wez/wezterm/issues/1889)
* [ClearSelection](config/lua/keyassignment/ClearSelection.md) key assignment [#1900](https://github.com/wez/wezterm/issues/1900)
#### Updated
* Bundled harfbuzz to 4.2.1
#### 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)