Skip to content

Releases: mooflu/QuickLook.Plugin.WebViewPlus

1.6.1

19 Feb 23:39
1.6.1
8c38133
Compare
Choose a tag to compare

Remove extra logging.
Only clear browsing data after first preview is closed.

Web app:

  • upgrade a bunch of libs

1.6.0

19 Feb 20:12
1.6.0
20fbe4e
Compare
Choose a tag to compare

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).
  • Upgrade to vitejs 6 and a couple of other libs.

1.5.2

20 Aug 21:37
1.5.2
7787fad
Compare
Choose a tag to compare

Web app:

  • Change ying-yang button to toggle light/dark theme instead of just background color.
  • Misc tweaks
  • Upgrade libs

1.5.1

16 Aug 20:18
1.5.1
91a8511
Compare
Choose a tag to compare

Fix build warnings.

Web app:

  • allow scroll wheel nav in ePubs.
  • tweak ePub style overrides.
  • fix markdown codeblock with language not having syntax highlighting applied properly.

1.5.0

30 Jul 19:37
1.5.0
ecad634
Compare
Choose a tag to compare
1.5.0 Pre-release
Pre-release

Add ePub

⚠️ 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.

Web app:

  • Fix extra scroll area showing for iframe
  • Fade out settings buttons after a few seconds

1.4.0

27 Jun 22:23
1.4.0
77e30f2
Compare
Choose a tag to compare

Add a general settings tab with options to

  • enable text file encoding detection (default off)
  • show/hide tray icon (base QL)
  • use transparency (base QL)
  • restart QL

Enable avif image format.

1.3.6

19 Jan 20:40
1e742af
Compare
Choose a tag to compare

Web app:

  • Add async option to ExifReader to enable compressed tags in PNGs.

1.3.5

17 Jan 20:27
1e742af
Compare
Choose a tag to compare

Add a few additional default file extensions for syntax highlighter.

1.3.2

09 Oct 20:19
255af10
Compare
Choose a tag to compare

Web app:

  • Fix pixelated toggle in image preview

1.3.0

24 Aug 21:15
1039619
Compare
Choose a tag to compare

Web app:

  • Custom font size and family settings for syntax highlighter.