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:
Generated
+1
-1
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user