Skip to content

Commit 293dfe4

Browse files
update to internal commit c47814e6
1 parent c60d41e commit 293dfe4

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

programming/android/release-notes/android-10.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ permalink: /programming/android/release-notes/android-10.html
1111

1212
# Release Notes for Android SDK - 10.x
1313

14+
## 10.4.3001 (02/11/2025)
15+
16+
### New
17+
18+
- Updated `BarcodeScanner` component to support [multiple barcodes scanning](../user-guide/scanner-multi-barcodes.md).
19+
- Added a new method [`setScanningMode`](../api-reference/barcode-scanner/barcode-scanner-config.md#setscanningmode) to the class [`BarcodeScannerConfig`](../api-reference/barcode-scanner/barcode-scanner-config.md) for users to switch between the single barcode scanning mode and multiple barcodes scanning mode.
20+
- Added a new enumeration class [`EnumScanningMode`](../api-reference/barcode-scanner/enum-scanning-mode.md) to specify the scanning mode.
21+
- Added a new method [`setCameraToggleButtonVisible`](../api-reference/barcode-scanner/barcode-scanner-config.md#setcameratogglebuttonvisible) to the class [`BarcodeScannerConfig`](../api-reference/barcode-scanner/barcode-scanner-config.md). Users can use this method to show or hide the camera toggle button.
22+
1423
## 10.4.3000 (01/23/2025)
1524

1625
### Fixed

programming/android/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permalink: /programming/android/release-notes/
1010

1111
# Dynamsoft Barcode Reader Android SDK - Release Notes
1212

13+
- [10.4.3001 (02/11/2025)]({{ site.android_release_notes }}android-10.html#1043001-02112025)
1314
- [10.4.3000 (01/23/2025)]({{ site.android_release_notes }}android-10.html#1043000-01232025)
1415
- [10.4.2003 (12/26/2024)]({{ site.android_release_notes }}android-10.html#1042003-12262024)
1516
- [10.4.2002 (12/16/2024)]({{ site.android_release_notes }}android-10.html#1042002-12162024)

programming/objectivec-swift/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permalink: /programming/objectivec-swift/release-notes/
1010

1111
# Dynamsoft Barcode Reader iOS SDK - Release Notes
1212

13+
- [10.4.3001 (02/11/2025)]({{ site.oc_release_notes }}ios-10.html#1043001-02112025)
1314
- [10.4.3000 (01/23/2025)]({{ site.oc_release_notes }}ios-10.html#1043000-01232025)
1415
- [10.4.2003 (12/26/2024)]({{ site.oc_release_notes }}ios-10.html#1042003-12262024)
1516
- [10.4.2002 (12/16/2024)]({{ site.oc_release_notes }}ios-10.html#1042002-12162024)

programming/objectivec-swift/release-notes/ios-10.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ permalink: /programming/objectivec-swift/release-notes/ios-10.html
1111

1212
# Release Notes for iOS SDK - 10.x
1313

14+
## 10.4.3001 (02/11/2025)
15+
16+
### New
17+
18+
- Updated `BarcodeScanner` component to support [multiple barcodes scanning](../user-guide/scanner-multi-barcodes.md).
19+
- Added a new property [`scanningMode`](../api-reference/barcode-scanner/barcode-scanner-config.md#scanningmode) to the class [`BarcodeScannerConfig`](../api-reference/barcode-scanner/barcode-scanner-config.md) for users to switch between the single barcode scanning mode and multiple barcodes scanning mode.
20+
- Added a new enumeration class [`DSScanningMode`](../api-reference/barcode-scanner/enum-scanning-mode.md) to specify the scanning mode.
21+
- Added a new property [`isCameraToggleButtonVisible`](../api-reference/barcode-scanner/barcode-scanner-config.md#iscameratogglebuttonvisible) to the class [`BarcodeScannerConfig`](../api-reference/barcode-scanner/barcode-scanner-config.md). Users can use this property to show or hide the camera toggle button.
22+
1423
## 10.4.3000 (01/23/2025)
1524

1625
### Fixed

0 commit comments

Comments
 (0)