Skip to content

Releases: Zero-day-Exploit-np/bluetooth-autoconnect

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 12:04

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 18:14

Full Changelog: v1.1.0...v1.1.1

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 17:56

🚀 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.sh

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:09
57be2bd

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

Full Changelog: v1.0.1...v1.0.2

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 13:05

Full Changelog: v1.0.0...v1.0.1