Skip to content

Releases: stoprocent/noble

v1.13.6

10 Nov 13:53
Compare
Choose a tag to compare

1.13.6 (2023-11-10)

Bug Fixes

  • hci: updated node-bluetooth-hci-socket to 1.2.1 to fix usb support (f2f745e)

v1.13.5

02 Nov 21:37
Compare
Choose a tag to compare

1.13.5 (2023-11-02)

Bug Fixes

  • hci: support for nosiy uart lines (935d56a)

v1.13.4

02 Nov 16:46
Compare
Choose a tag to compare

1.13.4 (2023-11-02)

Bug Fixes

  • deps: update node-gyp to remove ci build errors related to python 3.12 (c88892e)
  • hci: added state event support to better handle uart and usb isUp changes (d9216ba)
  • hci: update bluetooth-hci-socket to 1.1.6 to support state updates (0172dd5)

v1.13.3

02 Nov 11:01
Compare
Choose a tag to compare

1.13.3 (2023-11-02)

Bug Fixes

  • hci: update bluetooth-hci-socket to 1.1.4 which fixes uart port issues (7169b7b)

v1.13.2

27 Oct 14:55
Compare
Choose a tag to compare

1.13.2 (2023-10-27)

Bug Fixes

  • add missing setAddress type declaration (5ac029c)

v1.13.1

25 Oct 21:53
Compare
Choose a tag to compare

1.13.1 (2023-10-25)

Bug Fixes

  • node-bluetooth-hci-socket: bumped to 1.1.3 to fix missing dependency (1260f60)

v1.13.0

25 Oct 20:43
Compare
Choose a tag to compare

1.13.0 (2023-10-25)

Bug Fixes

  • hci test calling bind functions failing because of new parameters (1e0b643)
  • lint issues within new features (d9b60eb)
  • start scan in the uart example after state changed to poweredOn (f7b04a2)

Features

  • add posibility to push bind parameters to hci layer (7e645ab)
  • added setAddress function to change mac address (286a8e5)