Releases: akopachov/flipper-zero_authenticator
Releases · akopachov/flipper-zero_authenticator
v1.1.2
- Integrated PVS Studio scanner and fixed all its complains
- Updated firmwares
- Refactoring
- Dead code eliminated to fix
COMPACT=1 DEBUG=0
build
- Build artifacts are done with
COMPACT=1 DEBUG=0
build settings
v1.1.1
- Latest firmwares
- Refactoring
- Sonar scan issues fixed
v1.1.0
- CLI added (thanks to @br0ziliy). #11
- Updated firmware submodules to latest
- Refactoring
v1.0.1
- Fixed issue #8
- Refactoring
v1.0.0
- Made PIN optional
- Submodules updated
- Refactoring
- Few fixes
v0.0.6
- Added timezone configuration UI
- Removed CLI app POC
- Minor fixes
v0.0.5
- Separate builds for Official and Unleashed firmwares
- Updated code to FuriString
v0.0.4
- Moved TOTP app to separate folder to segregate it from flipper_firmware code and make it clearer
- Code refactoring
- Added SHA1, SHA256 and SHA512 hashing algos
- Minor improvements