PDFCraft v2026.04.23-aa10d84
🚀 PDFCraft Release v2026.04.23-aa10d84
📦 Download & Usage
- Download
pdfcraft-v2026.04.23-aa10d84.zip - Extract to any directory
- Serve with any static HTTP server
Quick start:
# Using Python
cd pdfcraft
python -m http.server 8080
# Or using Node.js
npx serve .
# Or use any static file server (nginx, apache, etc.)Then visit http://localhost:8080 to use the application.
Commit: aa10d84dd45215532ae46481b5c6bcf0dae496cc
Build Time: 2026-04-23 14:57:19 UTC
What's Changed
- feat: Support Cloudflare Pages deployment via generalized asset chunking by @geneliu in #63
- Add light/dark mode toggle to Header by @bparish0619-cyber in #65
- Update several scripts related to Indonesian localization by @baasong in #67
- feat: add nix flake, package, and NixOS/hm modules by @siryoussef in #69
New Contributors
- @geneliu made their first contribution in #63
- @bparish0619-cyber made their first contribution in #65
- @baasong made their first contribution in #67
- @siryoussef made their first contribution in #69
Full Changelog: v2026.04.07-260c69e...v2026.04.23-aa10d84