-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Notification - 96.0.x #3902
Comments
The All packages require Visual C++ 2019 For the
For
NOTE A minimum of
Ijwhost.dll |
The All packages require Visual C++ 2019 For the
For
NOTE A minimum of
Ijwhost.dll |
Google Chrome releases 96.0.4664.110, emergency update to fix multiple security vulnerabilities. Can you please include it. |
I'm already aware of updated Chromium version and am working on an update. |
The All packages require Visual C++ 2019 For the
For
NOTE A minimum of
Ijwhost.dll |
If you are using |
Example of disabling back forward cache var settings = new CefSettings();
settings.CefCommandLineArgs.Add("disable-back-forward-cache");
Cef.Initialize(settings); |
Due to
upstream
changes starting in version93
the minimumVC++ version
has changed from2015
to 2019 see #3636 for details.Release 96.0.x-pre
DevTools
clientAPI
cefsharp/96
release branch-pre
packages to nuget.orgRelease 96.0.x
API Doc
and upload to http://cefsharp.github.io/api/This will be the third version to support BackforwardCache.
CEF
now hasBFCache
enabled by default. Relevant commit. In the short term you can disable if required.The text was updated successfully, but these errors were encountered: