Skip to content

Releases: david-risney/WebView2Utilities

v1.0.0.18

24 Mar 23:49
Compare
Choose a tag to compare

Summary

  • Host Apps is now a tree view with icons and child msedgewebview2.exe processes
  • Overrides tab lets you filter channels and uses latest new WebView2 loader overrides.
  • Improved Create Report feature
  • New Experiments tab for opt-in to preview WebView2 features
  • About tab now shows WebView2 news.

Generated release notes

What's Changed

New Contributors

Full Changelog: v1.0.0.17...v1.0.0.18

v1.0.0.17 Fix Host App reload crash

30 Sep 23:41
Compare
Choose a tag to compare
  • Fixes another issue in the Host Apps code this time in the new PInvoke dependency code. I've added more try/catch around per-entry code so that if we hit an error with one entry we can continue on to others.
  • Fixed the issue of not submitting the clickonce update for the v1.0.0.16 release. This version will have the fixes from 16 and 17 in this clickonce update.

v1.0.0.16 Fix host app discovery crashes

30 Sep 18:14
Compare
Choose a tag to compare

This version fixes three crashes:

  • Checking or unchecking the 'Discover more' checkbox in the Host Apps tab while the Host Apps tab is reloading, will no longer crash and instead will wait until the current reload is complete, to reload again.
  • Fast host apps discovery of top level HWNDs for a process that is newly added will no longer crash.
  • Slow host apps discovery of a parent process that is terminated will no longer crash.

v1.0.0.15

28 Sep 00:22
Compare
Choose a tag to compare
  • Improved Host Apps tab with more information and presented in an easier to read fashion.
  • Faster default discovery of host apps
  • Checkbox for slower detailed discovery of host apps
  • Button to go from Host Apps tab to corresponding entry in Overrides tab

v1.0.0.14 Fix SDK discovery crash

18 Feb 22:44
Compare
Choose a tag to compare

Fix a crash from clicking on entries in the Host Apps tab that don't have an SDK DLL loaded (for example an app that statically links the webview2loader)

v1.0.0.13 Renamed WebView2Utilities

13 Feb 08:09
Compare
Choose a tag to compare

Consistent name usage in project, app name, clickonce and so on. This broke ClickOnce updates across v1.0.0.12 and require following the new install link to install the newly named app.

v1.0.0.12 Add SDK version to Host App list

13 Feb 07:20
Compare
Choose a tag to compare
  • Add SDK version to Host App list
  • Start standardizing app name WebView2Utilities
  • Add links to find additional WebView2 Runtimes on the Runtimes tab
  • Fix bugs in Override tab

v1.0.0.11 - Improved Override UI, fixed Host Apps tab

11 Feb 04:20
Compare
Choose a tag to compare

Various improvements:

  1. Improved Override tab UI that doesn't let you set nonsense values with both a browser executable path and to set the preview radio button.
  2. Override tab UI more descriptive text labels.
  3. Add new button will no longer sometimes erase content from other entries
  4. Host apps tab will now display the running host apps it finds

v1.0.0.10 - Fix host apps tab

18 Nov 07:09
Compare
Choose a tag to compare

Just fixing the significant issue in which the host apps tab stopped displaying anything. Fixed now.

v1.0.0.9

01 Nov 20:08
Compare
Choose a tag to compare
  • Always display '*' as 'All other apps' and ensure it cannot be removed
  • Include local edge build folders, and download folders in the list of runtimes
  • Perf improvements and cleanup of the Host Apps tab
  • Fix warnings and things