You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: CHANGELOG
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
Qtile x.xx.x, released XXXX-XX-XX:
2
+
* features
3
+
* bugfixes
4
+
5
+
Qtile 0.24.0, released 2024-01-20:
2
6
!!! config breakage/changes !!!
3
7
- 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=.
4
8
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