Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion programming/javascript/release-notes/dcvb-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,18 @@ noTitleIndex: true

# Release Notes - DynamsoftCaptureVisionBundle

## 3.4.2000 (00/00/2026)
## 3.4.2001 (04/24/2026)

### Fixed

- Fixed an issue where coordinate conversion could behave abnormally after large images were compressed.
- Fixed an issue where abnormal DCEFrame `imageData` could cause errors in the `toCanvas()` method.

### improved

- Optimized the behavior of the Dynamsoft Camera Enhancer torch and other camera-related features.

## 3.4.2000 (04/21/2026)

### Highlights

Expand Down
1 change: 1 addition & 0 deletions programming/javascript/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ noTitleIndex: true

# Release Notes - Dynamsoft Capture Vision Bundle JavaScript

- [3.4.2001 (04/24/2026)](dcvb-3.md#342001-04242026)
- [3.4.2000 (04/21/2026)](dcvb-3.md#342000-04212026)
- [3.2.5000 (12/16/2025)](dcvb-3.md#325000-12162025)
- [3.2.4000 (11/11/2025)](dcvb-3.md#324000-11112025)
Expand Down
Loading