Changelog of @hackage/mpd-current-json 1.4.0.0

v1.4.0

  • Add "next_filename" for getting next song file URI relative to the music library.

v1.3.2

  • Add "next_position", "id" and "next_id" keys to playlist.

v1.3.1

  • Move helper function objectJson to lib

v1.3

  • Add filename key.
  • Add playlist key 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 aeson and bytestring
  • 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-depends version bounds for Arch Linux dynamic building.

v1.1.0.1

  • Added haddock comments
  • Addressed cabal check warnings;
  • setup for uploading as a Hackage package.

v1.1.0.0

  • Remove -h from --help and use -h for --host
  • Make --help option 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 status and tags
  • Added elapsed_percent key shortcut for elapsed / duration * 100

v0.0.1.0

  • initial connection and parsing values
  • First version. Released on an unsuspecting world.