Skip to content

Commit 2b5ad3c

Browse files
committed
Release v0.24.0
Thanks to all the contributors this release: 3nprob Arthur Deierlein Christopher Bayliss elParaguayo ervinpopescu estecomoes Guillaume Gelin Infinidoge Jeroen Wijenbergh Joe Rabinoff jwijenbergh Matt Colligan mcol mhd.alhabash Michał Górny ramnes Rehmatpal Singh Seweryn Rusecki Theo Vanderkooy Tycho Andersen vish Signed-off-by: Tycho Andersen <[email protected]>
1 parent 29950b7 commit 2b5ad3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Qtile x.xx.x, released XXXX-XX-XX:
2+
* features
3+
* bugfixes
4+
5+
Qtile 0.24.0, released 2024-01-20:
26
!!! config breakage/changes !!!
37
- Matches no longer use "include/substring" style matching. But match the string exactly. Previously on X11, if the WM_TYPE of a spawned window is e.g. dialog a match with wm_type dialognoonereadschangelogs would return true. Additionally a window with an empty WM_CLASS (which can happen) would match anything. If you rely this style of substring matching, pass a regex to your match or use a function with func=.
48
Using a list of strings inside Match with role, title, wm_class, wm_instance_class, wm_type are also deprecated, use a regex. Right now we replace the property with a regex if it's a list and warn with a deprecation message. You can use "qtile migrate" to migrate your config to this.

0 commit comments

Comments
 (0)