| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.9.6 source code.tar.gz | 2026-03-15 | 548.3 kB | |
| 0.9.6 source code.zip | 2026-03-15 | 690.9 kB | |
| README.md | 2026-03-15 | 1.2 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
This is an earlier-than-usual release containing bug fixes only. It has been done on a separate branch (0.9.5-maintenance) to avoid the inclusion of refactoring and new features.
0.9.6 <--- bug-fixes only
/
/
0.9.4--------0.9.5-------- <-- master
Fixed
- Disable outputs where all modes fail [#3428] [#3429] @Consolatis @kode54
- Fix regression in
0.9.4that causesNextWindowaction to segfault when no outputs are connected. This fixes a window-switcher crash with some Nvidia GPUs/drivers after suspend [#3425] [#3430] @Consolatis - Fix typo to allow
xdg-dialog-v1global [#3426] @xi
Changed
-
Disallow X11 window always-on-top requests by default to fix an issue whereby Alt+Tab cannot be used to switch to other windows when using some XWayland Wine games [#3441]. Add window-rule property
allowAlwaysOnTopto optionally allow this always-on-top requests. Add the snippet below to therc.xmlfile to restore the previous behaviour. [#3445] @Consolatis<windowRules> <windowRule identifier="*" allowAlwaysOnTop="yes" /> </windowRules>