v0.9 - 2015-11-17 - drlobo
  - added MQTT authentication parameters to settings 

v0.8 - 2015-09-15 - owagner
  - updated PAHO library to v1.0.2 to fix startup issues caused by
    "localhost" not resolving, which apparently seems to happen on some
    OpenELEC installations. Fixes #6 (thanks fab33)

v0.7 - 2015-08-01 - existsec
  - include "thumbnail" and "fanart" in title message

v0.6 - 2015-07-29 - owagner
  - include "kodi_playerid" and "kodi_playertype" in playbackstate updates [#2]

V0.5 - 2015-07-25 - owagner
  - fixed script error occuring when playback details where not immediate
    available when starting playback

V0.4 - 2015-06-16 - owagner
  - Settings: MQTT broker address is now a text field and thus allows entering of hostnames
  - will now check whether the title information changes during progress
    checking, and will republish the "title" topic if a change was detected
  - increase progress publish rate to 20s (from 30s)
  - avoid "kodi2mqtt" as a name in the documentation and addon itself, and instead stick to "MQTT Adapter"

V0.3 - 2015-03-22 - owagner
  - fixed division by zero when switching TV channels
  - now supports command/notify to send notifications
  - now supports command/play to start playback of files or items
  - now supports command/playbackstate to control the playback state
  
V0.2 - 2015-03-22 - owagner
  - refactored as a Kodi addon