Update CHANGES.md

This commit is contained in:
slotThe 2021-05-15 15:42:14 +02:00
parent fd5d8267d2
commit f19b3f6de3

View File

@ -27,6 +27,9 @@
constraint (was: `IO`), due to changes in how the xmonad core handles XDG constraint (was: `IO`), due to changes in how the xmonad core handles XDG
directories. directories.
- The prompt window now sets a `WM_CLASS` property. This allows
other applications, like compositors, to properly match on it.
* `XMonad.Hooks.EwmhDesktops` * `XMonad.Hooks.EwmhDesktops`
- It is no longer recommended to use `fullscreenEventHook` directly. - It is no longer recommended to use `fullscreenEventHook` directly.
@ -251,6 +254,10 @@
- Fix swapped green/blue in foreground when using Xft. - Fix swapped green/blue in foreground when using Xft.
- The spawned tree-select window now sets a `WM_CLASS` property.
This allows other applications, like compositors, to properly
match on it.
* `XMonad.Layout.Fullscreen` * `XMonad.Layout.Fullscreen`
- Add fullscreenSupportBorder which uses smartBorders to remove - Add fullscreenSupportBorder which uses smartBorders to remove
@ -572,6 +579,11 @@
- Add the ability to increase/decrease the window size by a custom - Add the ability to increase/decrease the window size by a custom
rational number. E.g: `sendMessage $ ExpandTowardsBy L 0.02` rational number. E.g: `sendMessage $ ExpandTowardsBy L 0.02`
* `XMonad.Layout.Decoration`
- The decoration window now sets a `WM_CLASS` property. This allows
other applications, like compositors, to properly match on it.
## 0.16 ## 0.16
### Breaking Changes ### Breaking Changes