Releases: AllanOricil/esp32-mfa-authenticator
Releases · AllanOricil/esp32-mfa-authenticator
v0.11.0
v0.10.1
v0.10.0
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)
v0.9.2
v0.9.1
v0.9.0
0.9.0 (2024-06-23)
Features
- add a site that enables users to easily flash their ESP32-CYD board (a72bb74)
https://allanoricil.github.io/esp32-mfa-authenticator/
v0.8.0
v0.7.0
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)
v0.6.0
v0.5.0
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)