From 34548fe4f6efcee252dfe0f8d3d591fd4110fa6e Mon Sep 17 00:00:00 2001 From: Milad Alizadeh Date: Sun, 6 Sep 2026 11:13:09 +0100 Subject: [PATCH] Release 0.3.0 Sizing is now specified as caps rather than as a thumbnail size: max-width and max-height bound the overlay, max-columns and max-rows bound the grid inside it, and a thumbnail is simply the one divided by the other. A thumbnail is therefore the same size whether one window is open or thirty. Rows past max-rows scroll, with a scrollbar, PgUp/PgDn, and the selection kept in view. Tiles scrolled out of sight are unmapped, so live capture skips them. timeout = 0 now means no timeout instead of an immediate deadline. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebfc485..a418a63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,7 +606,7 @@ dependencies = [ [[package]] name = "wl-pick" -version = "0.2.0" +version = "0.3.0" dependencies = [ "cosmic-text", "memmap2", diff --git a/Cargo.toml b/Cargo.toml index c70b44b..367adba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wl-pick" -version = "0.2.0" +version = "0.3.0" edition = "2024" description = "A live grid of window and display previews, for picking one" license = "MIT"