Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci] # [0.5.0](v0.4.0...v0.5.0) (2024-04-28)
Browse files Browse the repository at this point in the history
### Bug Fixes

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

### Features

* add pin validation using SHA256 hash with salt ([6a489f8](6a489f8))
* add screen where user can type pin number ([e5a921e](e5a921e))
* finish initial pin code implementation ([c740ff1](c740ff1))
  • Loading branch information
semantic-release-bot committed Apr 28, 2024
1 parent 5150710 commit d5d1628
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.5.0](https://github.com/AllanOricil/esp32-mfa-totp-generator/compare/v0.4.0...v0.5.0) (2024-04-28)


### Bug Fixes

* double touch interval was reduced to 100ms to feel more natural ([ff05ee3](https://github.com/AllanOricil/esp32-mfa-totp-generator/commit/ff05ee3a7e81b10b891930f6eb5ece1386c31033))
* ensures the pin screen appears only if both PIN_HASH and PIN_KEY are set as env variables ([ab1f438](https://github.com/AllanOricil/esp32-mfa-totp-generator/commit/ab1f43893d1c9d504580d40a5652906092c80628))


### Features

* add pin validation using SHA256 hash with salt ([6a489f8](https://github.com/AllanOricil/esp32-mfa-totp-generator/commit/6a489f86a2b4aba25549996a2d3ad07eec70a520))
* add screen where user can type pin number ([e5a921e](https://github.com/AllanOricil/esp32-mfa-totp-generator/commit/e5a921e45e35f84b5b006e902f7b7001aef545eb))
* finish initial pin code implementation ([c740ff1](https://github.com/AllanOricil/esp32-mfa-totp-generator/commit/c740ff1667d9df97f7c7dc67e257db40edad0d39))

# [0.4.0](https://github.com/AllanOricil/esp32-mfa-totp-generator/compare/v0.3.0...v0.4.0) (2024-03-20)


Expand Down

0 comments on commit d5d1628

Please sign in to comment.