diff --git a/docs/changelog.md b/docs/changelog.md index 49997b8a0..780f5fdb7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,6 +11,10 @@ usually the best available version. As features stabilize some brief notes about them will accumulate here. +* No changes yet! + +### 20220408-101518-b908e2dd + #### New * [Key Tables](config/key-tables.md) feature for powerful modal key assignments * `wezterm start --position x,y`, `wezterm start --position displayname:30%,30%` option to control starting window position on all systems except for Wayland. See `wezterm start --help` for more info. [#1794](https://github.com/wez/wezterm/issues/1794) diff --git a/docs/config/key-tables.md b/docs/config/key-tables.md index b93f47c6c..3f592eef4 100644 --- a/docs/config/key-tables.md +++ b/docs/config/key-tables.md @@ -1,6 +1,6 @@ ## Key Tables -*Since: nightly builds only* +*Since: 20220408-101518-b908e2dd* In addition to the default key table defined by the `keys` configuration option, `wezterm` supports defining additional named key tables using the diff --git a/docs/config/keys.md b/docs/config/keys.md index 3de5285b1..541184e0e 100644 --- a/docs/config/keys.md +++ b/docs/config/keys.md @@ -88,7 +88,7 @@ your config, you will need to change it to either `{key="N", mods="CMD|SHIFT", ..}` or `{key="mapped:N", mods="CMD", ..}` in order to continue to respect the `SHIFT` modifier. -*Since: nightly builds only* +*Since: 20220408-101518-b908e2dd* A new `key_map_preference` option controls how keys without an explicit `phys:` or `mapped:` prefix are treated. If `key_map_preference = "Mapped"` (the diff --git a/docs/config/lua/config/key_map_preference.md b/docs/config/lua/config/key_map_preference.md index 9ed56df2f..21cc2e812 100644 --- a/docs/config/lua/config/key_map_preference.md +++ b/docs/config/lua/config/key_map_preference.md @@ -1,6 +1,6 @@ # `key_map_preference = "Mapped"` -*Since: nightly builds only* +*Since: 20220408-101518-b908e2dd* Controls how keys without an explicit `phys:` or `mapped:` prefix are treated. diff --git a/docs/config/lua/config/visual_bell.md b/docs/config/lua/config/visual_bell.md index 5cb9f2bbb..00d4657cc 100644 --- a/docs/config/lua/config/visual_bell.md +++ b/docs/config/lua/config/visual_bell.md @@ -27,7 +27,7 @@ The following easing functions are supported: * `EaseInOut` - The fade starts slowly, speeds up, and then slows down towards the end. * `EaseOut` - The fade starts abruptly, and then progressively slows down towards the end. * `{CubicBezier={0.0, 0.0, 0.58, 1.0}}` - an arbitrary cubic bezier with the specified parameters. -* `Constant` - Evaluates as 0 regardless of time. Useful to implement a step transition at the end of the duration. (*Since: nightly builds only*) +* `Constant` - Evaluates as 0 regardless of time. Useful to implement a step transition at the end of the duration. (*Since: 20220408-101518-b908e2dd*) The following configuration enables a low intensity visual bell that takes a total of 300ms to "flash" the screen: diff --git a/docs/config/lua/keyassignment/ActivateKeyTable.md b/docs/config/lua/keyassignment/ActivateKeyTable.md index 6750045c4..7211aaa4b 100644 --- a/docs/config/lua/keyassignment/ActivateKeyTable.md +++ b/docs/config/lua/keyassignment/ActivateKeyTable.md @@ -1,6 +1,6 @@ # ActivateKeyTable -*Since: nightly builds only* +*Since: 20220408-101518-b908e2dd* Activates a named key table. diff --git a/docs/config/lua/keyassignment/ClearKeyTableStack.md b/docs/config/lua/keyassignment/ClearKeyTableStack.md index 2272ad695..b85778138 100644 --- a/docs/config/lua/keyassignment/ClearKeyTableStack.md +++ b/docs/config/lua/keyassignment/ClearKeyTableStack.md @@ -1,6 +1,6 @@ # ClearKeyTableStack -*Since: nightly builds only* +*Since: 20220408-101518-b908e2dd* Clears the entire key table stack. diff --git a/docs/config/lua/keyassignment/PopKeyTable.md b/docs/config/lua/keyassignment/PopKeyTable.md index 4f9f1ef05..9905a1d69 100644 --- a/docs/config/lua/keyassignment/PopKeyTable.md +++ b/docs/config/lua/keyassignment/PopKeyTable.md @@ -1,6 +1,6 @@ # PopKeyTable -*Since: nightly builds only* +*Since: 20220408-101518-b908e2dd* Pops the current key table, if any, from the activation stack. diff --git a/docs/config/lua/wezterm/font_with_fallback.md b/docs/config/lua/wezterm/font_with_fallback.md index 84025dca3..18a6ef051 100644 --- a/docs/config/lua/wezterm/font_with_fallback.md +++ b/docs/config/lua/wezterm/font_with_fallback.md @@ -84,7 +84,7 @@ glyph(s)). ### Manual fallback scaling -*Since: nightly builds only* +*Since: 20220408-101518-b908e2dd* CJK fonts typically won't have a useful *cap-height* metric so it may be desirable to manually configure the fallback scaling factor to boost the size diff --git a/docs/config/lua/window/active_key_table.md b/docs/config/lua/window/active_key_table.md index 99a3094d5..c534a725b 100644 --- a/docs/config/lua/window/active_key_table.md +++ b/docs/config/lua/window/active_key_table.md @@ -1,6 +1,6 @@ # window:active_key_table() -*Since: nightly builds only* +*Since: 20220408-101518-b908e2dd* Returns a string holding the top of the current key table activation stack, or `nil` if the stack is empty.