✨ New Features
- Native MCP server: endpoint at
/api/mcpfor managing links and querying analytics from AI tools. - Reverse proxy mode: links can serve the target's content instead of redirecting. Enable with
NUXT_PUBLIC_LINK_PROXY_ENABLED=true. - Long target URLs: set the maximum length with
NUXT_PUBLIC_MAX_URL_LENGTH(default 16384). - Import / export: export can filter by link status, and import has a preview mode.
⚠️ Upgrade Notes
- Adds new D1 migrations, which the deploy scripts apply automatically.
NUXT_HOME_URLis deprecated. Rename it toNUXT_PUBLIC_HOME_URL.- Node.js 24+ is now required.
What's Changed
- fix: honor NUXT_HOME_URL on SPA navigation to / by @hanoii in #322
- feat: serve a native MCP endpoint at /api/mcp by @7heMech in #343
- fix: reject reserved slugs when creating a link by @7heMech in #345
- feat(links): add reverse proxy forwarding mode for links by @kchen0x in #348
- fix: support configurable long target URLs by @AlliotTech in #332
New Contributors
- @hanoii made their first contribution in #322
- @kchen0x made their first contribution in #348
- @AlliotTech made their first contribution in #332
Full Changelog: v0.3.0...v0.3.1