Release Notes

v2.0.0
Mar 17, 2026
Latest
✨ New Features
  • Real-time Streaming Generation — Document generation now streams token-by-token. Watch your draft appear live in the editor as the AI writes it. Includes a cancel button to stop early and keep the partial draft.
  • Version Diffing (Side-by-Side Comparison) — Compare your current draft against any saved version or the original baseline. Uses a full side-by-side diff view with line-level change highlighting (added, removed, and changed lines).
  • Custom Compliance Rules — Create your own governance rules beyond the built-in MSTP checks. Define rule name, instruction, severity (error/warning/suggestion), trigger terms, and replacement text. Rules are saved locally and applied during compliance analysis.
  • CI/CD Webhook Automation — Trigger automatic documentation generation when code is pushed. Send a POST request from GitHub Actions, GitLab CI, or any CI pipeline to /api/webhooks/ci with your repo URL and changed files. DocCraft fetches the repo context and generates docs automatically.
  • AI-Powered Gap Analysis — Before generation, DocCraft analyzes your source material and identifies 5–12 specific gaps, ambiguities, and assumptions. Answer the questions to produce more accurate documentation.
  • Smart Format Recommendation — DocCraft auto-detects the best document type for your input and suggests it with a confidence score. Accept the suggestion with one click.
  • In-App Help Center Link — A help icon in the header provides quick access to this help center from anywhere in the app.
  • GitHub Publishing — Publish generated documents directly to a GitHub repository as a commit or pull request.
  • Team Workspaces — Collaborate with team members on shared documentation projects via Supabase-backed team workspaces.
  • Cloud Save — Save documents to the cloud with your Supabase account. Access them from any device.
  • Diagram Generation — Auto-generate Mermaid diagrams from your documentation content.
  • Infographic Generation — Create visual infographics from document content using AI.
  • Document Snapshots — Save point-in-time snapshots of your draft during editing. Restore any snapshot from the history panel.
⬆️ Improvements
  • All AI routes migrated to Edge Runtime for faster response times (25s limit vs 10s on serverless).
  • Switched heavy routes to gpt-4o-mini for lower latency and cost without quality loss.
  • Safe response parsing prevents crashes from empty or malformed API responses.
  • Timeout handling with AbortController shows clear error messages instead of hanging.
  • Auth is fully optional — core features (analyze, generate, export) work without sign-in. Sign-in unlocks cloud save, teams, and GitHub publishing.
  • Context documents and terminology glossary can be uploaded alongside source material for more accurate generation.
  • DOCX export support added alongside Markdown and HTML.
🐛 Bug Fixes
  • Fixed: "Unexpected end of JSON input" crash on empty API responses.
  • Fixed: Broken icon import (CloudCheck → CloudUpload) in DocumentEditor.
  • Fixed: TypeScript build error from possibly undefined response data in infographic route.
  • Fixed: Supabase initialization interfered with static generation during build.
v1.4.0
Feb 10, 2025
✨ New Features
  • Confluence Direct Export — Publish generated documents directly to any Confluence space using your API token. Supports Space selection, parent page selection, and update-in-place for existing pages.
  • Per-Section Regeneration — Regenerate any individual section with custom instructions without affecting the rest of the document. Includes a free-text instruction field per section.
  • Release Notes document type — New generation mode: input a git log, feature list, or changelog draft and DocCraft generates formatted, user-readable release notes.
  • Code language selection — Choose which languages to include in API reference code examples. Node.js, Python, cURL, Go, Ruby, PHP, and Java supported.
⬆️ Improvements
  • OpenAPI 3.0.3 support improved — oneOf, anyOf, and allOf schemas now generate more accurate parameter descriptions.
  • Generation speed improved by ~30% for specs under 100 endpoints.
  • Document editor: added full-screen mode toggle and section outline panel.
🐛 Bug Fixes
  • Fixed: Markdown export included raw HTML tags for some section types.
  • Fixed: GitHub URL ingestion failed silently for repos with no README at root.
  • Fixed: Generating a second document reset the editor scroll position on the first.
v1.3.2
Jan 22, 2025
🐛 Bug Fixes
  • Fixed: Postman collection upload failed for collections exported from Postman v11+.
  • Fixed: PDF export cut off code blocks that extended beyond one page.
  • Fixed: Account creation email verification link expired after 10 minutes instead of the intended 24 hours.
  • Fixed: Custom instructions exceeding 500 characters caused a silent generation failure. Limit is now enforced with a visible character counter and clear error message.
⬆️ Improvements
  • Improved error messages for all upload validation failures — now shows the specific file format issue rather than a generic error.
  • Dashboard load time reduced from ~2.1s to ~0.6s by switching from round-trip API calls to edge-cached document manifests.
v1.3.0
Dec 15, 2024
✨ New Features
  • Admin Guide document type — New template covering installation, configuration, environment variables, security, and maintenance procedures.
  • Custom instructions field — Specify audience, tone, and special requirements before generation using the new Advanced Settings panel.
  • Postman collection support — Upload Postman v2.1 collection JSON files as source input for API reference generation.
⬆️ Improvements
  • Authentication guide section in API Reference now auto-detects auth type from OpenAPI securitySchemes (Bearer, API Key, OAuth2) and generates the appropriate section content.
  • Added progress indicator during generation showing estimated time remaining.
  • Template library expanded from 3 to 8 templates.
v1.2.0
Nov 8, 2024
✨ New Features
  • PDF export — Export any generated document as a print-quality PDF with embedded fonts and styling.
  • GitHub repository URL ingestion — Paste any public GitHub repo URL as source input. DocCraft fetches README, source comments, and file structure.
  • Document versioning — Each generation creates a version entry. You can view and restore previous versions from the document history panel.
⬆️ Improvements
  • User Guide generation significantly improved for SaaS product descriptions — now produces more structured onboarding content rather than generic prose.
v1.0.0
Oct 1, 2024
Initial Release
🚀 Initial Release
  • AI-powered documentation generation from OpenAPI specs and plain text.
  • Three document types: API Reference, README, User Guide.
  • Built-in Markdown editor with live preview.
  • Export to Markdown and HTML.
  • Free tier: 10 generations per month.
  • Google and email account sign-in.