From 78631065e2924b268c5f47fc0bef9c88edb928c0 Mon Sep 17 00:00:00 2001 From: Milad Alizadeh Date: Mon, 7 Sep 2026 18:40:23 +0100 Subject: [PATCH] Release 0.4.0 --outputs and --labels turn those settings back on from the command line. Only the negatives existed before, so a config file that switched either off could not be overridden for a single run. --no-labels is the matching negative; --hide-labels still works. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19268fe..770ef47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,7 +606,7 @@ dependencies = [ [[package]] name = "wl-pick" -version = "0.3.1" +version = "0.4.0" dependencies = [ "cosmic-text", "memmap2", diff --git a/Cargo.toml b/Cargo.toml index aad4978..c531a7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wl-pick" -version = "0.3.1" +version = "0.4.0" edition = "2024" description = "A live grid of window and display previews, for picking one" license = "MIT"