mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
docs: update for release
This commit is contained in:
parent
5046fc2259
commit
3129e20fd4
@ -4,7 +4,7 @@ import os
|
||||
import re
|
||||
import sys
|
||||
|
||||
NIGHTLY = '20240128-202157-1e552d76'
|
||||
NIGHTLY = '20240203-110809-5046fc22'
|
||||
|
||||
SINCE = re.compile("\{\{since\('nightly'", re.MULTILINE)
|
||||
|
||||
|
@ -21,6 +21,13 @@ usually the best available version.
|
||||
|
||||
As features stabilize some brief notes about them will accumulate here.
|
||||
|
||||
#### Changed
|
||||
* Not yet
|
||||
#### New
|
||||
#### Fixed
|
||||
|
||||
### 20240203-110809-5046fc22
|
||||
|
||||
#### Changed
|
||||
* The default for
|
||||
[freetype_load_flags](config/lua/config/freetype_load_flags.md) is now
|
||||
|
@ -45,7 +45,7 @@ explicitly:
|
||||
config.freetype_load_flags = 'NO_HINTING'
|
||||
```
|
||||
|
||||
{{since('nightly')}}
|
||||
{{since('20240203-110809-5046fc22')}}
|
||||
|
||||
The default value depends on the effective dpi of the display.
|
||||
If the dpi is 100 or larger, the default value is `NO_HINTING`.
|
||||
|
@ -5,7 +5,7 @@ tags:
|
||||
|
||||
# `prefer_to_spawn_tabs = false`
|
||||
|
||||
{{since('nightly')}}
|
||||
{{since('20240203-110809-5046fc22')}}
|
||||
|
||||
If set to `true`, launching a new instance of `wezterm` will prefer to
|
||||
spawn a new tab when it is able to connect to your already-running GUI
|
||||
|
Loading…
Reference in New Issue
Block a user