mirror of
https://github.com/wez/wezterm.git
synced 2024-12-03 19:53:40 +03:00
changelog entry for #475
refs: https://github.com/wez/wezterm/issues/475
This commit is contained in:
parent
8009863f9b
commit
2dee60587f
@ -13,6 +13,7 @@ brief notes about them may accumulate here.
|
||||
* Fonts: `font_antialias` and `font_hinting` are now deprecated in favor of the new [freetype_load_target](config/lua/config/freetype_load_target.md) and [freetype_load_flags](config/lua/config/freetype_load_flags.md) options. The deprecated options have no effect and will be removed in a future release. The new options provide more direct control over how freetype rasterizes text.
|
||||
* Fonts: when computing default `font_rules` for bold and italic fonts, strip italic and bold components from the family name. eg: if you set `font = wezterm.font("Source Code Pro Medium")` then the ` Medium` text will be stripped from the font name used to locate bold and italic variants so that we don't report an error loading a non-sensical `Source Code Pro Medium Bold`. [#456](https://github.com/wez/wezterm/issues/456)
|
||||
* Fonts: fix a regression where bright windows behind wezterm could "shine through" on the alpha channel, and adjust the tinting operation to avoid anti-aliased dark fringes [#470](https://github.com/wez/wezterm/issues/470) [#491](https://github.com/wez/wezterm/issues/491)
|
||||
* Fonts: macOS: fix an issue where wezterm could hang whe loading a font located via Core Text [#475](https://github.com/wez/wezterm/issues/475)
|
||||
* Added `--config-file` CLI option to specify an alternate config file location. [Read more about config file resolution](config/files.md). Thanks to [@bew](https://github.com/bew)! [#459](https://github.com/wez/wezterm/pull/459)
|
||||
* Fixed an issue where large pastes could result in a hang
|
||||
* Updated bundled JetBrainsMono font to version 2.225
|
||||
|
Loading…
Reference in New Issue
Block a user