← All releases

v0.2.3

newfix

Plausible script extensions, conversion event tracking, and PNG image optimization.

Plausible Analytics Extensions

  • New extensions field in [analytics] config for Plausible script extensions: enables tagged-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_url is 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, and file-downloads extensions on seite.sh
  • Added conversion events to homepage CTAs: GetStarted, ViewGitHub, CopyInstall, CopyQuickstart, GetStartedCTA, ViewGitHubCTA

Image Processing

  • PNG encoding now uses CompressionType::Best with adaptive filtering instead of the default fast compression: resized PNGs are significantly smaller without any loss in quality
  • Previously, the image crate's default CompressionType::Fast produced poorly compressed PNGs, often larger than well-optimized source files