Releases: cefsharp/CefSharp
v116.0.230
September 16, 2023, CEF 116.0.23+g375735a+chromium-116.0.5845.189 / Chromium 116.0.5845.189
✅ Change Log
For a list of CefSharp specific changes see the 116.0.x Milestone. See also Release Notification, v116.0.130 Release Notes and v116.0.190 Release Notes.
- Update to Chromium 116.0.5845.189
This update includes a critical priority security update. Google is aware that an exploit for CVE-2023-4863 exists in the wild.
v116.0.190
September 06, 2023, CEF 116.0.19+gc6a20bc+chromium-116.0.5845.141 / Chromium 116.0.5845.141
✅ Change Log
For a list of CefSharp specific changes see the 116.0.x Milestone. See also Release Notification and v116.0.130 Release Notes.
- Update to Chromium 116.0.5845.141
This update includes a high priority security update.
v116.0.150
August 26, 2023, CEF 116.0.15+g0b8c265+chromium-116.0.5845.111 / Chromium 116.0.5845.111
✅ Change Log
For a list of CefSharp specific changes see the 116.0.x Milestone. See also Release Notification and v116.0.130 Release Notes.
- Update to Chromium 116.0.5845.111
This update includes a number of high priority security updates.
v116.0.130
August 22, 2023, CEF 116.0.13+g557a56f+chromium-116.0.5845.97 / Chromium 116.0.5845.97
⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum ofVC++ 2019is required, higher versions are backwards compatible. For those upgrading from a previous version which only requiredVC++ 2015 minimumsee #3636 for some guidance.- The
Minimum .Netversion supported has been upgraded to.Net 4.6.2inM115, see RFC - Upgrade minimum .Net version for more.
✅ Change Log
For a list of CefSharp specific changes see the 116.0.x Milestone. See also Release Notification.
- Update to Chromium 116.0.5845.97
- Update to Chromium 116.0.5845.82
- Windows 7/8/8.1 are no longer supported.
⚠️ Breaking Changes
There are no CefSharp specific breaking changes in this release.
ℹ️ Notes
WPFthe browser stops redrawing when running onIntel 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 chromiumembedded/cef#3149- 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
CEFcreates aDownloaddirectory in the User DirectorWinFormswhen running onWindows 10 Anniversarypressing certain key combinations freezes the browser see #1822 The issue has been reportedupstream, there are workarounds listed in #1822WPFtouch scroll aborted if browser navigates within documentwindow.focus()does not bring popup window to front- OnProtocolExecution Page goes blank after link click
- Crash on Win10 when computer wakes from sleep
Cef.AddCrossOriginWhitelistEntrydoesn't work correctly- See https://github.com/chromiumembedded/cef/issues for other known issues
- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
- 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.
v115.3.130
August 12, 2023, CEF 115.3.13+g749b4d4+chromium-115.0.5790.171 / Chromium 115.0.5790.171
✅ Change Log
For a list of CefSharp specific changes see the 115.3.x Milestone. See also Release Notification and v115.3.110 Release Notes.
- Update to Chromium 115.0.5790.171
- The minimum
.Net Frameworkversions has changed from.Net 4.5.2to.Net 4.6.2. (#4433) - Windows 7/8/8.1 are no longer supported.
This update includes a number of high priority security updates.
v115.3.110
August 02, 2023, CEF 115.3.11+ga61da9b+chromium-115.0.5790.114 / Chromium 115.0.5790.114
⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum ofVC++ 2019is required, higher versions are backwards compatible. For those upgrading from a previous version which only requiredVC++ 2015 minimumsee #3636 for some guidance.- The
Minimum .Netversion supported has been upgraded to.Net 4.6.2inM115, see RFC - Upgrade minimum .Net version for more.
✅ Change Log
For a list of CefSharp specific changes see the 115.3.x Milestone. See also Release Notification.
- Update to Chromium 115.0.5790.114
- Update to Chromium 115.0.5790.102
- Update to Chromium 115.0.5790.98/99
- Windows 7/8/8.1 are no longer supported.
⚠️ Breaking Changes
- The minimum
.Net Frameworkversions has changed from.Net 4.5.2to.Net 4.6.2. (#4433) - Removed CefSettings.UserDataPath #4518
ℹ️ Notes
WPFthe browser stops redrawing when running onIntel 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 chromiumembedded/cef#3149- 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
CEFcreates aDownloaddirectory in the User DirectorWinFormswhen running onWindows 10 Anniversarypressing certain key combinations freezes the browser see #1822 The issue has been reportedupstream, there are workarounds listed in #1822WPFtouch scroll aborted if browser navigates within documentwindow.focus()does not bring popup window to front- OnProtocolExecution Page goes blank after link click
- Crash on Win10 when computer wakes from sleep
Cef.AddCrossOriginWhitelistEntrydoesn't work correctly- See https://github.com/chromiumembedded/cef/issues for other known issues
- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
- 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.
v114.2.120
July 02, 2023, CEF 114.2.12+g7c09f21+chromium-114.0.5735.199 / Chromium 114.0.5735.199
✅ Change Log
For a list of CefSharp specific changes see the 114.2.x Milestone. See also Release Notification and v114.2.100 Release Notes
- Update to Chromium 114.0.5735.199
- Windows 7/8/8.1 are no longer supported.
This update includes a number of high priority security updates.
v114.2.100
June 09, 2023, CEF 114.2.10+g398e3c3+chromium-114.0.5735.110
⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum ofVC++ 2019is required, higher versions are backwards compatible. For those upgrading from a previous version which only requiredVC++ 2015 minimumsee #3636 for some guidance.- The current plan is to upgrade the
Minimum .Netversion supported to.Net 4.6.2inM115, have your say at RFC - Upgrade minimum .Net version
✅ Change Log
For a list of CefSharp specific changes see the 114.2.x Milestone. See also Release Notification.
- Update to Chromium 114.0.5735.110
- Update to Chromium 114.0.5735.91
- Windows 7/8/8.1 are no longer supported.
This update includes a number of critical security updates. Google is aware that an exploit for CVE-2023-3079 exists in the wild.
⚠️ Breaking Changes
There are no breaking changes in this release.
ℹ️ Notes
WPFthe browser stops redrawing when running onIntel 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 chromiumembedded/cef#3149- 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
CEFcreates aDownloaddirectory in the User DirectorWinFormswhen running onWindows 10 Anniversarypressing certain key combinations freezes the browser see #1822 The issue has been reportedupstream, there are workarounds listed in #1822WPFtouch scroll aborted if browser navigates within documentwindow.focus()does not bring popup window to front- OnProtocolExecution Page goes blank after link click
- Crash on Win10 when computer wakes from sleep
Cef.AddCrossOriginWhitelistEntrydoesn't work correctly- See https://github.com/chromiumembedded/cef/issues for other known issues
- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
- 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.
v113.3.50
June 04, 2023, CEF 113.3.5+g0b33855+chromium-113.0.5672.129 / Chromium 113.0.5672.129
✅ Change Log
For a list of CefSharp specific changes see the 113.1.x Milestone. See also Release Notification and v113.1.40 release notes.
- Update to Chromium 113.0.5672.126.
- Windows 7/8/8.1 are no longer supported.
This update includes a number of critical priority security updates.
v113.1.40
May 13, 2023, CEF 113.1.4+g327635f+chromium-113.0.5672.63 / Chromium 113.0.5672.63
⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum ofVC++ 2019is required, higher versions are backwards compatible. For those upgrading from a previous version which only requiredVC++ 2015 minimumsee #3636 for some guidance.- The current plan is to upgrade the
Minimum .Netversion supported to.Net 4.6.2inM114, have your say at RFC - Upgrade minimum .Net version
✅ Change Log
For a list of CefSharp specific changes see the 113.1.x Milestone. See also Release Notification.
- Update to Chromium 113.0.5672.63.
- Windows 7/8/8.1 are no longer supported.
This update includes a number of high priority security updates.
⚠️ Breaking Changes
There is one CefSharp specific breaking change in this release.
- CefErrorCode was updated to match
Chromium
ℹ️ Notes
WPFthe browser stops redrawing when running onIntel 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 chromiumembedded/cef#3149- 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
CEFcreates aDownloaddirectory in the User DirectorWinFormswhen running onWindows 10 Anniversarypressing certain key combinations freezes the browser see #1822 The issue has been reportedupstream, there are workarounds listed in #1822WPFtouch scroll aborted if browser navigates within documentwindow.focus()does not bring popup window to front- OnProtocolExecution Page goes blank after link click
- Crash on Win10 when computer wakes from sleep
Cef.AddCrossOriginWhitelistEntrydoesn't work correctly- See https://github.com/chromiumembedded/cef/issues for other known issues
- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
- 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.