Skip to content

Releases: mooflu/QuickLook.Plugin.WebViewPlus

1.6.4

Choose a tag to compare

@mooflu mooflu released this 06 Jan 23:53
1.6.4
3d1c29e

Web app:

  • Upgrade 3rd-party libs
  • Change settings 'close' to 'save and close' since it saves on close
  • Replace showLineNumbers in SyntaxViewer with CSS based counter

1.6.3

Choose a tag to compare

@mooflu mooflu released this 14 Aug 20:55
1.6.3
09325fd

Remember window size across Quicklook launches not just while running.

Web app:

  • Upgrade 3rd-party libs
  • Fix syntax highlighter wrap long lines

1.6.2

Choose a tag to compare

@mooflu mooflu released this 13 Aug 23:52
1.6.2
cfd8a4e

Change default text file encoding to UTF8 when detection is off.
Set DefaultBackgroundColor to match dark/light theme settings.

Web app:

  • Avoid white color flash. Hide body until react theme is applied.

1.6.1

Choose a tag to compare

@mooflu mooflu released this 19 Feb 23:39
1.6.1
8c38133

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

Web app:

  • upgrade a bunch of libs

1.6.0

Choose a tag to compare

@mooflu mooflu released this 19 Feb 20:12
1.6.0
20fbe4e

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

Choose a tag to compare

@mooflu mooflu released this 20 Aug 21:37
1.5.2
7787fad

Web app:

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

1.5.1

Choose a tag to compare

@mooflu mooflu released this 16 Aug 20:18
1.5.1
91a8511

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

1.5.0 Pre-release
Pre-release

Choose a tag to compare

@mooflu mooflu released this 30 Jul 19:37
1.5.0
ecad634

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

Choose a tag to compare

@mooflu mooflu released this 27 Jun 22:23
1.4.0
77e30f2

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

Choose a tag to compare

@mooflu mooflu released this 19 Jan 20:40
1e742af

Web app:

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