2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
Posted on June 11, 2019
DotNetBrowser 1.20.1
New version features several important improvements adding up to the library’s convenience and productivity:
- Now you can easily check if the binaries use proprietary codecs with the new
ChromiumBinaries.IsCodecEnabled
property. - It got simple to look the Chromium version up – just check the Product version property of assemblies.
- Use DotNetBrowser conveniently with toolbox support for Visual Studio 2019.
- The new dispose logic allows the instance not to wait until all separated threads are released after invoking
Browser.Dispose()
orBrowserView.Dispose()
methods. - We have also improved the algorithm for unpacking the Chromium binaries.
Fixed Issues:
- The deadlock when calling the
Browser.IsDisposed()
method using theWPFBrowserView
instance in the lightweight rendering mode. - The InvalidCastException occurring when setting the nullable CSharp property from JavaScript side using JS - .NET Bridge API.
- The rendering issue with DPI if the monitor is changed using lightweight rendering mode.
- The crash which occurs if
NetworkDelegate
is configured and theBrowser.LoadURL()
method is called frequently. - The crash which occurs if a JavaScript function is invoked when the JavaScript context is invalid.
Follow @DotNetBrowser to get notified of the library updates.
Subscribe to our RSS feed to get instant updates on new releases.