From d99cd201b22df2c5774d38e3b808713c873f9061 Mon Sep 17 00:00:00 2001 From: Rafatdin Shimbergenov Date: Thu, 1 Feb 2024 18:06:22 +0000 Subject: [PATCH] Published 2.2.8 version --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a81fd..9f3e6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ All notable changes to this project will be documented in this file. -## [2.2.78] - 1 Feb, 2024 +## [2.2.8] - 1 Feb, 2024 -- Added configurations for allowing transactions of foreign based end-users +- 🔗💥 Breaking change: now in order to retrieve the bitmap, user should call `getGraphicFieldImageByType` method on result object, instead of retrieving the `bitmap` field. This solves the bug with OutOfMemory exceptions on some devices; +- Added configurations for allowing transactions of foreign based end-users; +- Range for available face comparison `threshold` is now between 0.55 and 0.99, and it defaults to 0.55 now ## [2.2.7] - 2 Nov, 2023 @@ -132,4 +134,4 @@ All notable changes to this project will be documented in this file. ### Fixes -- 🔨 `Image's size must be lower than 1600 kb`. This bug fixed. \ No newline at end of file +- 🔨 `Image's size must be lower than 1600 kb`. This bug fixed. -- GitLab