Changelog
Recent changes to MD2PDF.
Grouped by month. For the full history, browse commits on GitHub.
April 2026
- 2026-04-16 — Improve AI docs: version info, error responses, example prompts 9fcb1ab
- 2026-04-16 — Fix dark/light theme toggle leaving stale background colors 3c666cc
- 2026-04-16 — Adapt TOC, code blocks, and Mermaid to each visual style 7e0450c
- 2026-04-16 — Fix TOC placeholder, anchor scroll, and update meta tags ba4128d
- 2026-04-15 — Fix Mermaid and TOC initialization to not break app startup 057c5a6
- 2026-04-15 — Add Mermaid diagrams, auto TOC, and update all docs c7b62f9
- 2026-04-15 — Update API tab with E2EE fields (key, X-Enc-Key, encryption info) c6bcd58
- 2026-04-15 — Show installable stub in AI Skill modal instead of full content ac75e14
- 2026-04-15 — Remove hardcoded SKILL_CONTENT — /skill.md is the only source 2d81f83
- 2026-04-15 — Serve AI Skill from /skill.md and fetch it dynamically in the UI 5c97d35
- 2026-04-15 — Move E2EE to server-side so API consumers get encryption for free e464ee7
- 2026-04-15 — Add end-to-end encryption (AES-256-GCM) for shared documents e869d7b
- 2026-04-15 — Add 11 style landing pages for SEO and ?style= deep linking 7589c8e
- 2026-04-15 — Add llms.txt, AI crawler support, and SEO hardening 4211e52
- 2026-04-15 — Improve SEO for Markdown to PDF search ranking 9dd2c9e
- 2026-04-15 — Add inline-editable title and copy buttons on code blocks 07953b0
- 2026-04-14 — Reuse current URL when sharing a read-only shared doc 773b380
- 2026-04-14 — Lock shared docs as read-only with editable-copy flow 2f4c034
- 2026-04-11 — Update all AI-related copy to reference 'AI Skill' instead of 'prompts' 2d6ec31
- 2026-04-11 — Show 'AI Skill' label next to icon in toolbar button 919807b
- 2026-04-11 — Rename API & Prompts to AI Skill with unified Claude Skills format 75a1f86
- 2026-04-10 — Open shared documents in preview-only mode by default f4532c1
- 2026-04-09 — Keep fullscreen button visible on mobile (compact) d41312f
- 2026-04-09 — Keep language toggle visible on mobile (compact) 71887b7
- 2026-04-09 — Fix mobile toolbar: hide API, fullscreen and lang toggle, keep theme + export visible 59f58b5
- 2026-04-09 — Fix mobile toolbar: hide fullscreen and API buttons, compact remaining 1659b49
- 2026-04-09 — Add SEO content below fold: H1, features, HowTo schema, 12 FAQ with FAQPage schema f42e9f6
- 2026-04-09 — Fix API modal title showing 'Link created' after sharing 526f24b
- 2026-04-09 — Replace AI icon with Lucide sparkles icon 16f338a
- 2026-04-09 — Move API & Prompts button from footer to toolbar with AI icon d46b8b9
- 2026-04-09 — Add About link in footer 917333f
- 2026-04-09 — Add GitHub stars counter, SEO about page with FAQ schema, update sitemap 381532e
- 2026-04-09 — Fix editor background not updating on theme change (force CSS reflow) a2cd88e
- 2026-04-09 — Add Apply button to Custom CSS panel with feedback toast c51cd51
- 2026-04-09 — Add ES/EN language toggle, reorder prompts (full agent first), dynamic modal content e9b3a38
- 2026-04-09 — Fix footer hidden on mobile: use 100dvh for dynamic viewport ec09738
- 2026-04-09 — Fix footer layout on mobile: wrap and center links 6b5750e
- 2026-04-09 — Add API & Prompts modal with integration guide for AI agents 6c7015f
- 2026-04-09 — Add editable shares: same link updates content, protected by editKey 7662187
- 2026-04-08 — Add share modal with URL display and copy button 35a8e0b
- 2026-04-08 — Fix asset paths to absolute for /s/:id routes 7c2574e
- 2026-04-08 — Add rate limiting: 10 saves per minute per IP 2772418
- 2026-04-08 — Add KV-based document sharing (POST /api/save, GET /s/:id) 741546c
- 2026-04-08 — Use /share route for dynamic OG previews (Worker intercepts non-asset paths) 1704f42
- 2026-04-08 — Restructure for Cloudflare Worker with static assets + dynamic OG previews fda4bae
- 2026-04-08 — Add dynamic OG previews for shared docs (WhatsApp, Teams, Slack) d85e353
- 2026-04-08 — Add OG image for WhatsApp, Teams and Slack previews 09d2f96
- 2026-04-08 — Simplify title, add Star on GitHub link to footer e91d9b2
- 2026-04-08 — Initial release — MD2PDF v1.0 2da143d