Skip to content

v1.1 - Fonts, Archives, more audio/video formats & an agent-ready surface

Choose a tag to compare

@Scorpio3310 Scorpio3310 released this 15 Jul 21:31

Everything added since the initial v1.0 release — still 100% in your browser: no uploads, no ads, nothing stored server-side.

✨ New tool categories

  • Fonts — convert between TTF, OTF, WOFF, WOFF2 (and legacy EOT) as lossless table repackaging, subset fonts to character sets or exact text via HarfBuzz, and pin variable fonts to static instances (15 pages).
  • Archives — create ZIP, 7Z (AES-256 + hidden file names), TAR, TAR.GZ/BZ2/XZ; extract RAR, ISO, CAB, DEB, RPM, CPIO, LHA, ARJ, .Z and more — password-protected included — plus archive→archive conversion (7z-wasm, 23 pages).

🎬 Video & 🎵 audio

  • Motion-JPEG (.mov) support — files whose frames are JPEGs (older cameras / Photo-JPEG) now compress instead of erroring; frames are re-encoded to H.264/VP9 with the audio preserved.
  • MOV (QuickTime) output with a dedicated /compress-mov page.
  • New audio outputs — FLAC, OPUS, WEBA, with an AAC WebAssembly fallback where the browser lacks AAC (7 converter pages).
  • Fixed opus→AAC video conversion so the audio track is never silently dropped.

🤖 Agent-ready & discovery

  • A Markdown twin of every page (append .md), plus llms.txt and llms-full.txt.
  • Content-Signal in robots.txt, RFC 8288 Link headers, Agent Skills discovery, and in-browser WebMCP tools.
  • Accept: text/markdown content negotiation and DNS-AID SVCB discovery records.

🏠 Homepage & demos

  • Before/after compression proof on every tool page.
  • Revamped homepage directory.

⚡ Performance & fixes

  • Lazy-split SEO page bodies for a smaller initial bundle.
  • Memory-leak, correctness and bundle fixes across the compression pipeline.
  • CI stability fixes (workerd SQLITE_BUSY, e2e flakes).