Changelog for mpd-current-json-1.3.2.0
v1.3.2
- Add "
next_position", "id" and "next_id" keys toplaylist.
v1.3.1
- Move helper function
objectJsonto lib
v1.3
- Add
filenamekey. - Add
playlistkey and move existing keys to it. - Customize ordering of displayed output JSON.
- Add cabal tested-with GHC versions
v1.2.0.0
- Move literate Org Mode code to LITERATE.org file
- Move functions from executable source Main.hs to their own library
- Bump dependency versions for
aesonandbytestring - Changed status.state from "play" to "playing" and "pause" to "paused". The reason why it was "play" and "pause" before was because that was the socket answer string.
v1.1.0.2
- Fixed cabal
build-dependsversion bounds for Arch Linux dynamic building.
v1.1.0.1
- Added haddock comments
- Addressed
cabal checkwarnings; - setup for uploading as a Hackage package.
v1.1.0.0
- Remove
-hfrom--helpand use-hfor--host - Make
--helpoption hidden in the help message
v1.0.0.0
Initial working version
- Added conditional tags printing, only non-empty values are printed
- Accept host, port and password
- Nested json objects for
statusandtags - Added
elapsed_percentkey shortcut forelapsed / duration * 100
v0.0.1.0
- initial connection and parsing values
- First version. Released on an unsuspecting world.