From 65a84ddd60cc395fb442bfe2782a7eb75866e8c1 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 5 May 2024 13:05:53 -0700 Subject: [PATCH] docs: update for x11 dnd closes: https://github.com/wez/wezterm/pull/5316 closes: https://github.com/wez/wezterm/issues/640 --- docs/changelog.md | 3 +++ docs/config/lua/config/quote_dropped_files.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 92be043cc6e..52b8d3c8d5e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/docs/config/lua/config/quote_dropped_files.md b/docs/config/lua/config/quote_dropped_files.md index 6e1c03151a2..94921e74165 100644 --- a/docs/config/lua/config/quote_dropped_files.md +++ b/docs/config/lua/config/quote_dropped_files.md @@ -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|