Skip to content

Releases: AllanOricil/esp32-mfa-authenticator

v0.11.0

29 Jul 00:57
Compare
Choose a tag to compare

0.11.0 (2024-07-29)

Features

  • lock board after N failed unlock attempts (d30f1ab)
20240728_214549.mp4

v0.10.1

07 Jul 00:49
Compare
Choose a tag to compare

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)

v0.10.0

01 Jul 17:07
Compare
Choose a tag to compare

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

24 Jun 01:20
Compare
Choose a tag to compare

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)

v0.9.1

24 Jun 00:06
Compare
Choose a tag to compare

0.9.1 (2024-06-24)

Bug Fixes

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

v0.9.0

23 Jun 23:06
Compare
Choose a tag to compare

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/

image

v0.8.0

09 Jun 22:08
Compare
Choose a tag to compare

0.8.0 (2024-06-09)

Features

  • display turns off after n seconds (c072a9a)
WhatsApp.Video.2024-06-09.at.19.19.43.mp4

v0.7.0

02 Jun 19:10
Compare
Choose a tag to compare

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

05 May 06:55
Compare
Choose a tag to compare

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)

v0.5.0

28 Apr 06:10
Compare
Choose a tag to compare

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)
demo_v0.5.0.mp4
demo_v0.5.0-2.mp4