Skip to content
Snippets Groups Projects
Select Git revision
  • b9d28459289f2a5ef09220e3fabe31b58dc3687b
  • master default protected
  • v0.13
  • v0.12
  • v0.10
  • v0.9
  • v0.8
  • v0.7
  • v0.5
  • v0.4
  • v0.3
  • v0.2
12 results

changelog.txt

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    changelog.txt 1.37 KiB
    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