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
1 change: 1 addition & 0 deletions info/schedule/Addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permalink: /info/schedule/Addon.html

| Version | Service | Core | PDFR | Barcode | Camera/Webcam | OCRB | OCRPro| Uploader |
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
| v18.2| 1.8.2 | 18.1.0.0112 | 11.4.1.1025 | 9.6.20 | N/A /15.0.0.0625 | N/A | N/A | 1.8.0.1025 |
| v18.1 | 1.8.0.1025 | 18.1.0.0112 | 11.4.1.1025 | 9.4.0.1025 | N/A /15.0.0.0625 | N/A | N/A | 1.8.0.1025 |
| v18.0 | 1.8.0.1025 | 18.0.0.1025 | 11.4.1.1025 | 9.4.0.1025 | 18.0.0.1025/15.0.0.0625 | N/A | N/A | 1.8.0.1025|
| v17.3 | 1.7.3.0531 | 17.3.0.0531 | 11.4.0.0531 | 8.8.0.0531 | 17.3.0.0531/15.0.0.0625 | N/A | N/A | 1.7.2.1026 |
Expand Down
17 changes: 11 additions & 6 deletions info/schedule/Stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,29 @@ permalink: /info/schedule/Stable.html
#### General Improvements
- Improved licence verification logic to support Remote Scan
- Added workMode to ImageEditor
-
- Updated DBR library to 9.6.20

#### Resource Files
- The Viewer component has been migrated to a dedicated resource file. This will allow for viewerless implementations of Dynamic Web TWAIN to reduce the load by removing the necessity of loading the Viewer resources into memory even when the Viewer is not being used.
- Please see the property Dynamsoft.DWT.UseDefaultViewer

#### ImageEditor
- The ImageEditor has been re-architected for better speed and image quality.
- You can now apply a workMode customization when using ImageEditor (not supported for RemoteScan)
- You can now use the new EnumDWT_WorkMode to control where the processing for ImageEditor occurs (not supported for RemoteScan)
- Original mode - The data is processed on the server side first, and then displayed in the viewer
- New model - The data is processed in the canvas and then updated to the server side
- New mode - The data is processed in the canvas and then updated to the server side

#### Android Service
- The Android service is available on the Google [Play Store](https://play.google.com/store/apps/details?id=com.dynamsoft.mobilescan)
- Enhancements to the Android Service and supported APIs
- Expanded the capabilities of the Android platform
- Added the API ShareImages()

### API Changes
#### General Changes
- Changed IfShowProgressBar to control the progress indicators for all encoding, decoding, and transfer operations.
- IfShowCancelDialogWhenImageTransfer scope reduced to only control propmts for user cancellable operations.
- IfShowCancelDialogWhenImageTransfer scope reduced to only control prompts for user cancellable operations.
- IfShowProgressBar must be enabled for IfShowCancelDialog to take effect
- Improved progress bar accuracy

#### New APIs
- Added ShareImages() for the Android Service
Expand All @@ -56,6 +59,8 @@ permalink: /info/schedule/Stable.html
- ImageEditor
- Added the enum WorkMode
- Added .save() to the ImageEditor object
- This is used when using the ImageEditor as the only viewer to keep the image manipulations in sync between the editor and the data used in the Dynamsoft Service
- Added OnWebTwainError event callback to DWT.WebTwainEnv

#### Enumeration Changes
- EnumDWT_DeviceType updated to support WIA scanning.
Expand All @@ -64,7 +69,7 @@ permalink: /info/schedule/Stable.html

<!--
-->
### Bugfixes
### Bug fixes
32507 - MacOS issue with ShowFileDialog

### Known Issues
Expand Down