Skip to content

Commit

Permalink
Bump version to 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed Aug 20, 2024
1 parent c7b0e9e commit 4cc3587
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.17.2

* Fixed an incompatibility with MPD.hs an xmonad-contrib version 0.18+.

# 0.17.1

* Add window inversion module.
Expand Down
2 changes: 1 addition & 1 deletion XMonad/Prompt/MPD.hs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ loadPlaylist = loadPlaylistWith isPrefixOf
-- @since 0.13.2
addAndPlayAny :: RunMPD -> XPConfig -> [Metadata] -> X ()
addAndPlayAny runMPD xp metas = do
#if MIN_VERSION_xmonad_contrib(0,18,0)
#if MIN_VERSION_xmonad_contrib(0,18,1)
hist <- historyCompletionP xp (showXPrompt (MPDPrompt "Search: ") ==)
#elif MIN_VERSION_xmonad_contrib(0,16,9)
hist <- historyCompletionP (showXPrompt (MPDPrompt "Search: ") ==)
Expand Down
2 changes: 1 addition & 1 deletion xmonad-extras.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: xmonad-extras
version: 0.17.1
version: 0.17.2
homepage: https://github.com/xmonad/xmonad-extras
synopsis: Third party extensions for xmonad with wacky dependencies
description: Various modules for xmonad that cannot be added to xmonad-contrib
Expand Down

0 comments on commit 4cc3587

Please sign in to comment.