Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.1.3 release notes #182

Merged
merged 2 commits into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 16 additions & 1 deletion docs/sdks/android/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand Down Expand Up @@ -40,9 +40,24 @@ keywords:

### Bug Fixes

#### Barcode

* Fixed a bug where the `DataCaptureView` was not showing up when opening and closing the view in a short sequence.
* Fixed a crash in SparkScan when pressing certain buttons during hold-to-scan.

#### Core

* Fixed rare incorrect QR code reads of codes with a low error correction level.
* Fixed a bug in Barcode Selection that caused inconsistent selection times for single barcodes.

## 7.1.3

**Released**: March 26, 2025

### Bug Fixes

* Fixed a crash in SparkScan when pressing certain buttons during hold-to-scan.

## 7.1.2

**Released**: March 13, 2025
Expand Down
15 changes: 14 additions & 1 deletion docs/sdks/capacitor/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand All @@ -33,6 +33,19 @@ keywords:

* The default `BarcodeBatchBasicOverlay` brush when using the `BarcodeBatchBasicOverlayStyle.FRAME` style has been changed from white to Scandit blue.

### Bug Fixes

#### Core

* Fixed rare incorrect QR code reads of codes with a low error correction level.
* Fixed a bug in Barcode Selection that caused inconsistent selection times for single barcodes.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

**Released**: March 13, 2025
Expand Down
15 changes: 14 additions & 1 deletion docs/sdks/cordova/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand All @@ -33,6 +33,19 @@ keywords:

* The default `BarcodeBatchBasicOverlay` brush when using the `BarcodeBatchBasicOverlayStyle.FRAME` style has been changed from white to Scandit blue.

### Bug Fixes

#### Core

* Fixed rare incorrect QR code reads of codes with a low error correction level.
* Fixed a bug in Barcode Selection that caused inconsistent selection times for single barcodes.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

**Released**: March 13, 2025
Expand Down
13 changes: 12 additions & 1 deletion docs/sdks/flutter/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand Down Expand Up @@ -41,6 +41,17 @@ keywords:
* Fixed a bug where in rare cases the `DataCaptureView` would capture frames in the wrong orientation.
* Fixed an issue where on Android viewfinder would not be shown the second time the modal screen was opened.

#### Core

* Fixed rare incorrect QR code reads of codes with a low error correction level.
* Fixed a bug in Barcode Selection that caused inconsistent selection times for single barcodes.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

**Released**: March 13, 2025
Expand Down
15 changes: 14 additions & 1 deletion docs/sdks/ios/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand All @@ -36,6 +36,19 @@ keywords:

* The default `BarcodeBatchBasicOverlay` brush when using the `BarcodeBatchBasicOverlayStyle.FRAME` style has been changed from white to Scandit blue.

### Bug Fixes

#### Core

* Fixed rare incorrect QR code reads of codes with a low error correction level.
* Fixed a bug in Barcode Selection that caused inconsistent selection times for single barcodes.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

**Released**: March 13, 2025
Expand Down
9 changes: 8 additions & 1 deletion docs/sdks/linux/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### Bug Fixes

* Removed optional dependency on OpenGL. Most configurations were already running without OpenGL prior to this release. As of 7.2, remaining configurations that depend on OpenGL were fully removed.
* Fixed rare incorrect QR code reads of codes with a low error correction level.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

Expand Down
15 changes: 14 additions & 1 deletion docs/sdks/net/android/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand All @@ -34,6 +34,19 @@ keywords:

* The default `BarcodeBatchBasicOverlay` brush when using the `BarcodeBatchBasicOverlayStyle.FRAME` style has been changed from white to Scandit blue.

### Bug Fixes

#### Core

* Fixed rare incorrect QR code reads of codes with a low error correction level.
* Fixed a bug in Barcode Selection that caused inconsistent selection times for single barcodes.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

**Released**: March 13, 2025
Expand Down
23 changes: 18 additions & 5 deletions docs/sdks/net/ios/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand All @@ -35,13 +35,18 @@ keywords:

* The default `BarcodeBatchBasicOverlay` brush when using the `BarcodeBatchBasicOverlayStyle.FRAME` style has been changed from white to Scandit blue.

## 7.1.1
### Bug Fixes

**Released**: March 7, 2025
#### Core

### Bug Fixes
* Fixed rare incorrect QR code reads of codes with a low error correction level.
* Fixed a bug in Barcode Selection that caused inconsistent selection times for single barcodes.

* Fixed `sc_recognition_context_release` to abort potentially still in-progress background set up of the barcode scanner if `sc_barcode_scanner_wait_for_setup_completed` was not called explicitly.
## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

Expand All @@ -51,6 +56,14 @@ keywords:

* Fixed an issue in SparkScan where the floating button would appear in the center as opposed to bottom-right of the screen.

## 7.1.1

**Released**: March 7, 2025

### Bug Fixes

* Fixed `sc_recognition_context_release` to abort potentially still in-progress background set up of the barcode scanner if `sc_barcode_scanner_wait_for_setup_completed` was not called explicitly.

## 7.1.0

**Released**: February 21, 2025
Expand Down
15 changes: 14 additions & 1 deletion docs/sdks/react-native/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand Down Expand Up @@ -46,6 +46,19 @@ keywords:

* Fixed a bug where the `DataCaptureView` was not showing up when opening and closing the view in a short sequence.

### Bug Fixes

#### Core

* Fixed rare incorrect QR code reads of codes with a low error correction level.
* Fixed a bug in Barcode Selection that caused inconsistent selection times for single barcodes.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

**Released**: March 13, 2025
Expand Down
8 changes: 7 additions & 1 deletion docs/sdks/titanium/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

No updates for this framework in this release.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

Expand Down
8 changes: 7 additions & 1 deletion docs/sdks/web/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand All @@ -33,6 +33,12 @@ keywords:

* Fixed an issue in `SparkScanView` that could result in duplicate trigger buttons.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

**Released**: March 13, 2025
Expand Down
15 changes: 14 additions & 1 deletion docs/sdks/xamarin/android/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand All @@ -29,6 +29,19 @@ keywords:

* The default `BarcodeBatchBasicOverlay` brush when using the `BarcodeBatchBasicOverlayStyle.FRAME` style has been changed from white to Scandit blue.

### Bug Fixes

#### Core

* Fixed rare incorrect QR code reads of codes with a low error correction level.
* Fixed a bug in Barcode Selection that caused inconsistent selection times for single barcodes.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

**Released**: March 13, 2025
Expand Down
15 changes: 14 additions & 1 deletion docs/sdks/xamarin/forms/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand All @@ -29,6 +29,19 @@ keywords:

* The default `BarcodeBatchBasicOverlay` brush when using the `BarcodeBatchBasicOverlayStyle.FRAME` style has been changed from white to Scandit blue.

### Bug Fixes

#### Core

* Fixed rare incorrect QR code reads of codes with a low error correction level.
* Fixed a bug in Barcode Selection that caused inconsistent selection times for single barcodes.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

**Released**: March 13, 2025
Expand Down
15 changes: 14 additions & 1 deletion docs/sdks/xamarin/ios/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:

## 7.2.0-beta.2

**Released**: March 21, 2025
**Released**: March 23, 2025

### New Features

Expand All @@ -29,6 +29,19 @@ keywords:

* The default `BarcodeBatchBasicOverlay` brush when using the `BarcodeBatchBasicOverlayStyle.FRAME` style has been changed from white to Scandit blue.

### Bug Fixes

#### Core

* Fixed rare incorrect QR code reads of codes with a low error correction level.
* Fixed a bug in Barcode Selection that caused inconsistent selection times for single barcodes.

## 7.1.3

**Released**: March 26, 2025

No updates for this framework in this release.

## 7.1.2

**Released**: March 13, 2025
Expand Down
Loading