Breaking Change
- A previous bug in the MAC address detection could have resulted in a device being created with an incorrect address. After installing the new version, it may be necessary to remove and re-add the device in Home Assistant.
- The docker-compose.yml and .env.example files were updated. Please review and adapt your configuration if required.
What's Changed
- Add open home foundation badge to readme by @omaramin-2000 in #138
- Update README.md by @Hedda in #31
- Changes EXTRA_ARGS variable to bash array to better handle variable expansion by @Ziris85 in #136
- change client-name validation (no spaces allowed) and fix example configuration by @florian-asche in #139
- add first version of docker-compose for developers by @florian-asche in #139
- add variable for network-interface with auto-detection enabled by default by @florian-asche in #139
- add mac-address autodetection based on detected or specified network-interface by @florian-asche in #139
- switch from listening on all ip-addresses to binding to the ip-address of the default interface by @florian-asche in #139
- add missing variables and fix variable names by @florian-asche in #139
- fix non-working variables (e.g. sound-files) by @florian-asche in #139
- move auto-name creation from shell to python (name is now optional and auto-generated if not provided) by @florian-asche in #139
- Change download link for docker-compose setup to latest version by @florian-asche in #141
New Contributors
Full Changelog: v1.1.1...v1.1.2