0.11.0 (2024-07-29)
- lock board after N failed unlock attempts (d30f1ab)
0.10.1 (2024-07-07)
- 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)
- esp32: fix yaml serialization (57d610f)
- manager: fix routing issue caused by the spiffs.bin (73e04a0)
- 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)
- 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)
- site: _nuxt assets can now be fetched (b4666ff)
0.9.0 (2024-06-23)
- add a site that enables users to easily flash their ESP32-CYD board (a72bb74)
0.8.0 (2024-06-09)
- display turns off after n seconds (c072a9a)
0.7.0 (2024-06-02)
- 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)
- read user specific values from .yml instead of env variables set during build (6806dac)
0.6.0 (2024-05-05)
- not having an mqtt server running will no longer break the runtime (4c7f24f)
- add MQTT configuration options to build flags (2e21013)
0.5.0 (2024-04-28)
- 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)
- 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)
- screen can alternate from on and off states double touching the display (efaffd0)
0.3.0 (2024-03-18)
- enable writting secrets to the sd card using node-red and mqtt protocol (a01921d)