Skip to content

Releases: cwollenhaupt/fpCefSharp

v97.1.61.3

20 Sep 11:36
131ed67
Compare
Choose a tag to compare

This will be the last update with the outdated version of CefSharp v97. This release adds extra tests for DPI awareness. There are also two bug fixes:

What's Changed

  • Replaced proprietary EventLog function with a hook method. by @cwollenhaupt in #28
  • Changed the order in which assemblies are loaded in order. Otherwise … by @cwollenhaupt in #29

v97.1.61.2

14 Sep 14:59
cf3a8cb
Compare
Choose a tag to compare

This release fixes a few minor bugs and is the first to spot the separation between full and core release. The core release does not contain any demos as outlined in [README.md].

v97.1.61.1

07 Mar 10:52
613fcce
Compare
Choose a tag to compare

This release has additional features:

  • EvaluateScript takes JavaScript code and evaluates it in the context of the page
  • Navigate takes a url and navigates to the url. This corresponds to entering a new address in the browser
  • HandleEvents takes an event object and raises any WebBrowserControl event
  • HandleTitleChangedEvent processes the .NET TitleChanged event
  • demo_basic.PRG: Demonstrates the simplest usage that displays an external web page
  • demo_evaluateScript.PRG: Uses the EvaluateScript function to read properties from the DOM and return them into Visual FoxPro
  • Demo_Events.PRG: Implements the TitleChanged event to respond to title changes due to navigation or setting the window.title property.
  • Added a new example form that provides a button to run code defined in the config object.
  • Implemented the reload method in the sample form.
  • Added the .NET event subscription mechanism from my customized version of wwDotNetBridge. CefSharp will now work with other versions of wwDotNetBridge as well.
  • New versions of wwDotNetBridge return objects differently than before. Added code to handle the interface change for both, old versions and the current version of wwDotNetBridge.

The download contains all binaries you need in Visual FoxPro as well as the demo code. Based on the v97.1.61 release of CefSharp. Breaking changes:

Requires the VC++ 2019 runtime instead of VC++ 2015 as a minimum. See README.md for details.

Please refer to the CefSharp release documentation for further changes.

v97.1.61

01 Feb 15:41
Compare
Choose a tag to compare

This release contains all binaries you need in Visual FoxPro as well as the demo code. Based on the v97.1.61 release of CefSharp. Breaking changes:

  • Requires the VC++ 2019 runtime instead of VC++ 2015 as a minimum. See README.md for details.

Please refer to the CefSharp release documentation for further changes.

v92.0.260

31 Aug 16:00
2ff4344
Compare
Choose a tag to compare

This release contains all binaries you need in Visual FoxPro as well as the demo code.

Based on the v92.0.260 release of CefSharp. Please refer to the CefSharp release documentation for further changes.

Changes
Fixed an issue with High DPI configurations.

v91.1.230

10 Aug 14:11
Compare
Choose a tag to compare

This release contains all binaries you need in Visual FoxPro as well as the demo code.

Based on the v91.1.230 release of CefSharp. Breaking changes:

  • Flash is no longer supported
  • SSE3 is required for x86 CPUs (ie. your computer should not be older than 15 years)

Please refer to the CefSharp release documentation for further changes.