This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Releases: ismarslomic/google-assistant-broadcast
Releases · ismarslomic/google-assistant-broadcast
v1.0.7 Add support for sending commands
- feat: Add support for sending commands (closes #10)
v1.0.6
- feature: #7 Add validation of the OAuth 2.0 Client Id file at startup to make sure that correct file has been used
- docs: add possible solutions on known issues
Full Changelog: v1.0.5...v1.0.6
Validation of required files and improved logging
- Check that required files (Client Secret and Tokens) exists at startup of the container and exit with error if validation fails
- Add timestamp to log statements
Support setting language in Docker container
Partial solution for #5 .
Bugfix: permission issue when starting container on RPI
v1.0.3 #3 bugfix: install dumb-init with pip
Support linux/arm/v7 and linux/arm64 architectures in Docker Image
v1.0.2 bugfix: missing docker hub user name in image in docker-image.yml