From b1ea65805c3e28ea216cfe8ef24272af81879759 Mon Sep 17 00:00:00 2001 From: Moritz Hartmeier Date: Mon, 23 Feb 2026 16:48:26 +0100 Subject: [PATCH] Add 7.3.4 release notes date --- .../sdks/android/release-notes.md | 10 ++++++++++ .../sdks/capacitor/release-notes.md | 15 +++++++++++++++ .../sdks/cordova/release-notes.md | 15 +++++++++++++++ .../sdks/flutter/release-notes.md | 15 +++++++++++++++ .../version-7.6.7/sdks/ios/release-notes.md | 18 ++++++++++++++++++ .../version-7.6.7/sdks/linux/release-notes.md | 6 ++++++ .../sdks/net/android/release-notes.md | 10 ++++++++++ .../sdks/net/ios/release-notes.md | 14 ++++++++++++++ .../sdks/react-native/release-notes.md | 15 +++++++++++++++ .../sdks/titanium/release-notes.md | 11 +++++++++++ .../version-7.6.7/sdks/web/release-notes.md | 6 ++++++ .../sdks/xamarin/android/release-notes.md | 10 ++++++++++ .../sdks/xamarin/forms/release-notes.md | 19 +++++++++++++++++++ .../sdks/xamarin/ios/release-notes.md | 18 ++++++++++++++++++ 14 files changed, 182 insertions(+) diff --git a/versioned_docs/version-7.6.7/sdks/android/release-notes.md b/versioned_docs/version-7.6.7/sdks/android/release-notes.md index 5fc47f0d..4f274a5b 100644 --- a/versioned_docs/version-7.6.7/sdks/android/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/android/release-notes.md @@ -367,6 +367,16 @@ No updates for this framework in this release. * Fixed an issue where the middle name read from an AAMVA-compliant barcode would be at times returned as `NONE`. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Core + +* Fixed a bug that could in rare cases produce a black screen when starting the camera + ## 7.3.3 **Released**: July 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/capacitor/release-notes.md b/versioned_docs/version-7.6.7/sdks/capacitor/release-notes.md index 2c0e5de5..8e23eb1d 100644 --- a/versioned_docs/version-7.6.7/sdks/capacitor/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/capacitor/release-notes.md @@ -277,6 +277,21 @@ No updates for this framework in this release. * Fixed an issue where the middle name read from an AAMVA-compliant barcode would be at times returned as `NONE`. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a crash that could occur in Barcode Pick when the BarcodePickView is deallocated but the guidance on screen was being updated + +#### Core + +* Fixed a bug that could in rare cases produce a black screen when starting the camera +* Fixed a crash when toggling the zoom switch without setting a frame source + ## 7.3.3 **Released**: July 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/cordova/release-notes.md b/versioned_docs/version-7.6.7/sdks/cordova/release-notes.md index 47df0bfc..0c45cd92 100644 --- a/versioned_docs/version-7.6.7/sdks/cordova/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/cordova/release-notes.md @@ -280,6 +280,21 @@ No updates for this framework in this release. * Fixed an issue where the middle name read from an AAMVA-compliant barcode would be at times returned as `NONE`. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a crash that could occur in Barcode Pick when the BarcodePickView is deallocated but the guidance on screen was being updated + +#### Core + +* Fixed a bug that could in rare cases produce a black screen when starting the camera +* Fixed a crash when toggling the zoom switch without setting a frame source + ## 7.3.3 **Released**: July 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/flutter/release-notes.md b/versioned_docs/version-7.6.7/sdks/flutter/release-notes.md index 328e1274..861a6bf4 100644 --- a/versioned_docs/version-7.6.7/sdks/flutter/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/flutter/release-notes.md @@ -305,6 +305,21 @@ No updates for this framework in this release. * Fixed an issue where the middle name read from an AAMVA-compliant barcode would be at times returned as `NONE`. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a crash that could occur in Barcode Pick when the BarcodePickView is deallocated but the guidance on screen was being updated + +#### Core + +* Fixed a bug that could in rare cases produce a black screen when starting the camera +* Fixed a crash when toggling the zoom switch without setting a frame source + ## 7.3.3 **Released**: July 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/ios/release-notes.md b/versioned_docs/version-7.6.7/sdks/ios/release-notes.md index 4d994555..7d8f86de 100644 --- a/versioned_docs/version-7.6.7/sdks/ios/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/ios/release-notes.md @@ -348,6 +348,24 @@ No updates for this framework in this release. * Fixed an issue where the middle name read from an AAMVA-compliant barcode would be at times returned as `NONE`. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a crash that could occur in Barcode Pick when the BarcodePickView is deallocated but the guidance on screen was being updated + +#### Smart Label Capture + +* Fixed Swift naming for SDCLabelDateResult - now correctly exposed as LabelDateResult. Resolves naming conflict that could cause undefined behavior + +#### Core + +* Fixed a crash when toggling the zoom switch without setting a frame source + ## 7.3.3 **Released**: July 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/linux/release-notes.md b/versioned_docs/version-7.6.7/sdks/linux/release-notes.md index bae8c1a0..56cfd038 100644 --- a/versioned_docs/version-7.6.7/sdks/linux/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/linux/release-notes.md @@ -166,6 +166,12 @@ No updates for this framework in this release. * Fixed `IMAGE_LAYOUT_UYVY_8U` mapping value to match C API. * Fixed return type of `get_string_property` function of `PropertyCollection`. +## 7.3.4 + +**Released**: February 24, 2026 + +No updates for this framework in this release. + ## 7.3.3 **Released**: July 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/net/android/release-notes.md b/versioned_docs/version-7.6.7/sdks/net/android/release-notes.md index e36daa6c..996eb1d1 100644 --- a/versioned_docs/version-7.6.7/sdks/net/android/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/net/android/release-notes.md @@ -242,6 +242,16 @@ No updates for this framework in this release. * Fixed an issue where the middle name read from an AAMVA-compliant barcode would be at times returned as `NONE`. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Core + +* Fixed a bug that could in rare cases produce a black screen when starting the camera + ## 7.3.3 **Released**: July 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/net/ios/release-notes.md b/versioned_docs/version-7.6.7/sdks/net/ios/release-notes.md index 42221ec5..31d3bdbe 100644 --- a/versioned_docs/version-7.6.7/sdks/net/ios/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/net/ios/release-notes.md @@ -231,6 +231,20 @@ No updates for this framework in this release. * Fixed an issue where the middle name read from an AAMVA-compliant barcode would be at times returned as `NONE`. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a crash that could occur in Barcode Pick when the BarcodePickView is deallocated but the guidance on screen was being updated + +#### Core + +* Fixed a crash when toggling the zoom switch without setting a frame source + ## 7.3.3 **Released**: July 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/react-native/release-notes.md b/versioned_docs/version-7.6.7/sdks/react-native/release-notes.md index d688c5b3..3086cbe2 100644 --- a/versioned_docs/version-7.6.7/sdks/react-native/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/react-native/release-notes.md @@ -350,6 +350,21 @@ No updates for this framework in this release. * Fixed an issue where the middle name read from an AAMVA-compliant barcode would be at times returned as `NONE`. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a crash that could occur in Barcode Pick when the BarcodePickView is deallocated but the guidance on screen was being updated + +#### Core + +* Fixed a bug that could in rare cases produce a black screen when starting the camera +* Fixed a crash when toggling the zoom switch without setting a frame source + ## 7.3.3 **Released**: July 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/titanium/release-notes.md b/versioned_docs/version-7.6.7/sdks/titanium/release-notes.md index 9bee3b2f..178adac9 100644 --- a/versioned_docs/version-7.6.7/sdks/titanium/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/titanium/release-notes.md @@ -163,6 +163,17 @@ No updates for this framework in this release. * Updated ARM MbedTLS from 3.6.2 to 3.6.3. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Core + +* Fixed a bug that could in rare cases produce a black screen when starting the camera +* Fixed a crash when toggling the zoom switch without setting a frame source + ## 7.3.3 **Released**: July 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/web/release-notes.md b/versioned_docs/version-7.6.7/sdks/web/release-notes.md index 33528e29..a120f5f7 100644 --- a/versioned_docs/version-7.6.7/sdks/web/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/web/release-notes.md @@ -322,6 +322,12 @@ No updates for this framework in this release. * Fixed an issue where the middle name read from an AAMVA-compliant barcode would be at times returned as `NONE`. +## 7.3.4 + +**Released**: February 24, 2026 + +No updates for this framework in this release. + ## 7.3.3 **Released**: July 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/xamarin/android/release-notes.md b/versioned_docs/version-7.6.7/sdks/xamarin/android/release-notes.md index 3cf7ac6a..ab54138b 100644 --- a/versioned_docs/version-7.6.7/sdks/xamarin/android/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/xamarin/android/release-notes.md @@ -226,6 +226,16 @@ No updates for this framework in this release. * Fixed an issue where preexisting OTA models on the device, if any, would be loaded instead of the latest model for the SDK version, leading to errors. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Core + +* Fixed a bug that could in rare cases produce a black screen when starting the camera + ## 7.3.2 **Released**: June 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/xamarin/forms/release-notes.md b/versioned_docs/version-7.6.7/sdks/xamarin/forms/release-notes.md index 58cc0f8b..bba716c5 100644 --- a/versioned_docs/version-7.6.7/sdks/xamarin/forms/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/xamarin/forms/release-notes.md @@ -226,6 +226,25 @@ No updates for this framework in this release. * Fixed an issue where preexisting OTA models on the device, if any, would be loaded instead of the latest model for the SDK version, leading to errors. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a crash that could occur in Barcode Pick when the BarcodePickView is deallocated but the guidance on screen was being updated + +#### Smart Label Capture + +* Fixed Swift naming for SDCLabelDateResult - now correctly exposed as LabelDateResult. Resolves naming conflict that could cause undefined behavior + +#### Core + +* Fixed a crash when toggling the zoom switch without setting a frame source +* Fixed a bug that could in rare cases produce a black screen when starting the camera + ## 7.3.2 **Released**: June 25, 2025 diff --git a/versioned_docs/version-7.6.7/sdks/xamarin/ios/release-notes.md b/versioned_docs/version-7.6.7/sdks/xamarin/ios/release-notes.md index 4b38f157..ca624ddd 100644 --- a/versioned_docs/version-7.6.7/sdks/xamarin/ios/release-notes.md +++ b/versioned_docs/version-7.6.7/sdks/xamarin/ios/release-notes.md @@ -211,6 +211,24 @@ No updates for this framework in this release. * Fixed an issue where the middle name read from an AAMVA-compliant barcode would be at times returned as `NONE`. +## 7.3.4 + +**Released**: February 24, 2026 + +### Bug Fixes + +#### Barcode + +* Fixed a crash that could occur in Barcode Pick when the BarcodePickView is deallocated but the guidance on screen was being updated + +#### Smart Label Capture + +* Fixed Swift naming for SDCLabelDateResult - now correctly exposed as LabelDateResult. Resolves naming conflict that could cause undefined behavior + +#### Core + +* Fixed a crash when toggling the zoom switch without setting a frame source + ## 7.3.3 **Released**: July 25, 2025