From 1b1d8c138477386ac1e482ddea86f35447b9aa75 Mon Sep 17 00:00:00 2001 From: chloe-hahn Date: Thu, 4 May 2023 10:06:22 +0800 Subject: [PATCH 1/2] Update Stable.md --- info/schedule/Stable.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/info/schedule/Stable.md b/info/schedule/Stable.md index 3af0f7d2..c0c48973 100644 --- a/info/schedule/Stable.md +++ b/info/schedule/Stable.md @@ -34,7 +34,7 @@ permalink: /info/schedule/Stable.html - 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) - 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) @@ -43,7 +43,7 @@ permalink: /info/schedule/Stable.html ### 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 #### New APIs @@ -64,7 +64,7 @@ permalink: /info/schedule/Stable.html -### Bugfixes +### Bug fixes 32507 - MacOS issue with ShowFileDialog ### Known Issues From 53299b87600c725a42d96f560af8bbf59e49727e Mon Sep 17 00:00:00 2001 From: kyle-ds <51097593+kyle-ds@users.noreply.github.com> Date: Fri, 5 May 2023 10:34:21 -0700 Subject: [PATCH 2/2] RN update --- info/schedule/Addon.md | 1 + info/schedule/Stable.md | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/info/schedule/Addon.md b/info/schedule/Addon.md index fda5a5b4..a2027fd7 100644 --- a/info/schedule/Addon.md +++ b/info/schedule/Addon.md @@ -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 | diff --git a/info/schedule/Stable.md b/info/schedule/Stable.md index 3af0f7d2..3eccc4e2 100644 --- a/info/schedule/Stable.md +++ b/info/schedule/Stable.md @@ -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. - IfShowProgressBar must be enabled for IfShowCancelDialog to take effect + - Improved progress bar accuracy #### New APIs - Added ShareImages() for the Android Service @@ -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.