|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [1.0.0] - 2026-01-13 |
| 9 | + |
| 10 | +### 🎉 Initial Release |
| 11 | + |
| 12 | +First public release of the Nudocs CLI — a command-line interface for [Nudocs.ai](https://nudocs.ai). |
| 13 | + |
| 14 | +### Added |
| 15 | + |
| 16 | +- **`upload`** — Upload documents (markdown, docx, pdf, html, and more) to Nudocs and get an edit link |
| 17 | +- **`list`** — List all your Nudocs documents |
| 18 | +- **`link`** — Get a shareable edit link for any document |
| 19 | +- **`pull`** — Download/export documents in various formats (docx, md, pdf, html, txt) |
| 20 | +- **`delete`** — Delete documents from your Nudocs account |
| 21 | +- **`config`** — Show current CLI configuration and status |
| 22 | + |
| 23 | +### Features |
| 24 | + |
| 25 | +- 📄 **15+ input formats** — Upload markdown, Word, PDF, HTML, LaTeX, EPUB, and more |
| 26 | +- 📤 **Multiple export formats** — Pull documents back as DOCX (default), Markdown, PDF, HTML, or plain text |
| 27 | +- 🔑 **Flexible authentication** — API key via environment variable or config file |
| 28 | +- 💾 **Smart state tracking** — Remembers your last upload for quick follow-up commands |
| 29 | +- 🤖 **AI agent friendly** — Designed for use with Claude, Codex, Clawdbot, and other AI assistants |
| 30 | +- 🔧 **Zero dependencies** — Uses native Node.js fetch, works with Node 18+ |
| 31 | + |
| 32 | +### Links |
| 33 | + |
| 34 | +- [Nudocs.ai](https://nudocs.ai) |
| 35 | +- [npm package](https://www.npmjs.com/package/@nutrient-sdk/nudocs-cli) |
| 36 | +- [GitHub repository](https://github.com/PSPDFKit/nudocs-cli) |
| 37 | +- [MCP Server](https://github.com/PSPDFKit/nudocs-mcp-server) (for Claude Desktop) |
| 38 | + |
| 39 | +[1.0.0]: https://github.com/PSPDFKit/nudocs-cli/releases/tag/v1.0.0 |
0 commit comments