mirror of
https://github.com/wez/wezterm.git
synced 2024-11-26 16:34:23 +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:
parent
1598579551
commit
65a84ddd60
@ -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
|
||||
|
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user