Changelog
Every release, every week.
The full build log for the mjasrar platform. Shipped in public, no marketing fluff.
v0.4.2
2026-05-12
PDF Toolkit — batch compress & password protect
PDF- —Added batch compress: drop multiple PDFs, get a single ZIP of optimised files.
- —Password-protect PDF now supports owner vs user password distinction.
- —WASM runtime updated; average processing time down 38% on large documents.
v0.4.1
2026-05-05
AI layer — summarise and rewrite go stable
AI- —Summarise and Rewrite ops promoted from beta; no longer behind the AI toggle.
- —Added tone selector (formal / casual / technical) to the Rewrite op.
- —Translate op now supports 12 languages via the on-device model.
v0.4.0
2026-04-28
Image toolkit public beta
Image- —Launched SYS.01 Image: resize, crop, convert (AVIF/WebP/PNG/JPEG), and strip EXIF metadata.
- —All processing runs in-browser via WASM — no file ever leaves your device.
- —Bulk export as ZIP for batch workflows.
v0.3.8
2026-04-14
Platform — changelog + SEO infrastructure
Platform- —Shipped this changelog page; linked from nav and footer.
- —Added sitemap.xml and robots.txt for search indexing.
- —OG image and Twitter card meta now auto-generated from the Next.js edge runtime.
v0.3.5
2026-03-31
Dev tools alpha — JSON formatter and base64 codec
Dev- —JSON formatter with syntax highlighting and error line detection.
- —Base64 encode/decode handles binary-safe blobs up to 10 MB.
- —Word-count op now reports characters, words, sentences, and reading time.