You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No longer keep WebView2 around across previews.
This should fix crash on subsequent previews in newer WebView2s.
I think due to changes in WebView2 where "WebView2 controller will be auto closed if the parent hwnd is destroyed".
Also fixes "Multiple windows are not supported" as each preview is now its own instance.
Previews will be slower due to this :(
Web app:
Add support for glb animations (uses first animation track).
⚠️ If upgrading from an earlier version, epub will only start previewing after previewing any other file type currently enabled. Bit of a chicken and egg since plugin caches enabled file extensions and web app doesn't run until a file is previewed.