1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-29 21:44:24 +03:00

docs: update for release

This commit is contained in:
Wez Furlong 2023-07-12 07:46:13 -07:00
parent f4abf8fde7
commit 35df521f76
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
15 changed files with 180 additions and 174 deletions

View File

@ -4,7 +4,7 @@ import os
import re import re
import sys import sys
NIGHTLY = '20230408-112425-69ae8472' NIGHTLY = '20230712-072601-f4abf8fd'
SINCE = re.compile("\{\{since\('nightly'", re.MULTILINE) SINCE = re.compile("\{\{since\('nightly'", re.MULTILINE)

View File

@ -21,6 +21,12 @@ usually the best available version.
As features stabilize some brief notes about them will accumulate here. As features stabilize some brief notes about them will accumulate here.
#### Changed
#### New
#### Fixed
### 20230712-072601-f4abf8fd
#### Changed #### Changed
* The default for * The default for

View File

@ -1,6 +1,6 @@
# `wezterm cli adjust-pane-size DIRECTION` # `wezterm cli adjust-pane-size DIRECTION`
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
*Run `wezterm cli adjust-pane-size --help` to see more help* *Run `wezterm cli adjust-pane-size --help` to see more help*

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ If you use a tiling window manager then you may wish to set this to `false`.
See also [IncreaseFontSize](../keyassignment/IncreaseFontSize.md), See also [IncreaseFontSize](../keyassignment/IncreaseFontSize.md),
[DecreaseFontSize](../keyassignment/DecreaseFontSize.md). [DecreaseFontSize](../keyassignment/DecreaseFontSize.md).
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
The default value is now `nil` which causes wezterm to match the name of the The default value is now `nil` which causes wezterm to match the name of the
connected window environment (which you can see if you open the debug overlay) connected window environment (which you can see if you open the debug overlay)

View File

@ -6,7 +6,7 @@ tags:
--- ---
# `char_select_bg_color = "#333333"` # `char_select_bg_color = "#333333"`
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
Specifies the background color used by Specifies the background color used by
[CharSelect](../keyassignment/CharSelect.md). [CharSelect](../keyassignment/CharSelect.md).

View File

@ -6,7 +6,7 @@ tags:
--- ---
# `char_select_fg_color = rgba(0.75, 0.75, 0.75, 1.0)` # `char_select_fg_color = rgba(0.75, 0.75, 0.75, 1.0)`
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
Specifies the text color used by Specifies the text color used by
[CharSelect](../keyassignment/CharSelect.md). [CharSelect](../keyassignment/CharSelect.md).

View File

@ -4,7 +4,7 @@ tags:
--- ---
# `default_mux_server_domain = "local"` # `default_mux_server_domain = "local"`
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
!!! note !!! note
This option only applies to the standalone mux server. For the equivalent option in This option only applies to the standalone mux server. For the equivalent option in

View File

@ -4,7 +4,7 @@ tags:
--- ---
## `exit_behavior_messaging = "Verbose"` ## `exit_behavior_messaging = "Verbose"`
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
Controls how wezterm indicates the exit status of the spawned process Controls how wezterm indicates the exit status of the spawned process
in a pane when it terminates. in a pane when it terminates.

View File

@ -1,6 +1,6 @@
# `tiling_desktop_environments = {}` # `tiling_desktop_environments = {}`
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
Contains a list of Window Environments that are known to be tiling Contains a list of Window Environments that are known to be tiling
window managers. A tiling window manager is one that automatically window managers. A tiling window manager is one that automatically

View File

@ -5,7 +5,7 @@ tags:
# `win32_acrylic_accent_color = COLOR` # `win32_acrylic_accent_color = COLOR`
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
When combined with `win32_system_backdrop = "Acrylic"` on Windows systems When combined with `win32_system_backdrop = "Acrylic"` on Windows systems
earlier than build 22621, this option specifies the accent color used with earlier than build 22621, this option specifies the accent color used with

View File

@ -5,7 +5,7 @@ tags:
# `win32_system_backdrop = SETTING` # `win32_system_backdrop = SETTING`
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
When combined with `window_background_opacity`, chooses from available When combined with `window_background_opacity`, chooses from available
window background effects provided by Windows. window background effects provided by Windows.

View File

@ -35,7 +35,7 @@ wezterm.on('update-right-status', function(window, pane)
end) end)
``` ```
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
The bundled `Nerd Font Symbols Font` was updated to version 3.0 which, The bundled `Nerd Font Symbols Font` was updated to version 3.0 which,
unfortunately, makes [breaking unfortunately, makes [breaking

View File

@ -1,6 +1,6 @@
# `augment-command-palette` # `augment-command-palette`
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
This event is emitted when the [Command Palette](../keyassignment/ActivateCommandPalette.md) is shown. This event is emitted when the [Command Palette](../keyassignment/ActivateCommandPalette.md) is shown.

View File

@ -1,6 +1,6 @@
# window:keyboard_modifiers() # window:keyboard_modifiers()
{{since('nightly')}} {{since('20230712-072601-f4abf8fd')}}
Returns two values; the keyboard modifiers and the key status leds. Returns two values; the keyboard modifiers and the key status leds.