You've already forked FIDO2_Bridge
mirror of
https://github.com/token2/FIDO2_Bridge.git
synced 2026-06-22 14:42:54 -07:00
Release 1.1.1
This commit is contained in:
@@ -15,8 +15,8 @@ android {
|
||||
applicationId = "pl.lebihan.authnkey"
|
||||
minSdk = 34
|
||||
targetSdk = 36
|
||||
versionCode = 5
|
||||
versionName = "1.1.0"
|
||||
versionCode = 6
|
||||
versionName = "1.1.1"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
- Improve USB FIDO device detection and automatic transport switching
|
||||
- Remove USB scan button (no longer needed with auto-detection)
|
||||
- Add support for privileged callers providing their own clientDataHash
|
||||
- Improve compatibility with CTAP 2.1 PRE authenticators
|
||||
- Improve system bar insets handling in main activity
|
||||
- Preserve class names in minified builds
|
||||
Reference in New Issue
Block a user