From 85fed65c628cdaa5f5e385fece09200ebf60242b Mon Sep 17 00:00:00 2001 From: Will Morgan Date: Thu, 1 Oct 2020 10:35:57 +0100 Subject: [PATCH] 3.0.2 --- CHANGELOG.md | 6 ++++++ README.md | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c42d052..b6b6cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 01.10.2020 3.0.2 + +## Fixed + +- Kiosk mode feature detection and alignment is now smoother + ## 25.09.2020 3.0.1 ## Fixed diff --git a/README.md b/README.md index f3cfbc1..6cb7821 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# iProov Biometrics Web SDK v3.0.1 +# iProov Biometrics Web SDK v3.0.2 ## 📖 Table of contents @@ -197,6 +197,7 @@ You can customise the look and feel of the main layout by changing the following loading_tint_color = "#5c5c5c" // The app is connecting to the server or no face found. Default: grey (#5c5c5c) not_ready_tint_color = "#f5a623" // Cannot start iProoving until the user takes action (e.g. move closer, etc). Default: orange (#f5a623) ready_tint_color = "#01bf46" // Ready to start iProoving. Default: green (#01bf46) +liveness_tint_color = "#1756e5" // Liveness tint colour. Default: blue (#1756e5) ``` The example below changes the default grey no face to `#4293f5` (blue), giving feedback like "Move Closer" to red `rgb(245, 66, 66)` and starting to `purple`.