Skip to content

Latest commit

 

History

History
114 lines (55 loc) · 6.23 KB

CHANGELOG.md

File metadata and controls

114 lines (55 loc) · 6.23 KB

0.11.0 (2024-07-29)

Features

  • lock board after N failed unlock attempts (d30f1ab)

0.10.1 (2024-07-07)

Bug Fixes

  • manager: remove exception added for testing error when submiting the settings form (f6e93d8)
  • site: remove manager default layout from the presentation site (84e1fc3)

0.10.0 (2024-07-01)

Bug Fixes

  • esp32: fix yaml serialization (57d610f)
  • manager: fix routing issue caused by the spiffs.bin (73e04a0)

Features

  • esp32: add server routes for fetching and updating the config file directly from the board (003b05c)
  • manager: display a toast message when submiting the settings form (58bce30)
  • manager: expose static site in the board so that it can be managed (2dda6f9)
  • manager: initial implementation for the settings form (7ba22bc)
  • manager: setup navbar and home page (57c6699)

0.9.2 (2024-06-24)

Bug Fixes

  • prepend all tutorial image paths with the repo's slug because nuxt github-actions preset doesn't do it (857d9eb)

0.9.1 (2024-06-24)

Bug Fixes

  • site: _nuxt assets can now be fetched (b4666ff)

0.9.0 (2024-06-23)

Features

  • add a site that enables users to easily flash their ESP32-CYD board (a72bb74)

0.8.0 (2024-06-09)

Features

  • display turns off after n seconds (c072a9a)

0.7.0 (2024-06-02)

Bug Fixes

  • pin screen buttons are clickable again (76ba5a8)
  • pin validation no longer throws a runtime exception (72a43d3)
  • src/main.cpp:30: undefined reference to init_pin(char const*, char const*) (1b0e268)

Features

  • read user specific values from .yml instead of env variables set during build (6806dac)

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)