Skip to content

Commit 4cc3587

Browse files
committed
Bump version to 0.17.2
1 parent c7b0e9e commit 4cc3587

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.17.2
2+
3+
* Fixed an incompatibility with MPD.hs an xmonad-contrib version 0.18+.
4+
15
# 0.17.1
26

37
* Add window inversion module.

XMonad/Prompt/MPD.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ loadPlaylist = loadPlaylistWith isPrefixOf
185185
-- @since 0.13.2
186186
addAndPlayAny :: RunMPD -> XPConfig -> [Metadata] -> X ()
187187
addAndPlayAny runMPD xp metas = do
188-
#if MIN_VERSION_xmonad_contrib(0,18,0)
188+
#if MIN_VERSION_xmonad_contrib(0,18,1)
189189
hist <- historyCompletionP xp (showXPrompt (MPDPrompt "Search: ") ==)
190190
#elif MIN_VERSION_xmonad_contrib(0,16,9)
191191
hist <- historyCompletionP (showXPrompt (MPDPrompt "Search: ") ==)

xmonad-extras.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: xmonad-extras
2-
version: 0.17.1
2+
version: 0.17.2
33
homepage: https://github.com/xmonad/xmonad-extras
44
synopsis: Third party extensions for xmonad with wacky dependencies
55
description: Various modules for xmonad that cannot be added to xmonad-contrib

0 commit comments

Comments
 (0)