CefSharp
CefSharp copied to clipboard
Release Notification - 124.3.x
Release 124.3.x
- [x] Create
cefsharp/124release branch - [x] Update
DevToolsclientAPI - [x] Update to latest CEF build
- [x] Resolve remaining issues attached to 124 Milestone
- [x] Create release notes
- [x] Release stable packages to nuget.org
- [ ] Update Issue Template CEF Sample application links
- [ ] Generate new
API Docand upload to http://cefsharp.github.io/api/ - [ ] Update General Usage API doc links
CEF has re-added support for OSR Accelerated rendering. Relevant commit https://bitbucket.org/chromiumembedded/cef/commits/77c1e82898a7f46164e0b997431318bcf9743592
The API has changed, so will need someone to map the CefAcceleratedPaintInfo structure. I've created a class, so the API won't have to change later if someone wants to submit a PR.
cef.sdk 124.3.2 is missing on nuget.org
last available version is 123.0.6 (see https://www.nuget.org/packages/cef.sdk#versions-body-tab)
Build error:
Unable to find version '124.3.2' of package 'cef.sdk'. https://api.nuget.org/v3/index.json: Package 'cef.sdk.124.3.2' is not found on source 'https://api.nuget.org/v3/index.json'.
The
APIhas changed, so will need someone to map theCefAcceleratedPaintInfostructure. I've created a class, so theAPIwon't have to change later if someone wants to submit aPR.
Added in #4796