Skip to content

Commit

Permalink
- document changes done by last PRs
Browse files Browse the repository at this point in the history
- rev 0.12
  • Loading branch information
owagner committed Feb 22, 2016
1 parent f3eaf08 commit 09071fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion service.mqtt/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.mqtt" name="MQTT Adapter" version="0.10" provider-name="owagner">
<addon id="service.mqtt" name="MQTT Adapter" version="0.12" provider-name="owagner">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
Expand Down
10 changes: 10 additions & 0 deletions service.mqtt/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v0.12 - 2016-02-022 - markferry
- fix non-JSON case for handling command/notify

V0.11 - 2016-02-22 - jvandenbroek
- optional ignore list to prevent certain content to be published as being
played back by a word match on title and/or path
- configurable push frequencies for details and progress
- automatically retry MQTT connections up to 20 times
- various minor fixes

v0.10 - 2016-01-30 - 2Zero
- added TLS parameters to settings
- noisy logging now optional via "Debug" settings switch
Expand Down

0 comments on commit 09071fa

Please sign in to comment.