diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c30550..8e0c7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.0.6] ### Fixed - Added logic to detect 'command under process' message - Added Heos icon for Indigo Plugin Store @@ -39,7 +41,8 @@ rather than using a text input field ### Added - Initial version -[Unreleased]: https://github.com/blysik/indigo-heos/compare/0.0.5...HEAD +[Unreleased]: https://github.com/blysik/indigo-heos/compare/0.0.6...HEAD +[0.0.6]: https://github.com/blysik/indigo-heos/compare/0.0.5...0.0.6 [0.0.5]: https://github.com/blysik/indigo-heos/compare/0.0.4...0.0.5 [0.0.4]: https://github.com/blysik/indigo-heos/compare/0.0.3...0.0.4 [0.0.3]: https://github.com/blysik/indigo-heos/compare/0.0.2...0.0.3 diff --git a/Heos.indigoPlugin/Contents/Info.plist b/Heos.indigoPlugin/Contents/Info.plist index 1e0069f..2878740 100644 --- a/Heos.indigoPlugin/Contents/Info.plist +++ b/Heos.indigoPlugin/Contents/Info.plist @@ -3,7 +3,7 @@ PluginVersion - 0.0.5 + 0.0.6 ServerApiVersion 2.0 IwsApiVersion diff --git a/Heos.indigoPlugin/Contents/Server Plugin/plugin.py b/Heos.indigoPlugin/Contents/Server Plugin/plugin.py index 7a2d985..8af1506 100644 --- a/Heos.indigoPlugin/Contents/Server Plugin/plugin.py +++ b/Heos.indigoPlugin/Contents/Server Plugin/plugin.py @@ -115,7 +115,7 @@ def updateStatus(self, dev_id): gms = heos_obj.get_mute_state() gv = heos_obj.get_volume() media = heos_obj.get_now_playing_media() - self.logger.debug("get_now_playing_media: %s" % unicode(media)) + # self.logger.debug("get_now_playing_media: %s" % unicode(media)) state_list = [ {"key": "volume", "value": gv}, {"key": "playStatus", "value": p_gps}, diff --git a/VersionInfo.html b/VersionInfo.html index dcf48ed..6172b06 100644 --- a/VersionInfo.html +++ b/VersionInfo.html @@ -1,12 +1,11 @@ -Version: 0.0.5 +Version: 0.0.6 EmailSubject: Denon Heos Plugin update EmailBody: The Denon Heos Plugin you are using with Indigo has been updated. The changes are: -- Updated CHANGELOG.md formatting -- Added 'import traceback' to plugin.py -- Account for an unknown play status from a device -- Added socket timeout handling for heos.py lib +- Added logic to detect 'command under process' message +- Added Heos icon for Indigo Plugin Store +- Adding logic to guard against keys not being present in media info The update can be downloaded at the link below. https://github.com/blysik/indigo-heos/releases