CefSharp icon indicating copy to clipboard operation
CefSharp copied to clipboard

Release Notification - 124.3.x

Open amaitland opened this issue 1 year ago • 3 comments

Release 124.3.x

  • [x] Create cefsharp/124 release branch
  • [x] Update DevTools client API
  • [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 Doc and upload to http://cefsharp.github.io/api/
  • [ ] Update General Usage API doc links

amaitland avatar May 05 '24 07:05 amaitland

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.

amaitland avatar May 05 '24 07:05 amaitland

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'.

image

cbries avatar May 06 '24 04:05 cbries

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.

Added in #4796

amaitland avatar May 08 '24 22:05 amaitland