Skip to content

Releases: bloop-box/bloop-box-client

v2.0.1

22 Dec 18:54
Compare
Choose a tag to compare

2.0.1 (2022-12-22)

Bug Fixes

  • add trailing slash to debian sudoers.d deployment (3c816b2)

v2.0.0

19 Dec 13:14
Compare
Choose a tag to compare

2.0.0 (2022-12-19)

Features

  • add shutdown config command (711147a)
  • nfc: replace libnfc with mfrc522 driver to drive rc522 chip (c27dc7e)

BREAKING CHANGES

  • nfc: As the pn532 chip had issues with reading NTAGs reliably, the
    bloop box system was changed over to the rc522 chip. The NFC functionality is
    now completely handled by the native mfrc522 library instead of libnfc.

v1.2.1

08 Dec 15:07
Compare
Choose a tag to compare

1.2.1 (2022-12-08)

Bug Fixes

  • fix various small issues (6bcc579)

v1.2.0

01 Dec 15:13
Compare
Choose a tag to compare

1.2.0 (2022-12-01)

Features

  • replace old mifare classic data reader with ntag reader (1b5379c)

v1.1.0

30 Nov 19:42
Compare
Choose a tag to compare

1.1.0 (2022-11-30)

Features

  • add etc config to control GPIO pin layout (6e0a294)

v1.0.2

29 Nov 14:46
Compare
Choose a tag to compare

1.0.2 (2022-11-29)

Bug Fixes

  • store state information in /var/lib/bloop-box (746d28a)

v1.0.1

28 Nov 15:00
Compare
Choose a tag to compare

1.0.1 (2022-11-28)

Bug Fixes

  • debian: add bloop-box user to required groups (4ec2106)

v1.0.0

28 Nov 12:31
Compare
Choose a tag to compare

1.0.0 (2022-11-28)

Bug Fixes

  • catch nfc read timeout and fix config storage (b2a7291)
  • config_manager: update local config variable on change (eb40030)
  • controller: cancel nfc poll when selecting other future (e23aeb9)
  • correct minor mistakes in networker (081ce6c)
  • wpa_supplicant: reconfigure network after changing config (6c58627)

Features

  • add networker (4694c97)
  • initial commit (b550d29)
  • rename to bloop-box and move data files to separate package (8b9d5e0)