v0.2.3
Plausible script extensions, conversion event tracking, and PNG image optimization.
Plausible Analytics Extensions
- New
extensionsfield in[analytics]config for Plausible script extensions: enablestagged-events,outbound-links,file-downloads, and other Plausible extensions - Extensions are appended to the script filename automatically (e.g.,
script.tagged-events.outbound-links.js) - When
script_urlis set, extensions are ignored: full control stays with the user - Works with both direct injection and cookie consent banner modes
seite.sh Conversion Tracking
- Enabled
tagged-events,outbound-links, andfile-downloadsextensions on seite.sh - Added conversion events to homepage CTAs:
GetStarted,ViewGitHub,CopyInstall,CopyQuickstart,GetStartedCTA,ViewGitHubCTA
Image Processing
- PNG encoding now uses
CompressionType::Bestwith adaptive filtering instead of the default fast compression: resized PNGs are significantly smaller without any loss in quality - Previously, the
imagecrate's defaultCompressionType::Fastproduced poorly compressed PNGs, often larger than well-optimized source files