Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

40 lines (19 loc) · 2.08 KB

0.6.0 (2024-05-05)

Bug Fixes

  • not having an mqtt server running will no longer break the runtime (4c7f24f)

Features

  • add MQTT configuration options to build flags (2e21013)

0.5.0 (2024-04-28)

Bug Fixes

  • double touch interval was reduced to 100ms to feel more natural (ff05ee3)
  • ensures the pin screen appears only if both PIN_HASH and PIN_KEY are set as env variables (ab1f438)

Features

  • add pin validation using SHA256 hash with salt (6a489f8)
  • add screen where user can type pin number (e5a921e)
  • finish initial pin code implementation (c740ff1)

0.4.0 (2024-03-20)

Features

  • screen can alternate from on and off states double touching the display (efaffd0)

0.3.0 (2024-03-18)

Features

  • enable writting secrets to the sd card using node-red and mqtt protocol (a01921d)