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.
This commit is contained in:
Milad Alizadeh
2026-09-06 11:13:09 +01:00
parent 1f5b735541
commit 34548fe4f6
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -606,7 +606,7 @@ dependencies = [
[[package]] [[package]]
name = "wl-pick" name = "wl-pick"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"cosmic-text", "cosmic-text",
"memmap2", "memmap2",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "wl-pick" name = "wl-pick"
version = "0.2.0" version = "0.3.0"
edition = "2024" edition = "2024"
description = "A live grid of window and display previews, for picking one" description = "A live grid of window and display previews, for picking one"
license = "MIT" license = "MIT"