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.
This commit is contained in:
Milad Alizadeh
2026-09-07 18:40:23 +01:00
parent 6bd4a3ee76
commit 78631065e2
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.3.1" version = "0.4.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.3.1" version = "0.4.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"