1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-17 02:00:25 +03:00

docs: update for x11 dnd

closes: https://github.com/wez/wezterm/pull/5316
closes: https://github.com/wez/wezterm/issues/640
This commit is contained in:
Wez Furlong 2024-05-05 13:05:53 -07:00
parent 1598579551
commit 65a84ddd60
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
2 changed files with 4 additions and 1 deletions

View File

@ -28,6 +28,9 @@ As features stabilize some brief notes about them will accumulate here.
* [show_update_window](config/lua/config/show_update_window.md) has been
deprecated; it no longer has any effect and will be removed in a future
release.
* X11: drag and drop is now supported for files, URLs and text. Thanks to
@ssiegel! #5316 #640
#### New
* [wezterm.serde](config/lua/wezterm.serde/index.md) module for serialization
and deserialization of JSON, TOML and YAML. Thanks to @expnn! #4969

View File

@ -27,5 +27,5 @@ Drag and drop support for files is a platform dependent feature
|----------|-------------------|
|macOS |20220624-141144-bd1b7c5d|
|Windows |20220624-141144-bd1b7c5d|
|X11 |Not yet |
|X11 |{{since('nightly', inline=True)}}|
|Wayland |20220624-141144-bd1b7c5d|