Releases: cefsharp/CefSharp
v103.0.90
July 07, 2022, CEF 103.0.9+gd0bbcbb+chromium-103.0.5060.114 / Chromium 103.0.5060.114
Update to Chromium 103.0.5060.114.
This release includes critical priority security fixes. Google is aware that an exploit for CVE-2022-2294 exists in the wild.
- For a full list of changes see the 103.0.x Milestone.
- See also Release Notification.
- For known issues/notes/breaking changes please review the 103.0.80 release notes.
v103.0.80
July 04, 2022, CEF 103.0.8+g444ebe7+chromium-103.0.5060.66 / Chromium 103.0.5060.66
- ⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum of- VC++ 2019is required, higher versions are backwards compatible. For those upgrading from a previous version which only required- VC++ 2015 minimumsee #3636 for some guidance.
✔️ Change Log
For a list of changes see the 103.0.x Milestone. See also Release Notification.
⚠️  Breaking Changes
There are no breaking changes included in this release.
ℹ️ Notes
- WPFthe browser stops redrawing when running on- Intel Iris Xe Integrated GPU(11th Gen).- Intelhave released an updated driver, see https://www.intel.com/content/www/us/en/support/articles/000058136/graphics/graphics-for-11th-generation-intel-processors.html See dotnet/wpf#3817 for workaround if you are unable to install the updated driver.
- Widevine CDMis now automatically downloaded at runtime see https://bitbucket.org/chromiumembedded/cef/issues/3149/alloy-add-component-updater-support-for
- You can bin deploy the Visual C++dependencies, read theFAQfor more details.
- For a list of files included in the packages see Output files description table (Redistribution) Wiki
- Starting in June 2019 Google will block logins from CEF based browsers to Google Services, this includes Gmail, Drive, Docs, see https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html?m=1 for further discussion see https://groups.google.com/a/chromium.org/d/msg/embedder-dev/STyM5ZNTHMM/POj1v_cqBgAJ
- Due to licensing issues default builds do not support proprietary codecs like H264/AAC, sites likeNetflix/Twitter/Instagram/Facebook/Spotify/Apple Musicwon't play video/audio. See #1479 for more info.MP3audio is supported, playingMP4files are not supported.
- Anyone new to CefSharpshould read the General Usage Guide
- This project uses Microsoft SourceLink for better debugging, you can step directly into much of the project source directly.
❌ Known Issues
- NTLM Authentication not working correctly see https://bitbucket.org/chromiumembedded/cef/issues/3110/ntlm-authenentication-not-working
- CEFcreates a- Downloaddirectory in the User Directory see https://bitbucket.org/chromiumembedded/cef/issues/3094/cef-force-creates-a-donwloads-directory-in
- WinFormswhen running on- Windows 10 Anniversarypressing certain key combinations freezes the browser see #1822 The issue has been reported- upstream, there are workarounds listed in #1822
- WPFtouch scroll aborted if browser navigates within document https://bitbucket.org/chromiumembedded/cef/issues/2936/osr-touch-scrolling-initiated-by-touch
- Fontsincorrectly loaded on- Win7see https://bitbucket.org/chromiumembedded/cef/issues/2858/fonts-not-loading-look-wrong-on-windows-7
- window.focus()does not bring popup window to front see https://bitbucket.org/chromiumembedded/cef/issues/2931/windowfocus-does-not-bring-the-window-to
- OnProtocolExecution Page goes blank after link click see https://bitbucket.org/chromiumembedded/cef/issues/2715/onprotocolexecution-page-goes-blank-after
- Crash on Win10 when computer wakes from sleep see https://bitbucket.org/chromiumembedded/cef/issues/2924/crash-on-libcef-when-windows-10-wakes-from
- Background colour cannot be override for popups see https://bitbucket.org/chromiumembedded/cef/issues/2482/background_color-cannot-be-overridden-for
- Cef.AddCrossOriginWhitelistEntrydoesn't work correctly see https://bitbucket.org/chromiumembedded/cef/issues/2918/cefaddcrossoriginwhitelistentry-not-fully
- See https://bitbucket.org/chromiumembedded/cef/issues?status=new&status=open for other known issues
- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
- Min required Visual C++ runtime upgrade from 2015 to 2019 #3636
- All paths (CachePath, BrowserSubProcessPath, etc) must be absolute paths, if using a non-absolute path an exception will be throw. See #3102 for details.
- When using a RequestContextyou must ensure that RequestContextSettings.CachePath is equal to or a child of CefSettings.RootCachePath See #3111 (comment) for details
- CEF now supports the Chromium Network Service: If you are upgrading from a version prior to 75.1.xplease make sure you read #2743.
- For those targeting .Net Core 3.0(netcoreapp3.0) the Nugetpackages will no longer automatically install see #3444 (This also applies to those using theCefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreenpackages when targeting.Net Core 3.1/.Net 5.0+)
v102.0.100
June 20, 2022, CEF 102.0.10+gf249b2e+chromium-102.0.5005.115 / Chromium 102.0.5005.115
Update to Chromium 102.0.5005.115.
This release includes high priority security fixes
- For a full list of changes see the 102.0.x Milestone.
- See also Release Notification.
- For known issues/notes/breaking changes please review the 102.0.90 release notes.
v102.0.90
May 31, 2022, CEF 102.0.9+g1c5e658+chromium-102.0.5005.63 / Chromium 102.0.5005.63
- ⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum of- VC++ 2019is required, higher versions are backwards compatible. For those upgrading from a previous version which only required- VC++ 2015 minimumsee #3636 for some guidance.
✔️ Change Log
There are a number of breaking changes in this release. For a list of changes see the 102.0.x Milestone. See also Release Notification.
⚠️  Breaking Changes
- Remove legacy swiftshader #4085
- IBrowserHost.RunFileDialog remove selectedAcceptFilter argument #4125
- IDialogHandler.OnFileDialog remove flags and selectedAcceptFilter params #4110
- Remove CefFileDialogFlags #4089
- Nuget - Change default CefSharpBuildAction for Exe/WinExe projects when using packages.config #4062
ℹ️ Notes
- WPFthe browser stops redrawing when running on- Intel Iris Xe Integrated GPU(11th Gen).- Intelhave released an updated driver, see https://www.intel.com/content/www/us/en/support/articles/000058136/graphics/graphics-for-11th-generation-intel-processors.html See dotnet/wpf#3817 for workaround if you are unable to install the updated driver.
- Widevine CDMis now automatically downloaded at runtime see https://bitbucket.org/chromiumembedded/cef/issues/3149/alloy-add-component-updater-support-for
- You can bin deploy the Visual C++dependencies, read theFAQfor more details.
- For a list of files included in the packages see Output files description table (Redistribution) Wiki
- Starting in June 2019 Google will block logins from CEF based browsers to Google Services, this includes Gmail, Drive, Docs, see https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html?m=1 for further discussion see https://groups.google.com/a/chromium.org/d/msg/embedder-dev/STyM5ZNTHMM/POj1v_cqBgAJ
- Due to licensing issues default builds do not support proprietary codecs like H264/AAC, sites likeNetflix/Twitter/Instagram/Facebook/Spotify/Apple Musicwon't play video/audio. See #1479 for more info.MP3audio is supported, playingMP4files are not supported.
- Anyone new to CefSharpshould read the General Usage Guide
- This project uses Microsoft SourceLink for better debugging, you can step directly into much of the project source directly.
❌ Known Issues
- NTLM Authentication not working correctly see https://bitbucket.org/chromiumembedded/cef/issues/3110/ntlm-authenentication-not-working
- CEFcreates a- Downloaddirectory in the User Directory see https://bitbucket.org/chromiumembedded/cef/issues/3094/cef-force-creates-a-donwloads-directory-in
- WinFormswhen running on- Windows 10 Anniversarypressing certain key combinations freezes the browser see #1822 The issue has been reported- upstream, there are workarounds listed in #1822
- WPFtouch scroll aborted if browser navigates within document https://bitbucket.org/chromiumembedded/cef/issues/2936/osr-touch-scrolling-initiated-by-touch
- Fontsincorrectly loaded on- Win7see https://bitbucket.org/chromiumembedded/cef/issues/2858/fonts-not-loading-look-wrong-on-windows-7
- window.focus()does not bring popup window to front see https://bitbucket.org/chromiumembedded/cef/issues/2931/windowfocus-does-not-bring-the-window-to
- OnProtocolExecution Page goes blank after link click see https://bitbucket.org/chromiumembedded/cef/issues/2715/onprotocolexecution-page-goes-blank-after
- Crash on Win10 when computer wakes from sleep see https://bitbucket.org/chromiumembedded/cef/issues/2924/crash-on-libcef-when-windows-10-wakes-from
- Background colour cannot be override for popups see https://bitbucket.org/chromiumembedded/cef/issues/2482/background_color-cannot-be-overridden-for
- Cef.AddCrossOriginWhitelistEntrydoesn't work correctly see https://bitbucket.org/chromiumembedded/cef/issues/2918/cefaddcrossoriginwhitelistentry-not-fully
- See https://bitbucket.org/chromiumembedded/cef/issues?status=new&status=open for other known issues
- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
- Min required Visual C++ runtime upgrade from 2015 to 2019 #3636
- All paths (CachePath, BrowserSubProcessPath, etc) must be absolute paths, if using a non-absolute path an exception will be throw. See #3102 for details.
- When using a RequestContextyou must ensure that RequestContextSettings.CachePath is equal to or a child of CefSettings.RootCachePath See #3111 (comment) for details
- CEF now supports the Chromium Network Service: If you are upgrading from a version prior to 75.1.xplease make sure you read #2743.
- For those targeting .Net Core 3.0(netcoreapp3.0) the Nugetpackages will no longer automatically install see #3444 (This also applies to those using theCefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreenpackages when targeting.Net Core 3.1/.Net 5.0+)
v101.0.180
May 15, 2022, CEF 101.0.18+g367b4a0+chromium-101.0.4951.67 / Chromium 101.0.4951.67
Update to Chromium 101.0.4951.67.
This release includes high priority security fixes
- For a full list of changes see the 101.0.x Milestone.
- See also Release Notification.
- For known issues/notes/breaking changes please review the 101.0.150 release notes.
v101.0.150
May 05, 2022, CEF 101.0.15+gca159c5+chromium-101.0.4951.54 / Chromium 101.0.4951.54
- ⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum of- VC++ 2019is required, higher versions are backwards compatible. For those upgrading from a previous version which only required- VC++ 2015 minimumsee #3636 for some guidance.
- For those targeting .Net Core 3.0(netcoreapp3.0) the Nugetpackages will no longer automatically install see #3444 (This also applies to those using theCefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreenpackages when targeting.Net Core 3.1/.Net 5.0+)
✔️ Change Log
There are a number of breaking changes in this release. For a list of changes see the 101.0.x Milestone. See also Release Notification.
⚠️  Breaking Changes
- Remove CefSettings.ApplicationClientIdForFileScanning #4070
- Add IDownloadHandler.CanDownload #4090
- OffScreen - CaptureScreenshotAsync change to Scale default #4091
ℹ️ Notes
- WPFthe browser stops redrawing when running on- Intel Iris Xe Integrated GPU(11th Gen).- Intelhave released an updated driver, see https://www.intel.com/content/www/us/en/support/articles/000058136/graphics/graphics-for-11th-generation-intel-processors.html See dotnet/wpf#3817 for workaround if you are unable to install the updated driver.
- Widevine CDMis now automatically downloaded at runtime see https://bitbucket.org/chromiumembedded/cef/issues/3149/alloy-add-component-updater-support-for
- You can bin deploy the Visual C++dependencies, read theFAQfor more details.
- For a list of files included in the packages see Output files description table (Redistribution) Wiki
- Starting in June 2019 Google will block logins from CEF based browsers to Google Services, this includes Gmail, Drive, Docs, see https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html?m=1 for further discussion see https://groups.google.com/a/chromium.org/d/msg/embedder-dev/STyM5ZNTHMM/POj1v_cqBgAJ
- Due to licensing issues default builds do not support proprietary codecs like H264/AAC, sites likeNetflix/Twitter/Instagram/Facebook/Spotify/Apple Musicwon't play video/audio. See #1479 for more info.MP3audio is supported, playingMP4files are not supported.
- Anyone new to CefSharpshould read the General Usage Guide
- This project uses Microsoft SourceLink for better debugging, you can step directly into much of the project source directly.
❌ Known Issues
- NTLM Authentication not working correctly see https://bitbucket.org/chromiumembedded/cef/issues/3110/ntlm-authenentication-not-working
- CEFcreates a- Downloaddirectory in the User Directory see https://bitbucket.org/chromiumembedded/cef/issues/3094/cef-force-creates-a-donwloads-directory-in
- WinFormswhen running on- Windows 10 Anniversarypressing certain key combinations freezes the browser see #1822 The issue has been reported- upstream, there are workarounds listed in #1822
- WPFtouch scroll aborted if browser navigates within document https://bitbucket.org/chromiumembedded/cef/issues/2936/osr-touch-scrolling-initiated-by-touch
- Fontsincorrectly loaded on- Win7see https://bitbucket.org/chromiumembedded/cef/issues/2858/fonts-not-loading-look-wrong-on-windows-7
- window.focus()does not bring popup window to front see https://bitbucket.org/chromiumembedded/cef/issues/2931/windowfocus-does-not-bring-the-window-to
- OnProtocolExecution Page goes blank after link click see https://bitbucket.org/chromiumembedded/cef/issues/2715/onprotocolexecution-page-goes-blank-after
- Crash on Win10 when computer wakes from sleep see https://bitbucket.org/chromiumembedded/cef/issues/2924/crash-on-libcef-when-windows-10-wakes-from
- Background colour cannot be override for popups see https://bitbucket.org/chromiumembedded/cef/issues/2482/background_color-cannot-be-overridden-for
- Cef.AddCrossOriginWhitelistEntrydoesn't work correctly see https://bitbucket.org/chromiumembedded/cef/issues/2918/cefaddcrossoriginwhitelistentry-not-fully
- See https://bitbucket.org/chromiumembedded/cef/issues?status=new&status=open for other known issues
- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
- Min required Visual C++ runtime upgrade from 2015 to 2019 #3636
- All paths (CachePath, BrowserSubProcessPath, etc) must be absolute paths, if using a non-absolute path an exception will be throw. See #3102 for details.
- When using a RequestContextyou must ensure that RequestContextSettings.CachePath is equal to or a child of CefSettings.RootCachePath See #3111 (comment) for details
- CEF now supports the Chromium Network Service: If you are upgrading from a version prior to 75.1.xplease make sure you read #2743.
v100.0.230
April 19, 2022, CEF 100.0.23+ga1e2187+chromium-100.0.4896.127 / Chromium 100.0.4896.127
Update to Chromium 100.0.4896.127.
This release includes a critical security update. Google is aware that an exploit for CVE-2022-1364 exists in the wild.
- For a full list of changes see the 100.0.x Milestone.
- See also Release Notification.
- For known issues/notes/breaking changes please review the 100.0.140 release notes.
v100.0.140
April 07, 2022, CEF 100.0.14+g4e5ba66+chromium-100.0.4896.75 / Chromium 100.0.4896.75
- ⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum of- VC++ 2019is required, higher versions are backwards compatible. For those upgrading from a previous version which only required- VC++ 2015 minimumsee #3636 for some guidance.
- For those targeting .Net Core 3.0(netcoreapp3.0) the Nugetpackages will no longer automatically install see #3444 (This also applies to those using theCefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreenpackages when targeting.Net Core 3.1/.Net 5.0+)
✔️ Change Log
There are a number of breaking changes in this release. For a list of changes see the 100.0.x Milestone. See also Release Notification.
⚠️  Breaking Changes
- Remove remaining Plugin API's #4045
ℹ️ Notes
- WPFthe browser stops redrawing when running on- Intel Iris Xe Integrated GPU(11th Gen).- Intelhave released an updated driver, see https://www.intel.com/content/www/us/en/support/articles/000058136/graphics/graphics-for-11th-generation-intel-processors.html See dotnet/wpf#3817 for workaround if you are unable to install the updated driver.
- Chromium Site Isolationis enabled by default #2967
- Nuget Packages have been restructured if upgrading from version prior to 87 please make sure you read #3319 for details
- Widevine CDMis now automatically downloaded at runtime see https://bitbucket.org/chromiumembedded/cef/issues/3149/alloy-add-component-updater-support-for
- You can bin deploy the Visual C++dependencies, read theFAQfor more details.
- For a list of files included in the packages see Output files description table (Redistribution) Wiki
- Starting in June 2019 Google will block logins from CEF based browsers to Google Services, this includes Gmail, Drive, Docs, see https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html?m=1 for further discussion see https://groups.google.com/a/chromium.org/d/msg/embedder-dev/STyM5ZNTHMM/POj1v_cqBgAJ
- Due to licensing issues default builds do not support proprietary codecs like H264/AAC, sites likeNetflix/Twitter/Instagram/Facebook/Spotify/Apple Musicwon't play video/audio. See #1479 for more info.MP3audio is supported, playingMP4files are not supported.
- Anyone new to CefSharpshould read the General Usage Guide
- This project uses Microsoft SourceLink for better debugging, you can step directly into much of the project source directly.
❌ Known Issues
- NTLM Authentication not working correctly see https://bitbucket.org/chromiumembedded/cef/issues/3110/ntlm-authenentication-not-working
- CEFcreates a- Downloaddirectory in the User Directory see https://bitbucket.org/chromiumembedded/cef/issues/3094/cef-force-creates-a-donwloads-directory-in
- WinFormswhen running on- Windows 10 Anniversarypressing certain key combinations freezes the browser see #1822 The issue has been reported- upstream, there are workarounds listed in #1822
- WPFtouch scroll aborted if browser navigates within document https://bitbucket.org/chromiumembedded/cef/issues/2936/osr-touch-scrolling-initiated-by-touch
- Fontsincorrectly loaded on- Win7see https://bitbucket.org/chromiumembedded/cef/issues/2858/fonts-not-loading-look-wrong-on-windows-7
- window.focus()does not bring popup window to front see https://bitbucket.org/chromiumembedded/cef/issues/2931/windowfocus-does-not-bring-the-window-to
- OnProtocolExecution Page goes blank after link click see https://bitbucket.org/chromiumembedded/cef/issues/2715/onprotocolexecution-page-goes-blank-after
- Crash on Win10 when computer wakes from sleep see https://bitbucket.org/chromiumembedded/cef/issues/2924/crash-on-libcef-when-windows-10-wakes-from
- Background colour cannot be override for popups see https://bitbucket.org/chromiumembedded/cef/issues/2482/background_color-cannot-be-overridden-for
- Cef.AddCrossOriginWhitelistEntrydoesn't work correctly see https://bitbucket.org/chromiumembedded/cef/issues/2918/cefaddcrossoriginwhitelistentry-not-fully
- See https://bitbucket.org/chromiumembedded/cef/issues?status=new&status=open for other known issues
- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
- Min required Visual C++ runtime upgrade from 2015 to 2019 #3636
- All paths (CachePath, BrowserSubProcessPath, etc) must be absolute paths, if using a non-absolute path an exception will be throw. See #3102 for details.
- When using a RequestContextyou must ensure that RequestContextSettings.CachePath is equal to or a child of CefSettings.RootCachePath See #3111 (comment) for details
- CEF now supports the Chromium Network Service: If you are upgrading from a version prior to 75.1.xplease make sure you read #2743.
- Nuget - Remove netcoreapp3.0 hacks #3444
v100.0.120-pre
April 04, 2022, CEF 100.0.12+g734f820+chromium-100.0.4896.60 / Chromium 100.0.4896.60
- ⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum of- VC++ 2019is required, higher versions are backwards compatible. For those upgrading from a previous version which only required- VC++ 2015 minimumsee #3636 for some guidance.
- For those targeting .Net Core 3.0(netcoreapp3.0) the Nugetpackages will no longer automatically install see #3444 (This also applies to those using theCefSharp.Wpf/CefSharp.WinForms/CefSharp.OffScreenpackages when targeting.Net Core 3.1/.Net 5.0+)
✔️ Change Log
There are a number of breaking changes in this release. For a list of changes see the 100.0.x Milestone. See also Release Notification.
⚠️  Breaking Changes
- Remove remaining Plugin API's #4045
ℹ️ Notes
- WPFthe browser stops redrawing when running on- Intel Iris Xe Integrated GPU(11th Gen).- Intelhave released an updated driver, see https://www.intel.com/content/www/us/en/support/articles/000058136/graphics/graphics-for-11th-generation-intel-processors.html See dotnet/wpf#3817 for workaround if you are unable to install the updated driver.
- Chromium Site Isolationis enabled by default #2967
- Nuget Packages have been restructured if upgrading from version prior to 87 please make sure you read #3319 for details
- Widevine CDMis now automatically downloaded at runtime see https://bitbucket.org/chromiumembedded/cef/issues/3149/alloy-add-component-updater-support-for
- You can bin deploy the Visual C++dependencies, read theFAQfor more details.
- For a list of files included in the packages see Output files description table (Redistribution) Wiki
- Starting in June 2019 Google will block logins from CEF based browsers to Google Services, this includes Gmail, Drive, Docs, see https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html?m=1 for further discussion see https://groups.google.com/a/chromium.org/d/msg/embedder-dev/STyM5ZNTHMM/POj1v_cqBgAJ
- Due to licensing issues default builds do not support proprietary codecs like H264/AAC, sites likeNetflix/Twitter/Instagram/Facebook/Spotify/Apple Musicwon't play video/audio. See #1479 for more info.MP3audio is supported, playingMP4files are not supported.
- Anyone new to CefSharpshould read the General Usage Guide
- This project uses Microsoft SourceLink for better debugging, you can step directly into much of the project source directly.
❌ Known Issues
- Back Forward Cache causes unusable pages in certain circumstances and has been disabled by default.
- NTLM Authentication not working correctly see https://bitbucket.org/chromiumembedded/cef/issues/3110/ntlm-authenentication-not-working
- Mouse wheel in PDF viewer doesn't work anymore after using scrollbar on page preview section https://bitbucket.org/chromiumembedded/cef/issues/3153/mouse-wheel-in-chromium-pdf-viewer-doesnt
- CEFcreates a- Downloaddirectory in the User Directory see https://bitbucket.org/chromiumembedded/cef/issues/3094/cef-force-creates-a-donwloads-directory-in
- WinFormswhen running on- Windows 10 Anniversarypressing certain key combinations freezes the browser see #1822 The issue has been reported- upstream, there are workarounds listed in #1822
- WPFtouch scroll aborted if browser navigates within document https://bitbucket.org/chromiumembedded/cef/issues/2936/osr-touch-scrolling-initiated-by-touch
- Fontsincorrectly loaded on- Win7see https://bitbucket.org/chromiumembedded/cef/issues/2858/fonts-not-loading-look-wrong-on-windows-7
- window.focus()does not bring popup window to front see https://bitbucket.org/chromiumembedded/cef/issues/2931/windowfocus-does-not-bring-the-window-to
- OnProtocolExecution Page goes blank after link click see https://bitbucket.org/chromiumembedded/cef/issues/2715/onprotocolexecution-page-goes-blank-after
- Crash on Win10 when computer wakes from sleep see https://bitbucket.org/chromiumembedded/cef/issues/2924/crash-on-libcef-when-windows-10-wakes-from
- Background colour cannot be override for popups see https://bitbucket.org/chromiumembedded/cef/issues/2482/background_color-cannot-be-overridden-for
- Cef.AddCrossOriginWhitelistEntrydoesn't work correctly see https://bitbucket.org/chromiumembedded/cef/issues/2918/cefaddcrossoriginwhitelistentry-not-fully
- See https://bitbucket.org/chromiumembedded/cef/issues?status=new&status=open for other known issues
- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
- Min required Visual C++ runtime upgrade from 2015 to 2019 #3636
- All paths (CachePath, BrowserSubProcessPath, etc) must be absolute paths, if using a non-absolute path an exception will be throw. See #3102 for details.
- When using a RequestContextyou must ensure that RequestContextSettings.CachePath is equal to or a child of CefSettings.RootCachePath See #3111 (comment) for details
- CEF now supports the Chromium Network Service: If you are upgrading from a version prior to 75.1.xplease make sure you read #2743.
- Nuget - Remove netcoreapp3.0 hacks #3444
v99.2.140
March 31, 2022, CEF 99.2.14+g3f796b8+chromium-99.0.4844.84 / Chromium 99.0.4844.84
Update to Chromium 99.0.4844.84.
This release includes a critical security update. Google is aware that an exploit for CVE-2022-1096 exists in the wild.
- For a full list of changes see the 99.2.x Milestone.
- See also Release Notification.
- For known issues/notes/breaking changes please review the 99.2.90 release notes.