Releases: Zero-day-Exploit-np/bluetooth-autoconnect
Releases · Zero-day-Exploit-np/bluetooth-autoconnect
Release list
v1.2.0
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Full Changelog: v1.1.0...v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
🚀 New: Hook System
bluetooth-autoconnect can now execute custom scripts whenever Bluetooth
devices connect or disconnect.
Example:
hooks:
timeout_seconds: 30
on_connect:
- /usr/local/bin/bt-connected.sh
on_disconnect:
- /usr/local/bin/bt-disconnected.shv1.0.2
What's Changed
- build(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #5
- Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #2
- build(deps): bump actions/setup-python from 5 to 7 by @dependabot[bot] in #1
New Contributors
- @dependabot[bot] made their first contribution in #5
Full Changelog: v1.0.1...v1.0.2