cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.87k stars 2.92k forks source link

Release Notification - 106.0.x #4265

Closed amaitland closed 2 years ago

amaitland commented 2 years ago

Release 106.0.x

amaitland commented 2 years ago

The migration from CefTime to CefBaseTime is now complete. See https://github.com/cefsharp/CefSharp/issues/4234 for details

This represents a breaking change in that previously evaluating javascript that returned the date of 1970-01-01 would instead return DateTime.MinValue. The correct date will now be returned.

SilentStorm-1986 commented 2 years ago

Does the new Cefsharp effectively clear browser instances from memory when the browser is destroyed? Also is it yet possible to clear page memory cache without restarting the program? I haven't updated in a while.

amaitland commented 2 years ago

Does the new Cefsharp effectively clear browser instances from memory when the browser is destroyed?

I'm not sure what you mean by this.

is it yet possible to clear page memory cache without restarting the program?

It is possible to clear the cache at runtime, see https://github.com/cefsharp/CefSharp/discussions/4169#discussioncomment-3168219

Further questions please use https://github.com/cefsharp/CefSharp/discussions