Releases: JakobLichterfeld/TeslaMate-Telegram-Bot
Releases · JakobLichterfeld/TeslaMate-Telegram-Bot
v0.6.2
New Features
- feat: Specify which SW update is available (#21)
Enhancements
- ci: use Environment File instead of deprecated set-output
- ci: correct use of environment file outputs
Bug Fixes
- fix: remove double bot message
v0.6.1
New Features
Enhancements
Bug Fixes
- fix: re-add notification for available SW update only
v0.6.0
New Features
Enhancements
- doc: show docker pulls in readme
- ci: bump actions/checkout to v4
- ci: bump docker/setup-qemu-action to v3
- ci: Enable dependabot for GitHub Actions
- ci: bump actions/cache to v4
- ci: bump docker/login-action to v3
- ci: Enable dependabot for pip requirements
- build: Update Python base image to version 3.11-slim-bookworm
- build: reduce the size of the Docker image by cleaning the APT cache
- build: use copy instead of add in dockerfile
- build: remove non-existent deb package from docker file
- refactor: improve maintainability by extracting methods, extract environment variable handling, default value handling, add docstrings
- ci: enable dependabot for docker dependencies
- build: Bump python from 3.11-slim-bookworm to 3.12-slim-bookworm (#32)
- feat: update paho-mqtt dependencie to 2.0.0
- chore: Bump python-telegram-bot from 13.5 to 21.0.1