Path to this page:
Subject: CVS commit: pkgsrc/wm/xmonad
From: Masatake Daimon
Date: 2024-04-29 06:12:05
Message id: 20240429041205.B367EFA2C@cvs.NetBSD.org
Log Message:
wm/xmonad: Update to 0.18.0
0.18.0 (February 3, 2024)
Breaking Changes
* Dropped support for GHC 8.4.
Enhancements
* Exported sendRestart and sendReplace from XMonad.Operations.
* Exported buildLaunch from XMonad.Main.
* Tall does not draw windows with zero area.
* XMonad.Operations.floatLocation now applies size hints. This means
windows will snap to these hints as soon as they're floated (mouse
move, keybinding). Previously that only happened on mouse resize.
* Recompilation now detects flake.nix and default.nix (can be a symlink)
and switches to using nix build as appropriate.
* Added unGrab to XMonad.Operations; this releases XMonad's passive
keyboard grab, so other applications (like scrot) can do their thing.
Bug Fixes
* Duplicated floats (e.g. from X.A.CopyToAll) no longer escape to
inactive screens.
Files: