Skip to content

Commit

Permalink
update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpoul committed May 21, 2024
1 parent a498619 commit 444e141
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.1.0-rc.1

* Split Split authenticationValidityDurationSeconds between android and iOS
* `darwinTouchIDAuthenticationForceReuseContextDuration`: Basically the equivalent to `androidAuthenticationValidityDuration`
* `darwinTouchIDAuthenticationAllowableReuseDuration`

## 5.0.1

* Add option for iOS/MacOS to allow non-biometric authentication (`darwinBiometricOnly`) #101
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class MyAppState extends State<MyApp> {
options: StorageFileInitOptions(
androidAuthenticationValidityDuration:
const Duration(seconds: 5),
darwinTouchIDAuthenticationAllowableReuseDuration:
darwinTouchIDAuthenticationForceReuseContextDuration:
const Duration(seconds: 5),
),
promptInfo: const PromptInfo(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: biometric_storage
description: |
Secure Storage: Encrypted data store optionally secured by biometric lock with support
for iOS, Android, MacOS. Partial support for Linux, Windows and web (localStorage).
version: 5.0.1
version: 5.1.0-rc.1
homepage: https://github.com/authpass/biometric_storage/

environment:
Expand Down

0 comments on commit 444e141

Please sign in to comment.