Skip to content

v132.3.11

Latest
Compare
Choose a tag to compare
@amaitland amaitland released this 01 Feb 03:34

February 01, 2024, CEF 132.3.1+g144febe+chromium-132.0.6834.83 / Chromium 132.0.6834.83

  • 🛑 The Alloy Bootstrap has been removed see #4795
  • 🛑 Upgrading from Alloy Bootstrap to Chrome bootstrap appears to ignore cookies from the previous version as the encryption keys are likely different. See #4847 for possible workaround
  • CEF now supports the Chromium process singleton, this brings with it changes to how CachePath/RootCachePath are accessed from multiple processes. See #4668 for more details
  • ⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum of VC++ 2019 is required, higher versions are backwards compatible. For those upgrading from a previous version which only required VC++ 2015 minimum see #3636 for some guidance.

✅ Change Log

For a list of CefSharp specific changes see the 132.3.x Milestone. See also Release Notification.

⚠️ Breaking Changes

No CefSharp specific breaking changes

ℹ️ Notes

  • You can bin deploy the Visual C++ dependencies, read the FAQ for more details.
  • For a list of files included in the packages see Output files description table (Redistribution) Wiki
  • Due to licensing issues default builds do not support proprietary codecs like H264/AAC, sites like Netflix/Twitter/Instagram/Facebook/Spotify/Apple Music won't play video/audio. See #1479 for more info. MP3 audio is supported, playing MP4 files are not supported.
  • Anyone new to CefSharp should 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