Releases: david-risney/WebView2Utilities
Releases · david-risney/WebView2Utilities
v1.0.0.18
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
- GitHub Actions to automate building and running tests by @peiche-jessica in #67
- Optimize ToLower calls by @oggy22 in #83
- Fix Links in Runtimes tab by @oggy22 in #84
- Add supporting documents to the GitHub repository by @victorhuangwq in #90
- Update to the new toolbox icon by @victorhuangwq in #92
- Experimental features tab by @oggy22 in #91
- Add ChannelSearchKind and ReleaseChannels by @vickiez in #85
- Add contributing.md by @victorhuangwq in #93
- Implementation of Display WebView2 Announcements in About Tab by @Master-Ukulele in #96
New Contributors
- @peiche-jessica made their first contribution in #67
- @oggy22 made their first contribution in #83
- @victorhuangwq made their first contribution in #90
- @vickiez made their first contribution in #85
- @Master-Ukulele made their first contribution in #96
Full Changelog: v1.0.0.17...v1.0.0.18
v1.0.0.17 Fix Host App reload crash
- 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
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
- 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
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
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
- 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
Various improvements:
- 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.
- Override tab UI more descriptive text labels.
- Add new button will no longer sometimes erase content from other entries
- Host apps tab will now display the running host apps it finds
v1.0.0.10 - Fix host apps tab
Just fixing the significant issue in which the host apps tab stopped displaying anything. Fixed now.
v1.0.0.9
- 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