Skip to content

Commit 37ffc40

Browse files
Add release notes for 8.0.1 (#290)
1 parent 64b37a0 commit 37ffc40

File tree

11 files changed

+196
-0
lines changed

11 files changed

+196
-0
lines changed

docs/sdks/android/release-notes.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,29 @@ keywords:
8282
* Fixed a bug that could in rare cases produce a black screen when starting the camera
8383
* Fixed a small memory leak that affected fresh install runs only
8484

85+
## 8.0.1
86+
87+
**Released**: January 14, 2026
88+
89+
### New Features
90+
91+
#### Barcode
92+
93+
* Added, in `BarcodeAr`, a `BarcodeArFilter` interface to selectively control which barcodes are displayed in the AR overlay based on custom filtering logic. You can set a filter via `BarcodeAr.SetBarcodeFilter`.
94+
95+
### Bug Fixes
96+
97+
#### Barcode
98+
99+
* Fixed an issue where the successful hint in BarcodeFind was not displayed
100+
* Fixed a rare out-of-bound memory access crash when scanning low-resolution or blurry `EAN13/UPCA` codes at a specific distance
101+
102+
#### Core
103+
104+
* Fixed an issue where the camera would not restart when opened from another app
105+
* Fixed a bug that could in rare cases produce a black screen when starting the camera
106+
* Fixed a small memory leak that affected fresh install runs only
107+
85108
## 8.0.0
86109

87110
**Released**: November 4, 2025

docs/sdks/capacitor/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,24 @@ keywords:
8585
* Fixed a small memory leak that affected fresh install runs only
8686
* Fixed an issue where barcode scanning would permanently stop after the app returned from background, particularly when camera permission dialogs were shown during initialization
8787

88+
## 8.0.1
89+
90+
**Released**: January 14, 2026
91+
92+
### Bug Fixes
93+
94+
#### Barcode
95+
96+
* Fixed an issue where the successful hint in BarcodeFind was not displayed
97+
* Fixed a rare out-of-bound memory access crash when scanning low-resolution or blurry `EAN13/UPCA` codes at a specific distance
98+
99+
#### Core
100+
101+
* Fixed an issue where the camera would not restart when opened from another app
102+
* Fixed an issue where the interface and video feed could have different visual orientations
103+
* Fixed a bug that could in rare cases produce a black screen when starting the camera
104+
* Fixed a small memory leak that affected fresh install runs only
105+
88106
## 8.0.0
89107

90108
**Released**: November 4, 2025

docs/sdks/cordova/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,24 @@ keywords:
7070
* Fixed a small memory leak that affected fresh install runs only
7171
* Fixed an issue where barcode scanning would permanently stop after the app returned from background, particularly when camera permission dialogs were shown during initialization
7272

73+
## 8.0.1
74+
75+
**Released**: January 14, 2026
76+
77+
### Bug Fixes
78+
79+
#### Barcode
80+
81+
* Fixed an issue where the successful hint in BarcodeFind was not displayed
82+
* Fixed a rare out-of-bound memory access crash when scanning low-resolution or blurry `EAN13/UPCA` codes at a specific distance
83+
84+
#### Core
85+
86+
* Fixed an issue where the camera would not restart when opened from another app
87+
* Fixed an issue where the interface and video feed could have different visual orientations
88+
* Fixed a bug that could in rare cases produce a black screen when starting the camera
89+
* Fixed a small memory leak that affected fresh install runs only
90+
7391
## 8.0.0
7492

7593
**Released**: November 4, 2025

docs/sdks/flutter/release-notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,25 @@ keywords:
8383
* Fixed a small memory leak that affected fresh install runs only
8484
* Fixed an issue where barcode scanning would permanently stop after the app returned from background, particularly when camera permission dialogs were shown during initialization
8585

86+
## 8.0.1
87+
88+
**Released**: January 14, 2026
89+
90+
### Bug Fixes
91+
92+
#### Barcode
93+
94+
* Fixed an issue where the successful hint in BarcodeFind was not displayed
95+
* Fixed a rare out-of-bound memory access crash when scanning low-resolution or blurry `EAN13/UPCA` codes at a specific distance
96+
* Fixed MatrixScan Count when using the “Scanning Against a List” feature which previously just ignored the given list
97+
98+
#### Core
99+
100+
* Fixed an issue where the camera would not restart when opened from another app
101+
* Fixed an issue where the interface and video feed could have different visual orientations
102+
* Fixed a bug that could in rare cases produce a black screen when starting the camera
103+
* Fixed a small memory leak that affected fresh install runs only
104+
86105
## 8.0.0
87106

88107
**Released**: November 4, 2025

docs/sdks/ios/release-notes.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,32 @@ keywords:
8686
* Fixed a small memory leak that affected fresh install runs only
8787
* Fixed an issue where barcode scanning would permanently stop after the app returned from background, particularly when camera permission dialogs were shown during initialization
8888

89+
## 8.0.1
90+
91+
**Released**: January 14, 2026
92+
93+
### New Features
94+
95+
#### Barcode
96+
97+
* Added, in `BarcodeAr`, a `BarcodeArFilter` interface to selectively control which barcodes are displayed in the AR overlay based on custom filtering logic. You can set a filter via `BarcodeAr.SetBarcodeFilter`.
98+
* Fixed an issue where the optional and location fields of BarcodeDefinition and TextDefinition could not be set with builder methods
99+
100+
#### Id
101+
102+
* Added IdCaptureLite to CocoaPods. It is identical to IdCapture but without the dependency on ScanditIDC. This reduces the app size for customers that do not require VIZ scanning capabilities
103+
104+
### Bug Fixes
105+
106+
#### Barcode
107+
108+
* Fixed a rare out-of-bound memory access crash when scanning low-resolution or blurry `EAN13/UPCA` codes at a specific distance
109+
110+
#### Core
111+
112+
* Fixed an issue where the interface and video feed could have different visual orientations
113+
* Fixed a small memory leak that affected fresh install runs only
114+
89115
## 8.0.0
90116

91117
**Released**: November 4, 2025

docs/sdks/linux/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ keywords:
3939

4040
* Fixed a rare out-of-bound memory access crash when scanning low-resolution or blurry `EAN13/UPCA` codes at a specific distance
4141

42+
## 8.0.1
43+
44+
**Released**: January 14, 2026
45+
46+
### Bug Fixes
47+
48+
#### Barcode
49+
50+
* Fixed a rare out-of-bound memory access crash when scanning low-resolution or blurry `EAN13/UPCA` codes at a specific distance
51+
4252
## 8.0.0
4353

4454
**Released**: November 4, 2025

docs/sdks/net/android/release-notes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,23 @@ keywords:
7373
* Fixed a bug that could in rare cases produce a black screen when starting the camera
7474
* Fixed a small memory leak that affected fresh install runs only
7575

76+
## 8.0.1
77+
78+
**Released**: January 14, 2026
79+
80+
### Bug Fixes
81+
82+
#### Barcode
83+
84+
* Fixed an issue where the successful hint in BarcodeFind was not displayed
85+
* Fixed a rare out-of-bound memory access crash when scanning low-resolution or blurry `EAN13/UPCA` codes at a specific distance
86+
87+
#### Core
88+
89+
* Fixed an issue where the camera would not restart when opened from another app
90+
* Fixed a bug that could in rare cases produce a black screen when starting the camera
91+
* Fixed a small memory leak that affected fresh install runs only
92+
7693
## 8.0.0
7794

7895
**Released**: November 4, 2025

docs/sdks/net/ios/release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,21 @@ keywords:
6666
* Fixed a small memory leak that affected fresh install runs only
6767
* Fixed an issue where barcode scanning would permanently stop after the app returned from background, particularly when camera permission dialogs were shown during initialization
6868

69+
## 8.0.1
70+
71+
**Released**: January 14, 2026
72+
73+
### Bug Fixes
74+
75+
#### Barcode
76+
77+
* Fixed a rare out-of-bound memory access crash when scanning low-resolution or blurry `EAN13/UPCA` codes at a specific distance
78+
79+
#### Core
80+
81+
* Fixed an issue where the interface and video feed could have different visual orientations
82+
* Fixed a small memory leak that affected fresh install runs only
83+
6984
## 8.0.0
7085

7186
**Released**: November 4, 2025

docs/sdks/react-native/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,24 @@ keywords:
8484
* Fixed an issue where barcode scanning would permanently stop after the app returned from background, particularly when camera permission dialogs were shown during initialization
8585
* Fixed a bug where getIsTorchAvailable() would return null on Android
8686

87+
## 8.0.1
88+
89+
**Released**: January 14, 2026
90+
91+
### Bug Fixes
92+
93+
#### Barcode
94+
95+
* Fixed an issue where the successful hint in BarcodeFind was not displayed
96+
* Fixed a rare out-of-bound memory access crash when scanning low-resolution or blurry `EAN13/UPCA` codes at a specific distance
97+
98+
#### Core
99+
100+
* Fixed an issue where the camera would not restart when opened from another app
101+
* Fixed an issue where the interface and video feed could have different visual orientations
102+
* Fixed a bug that could in rare cases produce a black screen when starting the camera
103+
* Fixed a small memory leak that affected fresh install runs only
104+
87105
## 8.0.0
88106

89107
**Released**: November 4, 2025

docs/sdks/titanium/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,24 @@ keywords:
5252
* Fixed a small memory leak that affected fresh install runs only
5353
* Fixed an issue where barcode scanning would permanently stop after the app returned from background, particularly when camera permission dialogs were shown during initialization
5454

55+
## 8.0.1
56+
57+
**Released**: January 14, 2026
58+
59+
### Bug Fixes
60+
61+
#### Barcode
62+
63+
* Fixed an issue where the successful hint in BarcodeFind was not displayed
64+
* Fixed a rare out-of-bound memory access crash when scanning low-resolution or blurry `EAN13/UPCA` codes at a specific distance
65+
66+
#### Core
67+
68+
* Fixed an issue where the camera would not restart when opened from another app
69+
* Fixed an issue where the interface and video feed could have different visual orientations
70+
* Fixed a bug that could in rare cases produce a black screen when starting the camera
71+
* Fixed a small memory leak that affected fresh install runs only
72+
5573
## 8.0.0
5674

5775
**Released**: November 4, 2025

0 commit comments

Comments
 (0)