Releases: grzegorz914/homebridge-xbox-tv
Releases · grzegorz914/homebridge-xbox-tv
v2.3.2
v2.3.0
Changed
- fix MQTT device info
- refactor debug and info log
- refactor send mqtt message
- bump dependencies
- code cleanup
- added Xbox Guide as default input
- fix #137
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #141
Full Changelog: v2.2.2...v2.3.0
v2.2.2
Changed
- MQTT Client connection process
Fixed
- webApiControl switch state
v2.2.0
Added
- MQTT Client, publish all device data
- possibility to set custom command for Info button in RC
Changes
- update dependencies
- code refactor
v2.1.3
Fixed
- offset out of range
- code refactor
v2.1.1
Changed
- refactor debug message logging
- update readme
Fixed
- wrong variables
- removed unnecessary async
- report unknown message if power on fail
v2.1.0
Added
- check authorization state of console every 10 min. if powered ON and web api control enabled
- check cosole data and installed apps every 10 min. if powered ON and web api control enabled
Changed
- send status message data only if changed
- debug message logging
- code refactor
- code cleanup
- stability and performance improvements
Fixed
- unexpected set authorization to true however the console is not authorized
- data offset out of range #133
- incorrect client authorization on console
v2.0.13
Added
- Network Troubleshooter as defaul input
Changed
- removed manual authorization method
- code cleanup
- redme update
Fixed
- services calculation count
[2.0.12] - (09.01.2022)
Changed
- code cleanup
[2.0.10/11] - (08.01.2022)
Changed
- rebuild device info read and write
[2.0.9] - (03.01.2022)
Added
- ability to disable log device info by every connections device to the network (Advanced Section)
Fixed
- unexpected power on after power off
[2.0.8] - 2021-12-29
Added
- prevent load plugin if host or xboxLiveId not set
- prepare directory and files synchronously
[2.0.6] - 2021-12-28
Added
- better handle clientId if not defined in config
[2.0.3] - 2021-12-28
Added
- Selectable display type of buttons in HomeKit app
[2.0.2] - 2021-12-28
Changed
- Changed switches to buttons appear in HomeKit accessory
[2.0.1] - 2021-12-26
Fixed
- RC Control
v2.0.0
NOTE!!!
After update to 2.0.0 the plugin settings (xboxLiveId) need to be updated.
Added
- Screensaver and Settings TV input as default
- Smartglass library (based on @unknownskl code) as standalone packet, completelly rebuilded
- Debug mode
- TV Remote control (buttons)
- Media control (buttons)
- Game Pad control (buttons)
- Clear web api token from plugin config menu
Changes
- full code rebuild
- config.schema updated
- dependencies updated
- authorizatin manager updated
- removed bramnding
Fixed
- memmory leak on some scenerious
- protocol disconnect if send multiple command at once
- authorization manager
v1.8.0
Changes
- added possibility Record Game DVR
- rebuild connection proces to console
- fixed Authorization Manager error on first run
- removed 'Undefined Input', not nedded any more
- code cleanup