File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.17.2
2
+
3
+ * Fixed an incompatibility with MPD.hs an xmonad-contrib version 0.18+.
4
+
1
5
# 0.17.1
2
6
3
7
* Add window inversion module.
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ loadPlaylist = loadPlaylistWith isPrefixOf
185
185
-- @since 0.13.2
186
186
addAndPlayAny :: RunMPD -> XPConfig -> [Metadata ] -> X ()
187
187
addAndPlayAny runMPD xp metas = do
188
- #if MIN_VERSION_xmonad_contrib(0,18,0 )
188
+ #if MIN_VERSION_xmonad_contrib(0,18,1 )
189
189
hist <- historyCompletionP xp (showXPrompt (MPDPrompt " Search: " ) == )
190
190
#elif MIN_VERSION_xmonad_contrib(0,16,9)
191
191
hist <- historyCompletionP (showXPrompt (MPDPrompt " Search: " ) == )
Original file line number Diff line number Diff line change 1
1
name : xmonad-extras
2
- version : 0.17.1
2
+ version : 0.17.2
3
3
homepage : https://github.com/xmonad/xmonad-extras
4
4
synopsis : Third party extensions for xmonad with wacky dependencies
5
5
description : Various modules for xmonad that cannot be added to xmonad-contrib
You can’t perform that action at this time.
0 commit comments