1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 04:56:12 +03:00

docs: update for release

This commit is contained in:
Wez Furlong 2024-02-03 11:43:04 -07:00
parent 5046fc2259
commit 3129e20fd4
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
4 changed files with 10 additions and 3 deletions

View File

@ -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)

View File

@ -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

View File

@ -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`.

View File

@ -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