Change Log

Include change log for:

Current Release

EO.Total 2024

EO.Total 2023

EO.Total 2022

EO.Total 2021

3/18/2025 - EO.Total 2025.1.22

This build contains updates to the following products:

EO.Pdf
  • Fixed PdfDocument.Merge results in invalid file when source PDF files contains OCProperties in the document’s Catalog dictionary issue;
EO.WebBrowser
  • Added EO.WebEngine.EngineFeatures.MultiDownloads to allow multiple downloads to be enabled or disabled;
  • Added support for notifications through WebView.RequestPermissions event;
  • Fixed Alt+F4 directly closes the WebView issue;
  • Fixed ContextMenuInfo.Suggestions is always empty issue;
  • Fixed downloads can not complete on Windows ARM64 system issue;

3/4/2025 - EO.Total 2025.1.6

This build contains updates to the following products:

EO.Base (Affecting all products)
  • Removed references to depreciated code access security attributes;
EO.Pdf
  • Fixed PdfDocument hangs while loading PDF file with invalid circular parent tree nodes issue;
EO.WebBrowser
  • Disabled non essential error dialogs;
  • Fixed context menu and corresponding WebView.Command event not working issue;

2/24/2025 - EO.Total 2025.0.99

This build contains updates to the following products:

EO.Pdf
  • Changed EO.Pdf.Mvc.dll minimal required .NET Framework version from 4.6 to 3.5;
  • Fixed PdfDocument not able to load PDF file that incorrectly contains object ID for embedded dictionary object issue;
EO.WebBrowser
  • Added EngineFeatures.DarkMode to dark mode to be explicitly turned off;
  • Added speech recognition support;
  • Disabled Ctrl + mouse click opening a link in a new top level window, now it opens the page in the original WebView instead;
  • Disabled page pre-rendering feature;
  • Fixed calling WebView.EvalScript/WebView.Download inside WebView.Command event handler causing deadlock issue;
  • Fixed setting e.UseOSHandler to true inside WebView.LaunchUrl event handler causing the browser engine to crash issue;

2/11/2025 - EO.Total 2025.0.86

This build contains updates to the following products:

EO.Pdf
  • Fixed PdfRender not rendering signature field issue;
EO.WebBrowser
  • Fixed F12 automatically opens DevTools window issue;
  • Fixed loading a Url into a WebView with DevTools window open would actually load the Url into the DevTools window issue;
  • Fixed updaging Engine.Proxy property does not take effect immediately issue;

1/6/2025 - EO.Total 2025.0.50

This build contains updates to the following products:

EO.WebBrowser
  • Added EngineOptions.SetFeatureState method to enable/disable various browser engine features;
  • Fixed FindSession.Update event not triggered issue;
  • Fixed the initial size of the WebView may not be correct on high DPI system issue;

12/11/2024 - EO.Total 2025.0.26

This build contains updates to the following products:

EO.WebEngine (Affecting EO.Pdf and EO.WebBrowser)
  • Fixed browser engine crashes if the application folder contains some special Unicode character issue;
  • Fixed browser engine crashes on Windows Server 2012 issue;
EO.Pdf
  • Fixed PdfDocument.Merge not recognizes OCProperties in the document's catalog dictionary issue;
EO.WebBrowser
  • Disabled Chromium's built-in download completion bubble;
  • Disabled Chromium's built-in status message bubble;
  • Fixed input field's onblur event maybe fired more than once when focus is moved away from the input field issue;
  • Fixed the initial size of the WebView maybe wrong on a high DPI system issue;

11/20/2024 - EO.Total 2025.0.4

This build contains updates to the following products:

EO.WebEngine (Affecting EO.Pdf and EO.WebBrowser)
  • Fixed not able to load CloudFlare protected web site issue;
EO.Pdf
  • Fixed MVCToPDF may receive empty PDF result file issue;
  • Fixed result PDF file contains invalid content when GenerateTags is set to true issue;
EO.WebBrowser
  • Fixed some browser engine crash issues;
  • Improved keyboard event routing mechanism;