From a92a237b8002a47524c6c3490b2f92adc54c79bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AB=E3=83=AF=E3=83=AA=E3=83=9F=E4=BA=BA=E5=BD=A2?= Date: Tue, 16 Sep 2025 16:13:56 +0900 Subject: [PATCH] docs: add lacking version information `quick-terminal-size` option is available since 1.2.0 --- src/config/Config.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index e76885891..84c239321 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -2146,6 +2146,8 @@ keybind: Keybinds = .{}, /// from the first by a comma (`,`). Percentage and pixel sizes can be mixed /// together: for instance, a size of `50%,500px` for a top-positioned quick /// terminal would be half a screen tall, and 500 pixels wide. +/// +/// Available since: 1.2.0 @"quick-terminal-size": QuickTerminalSize = .{}, /// The layer of the quick terminal window. The higher the layer,