github miantiao-me/Sink v0.3.1

5 hours ago

✨ New Features

  • Native MCP server: endpoint at /api/mcp for 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_URL is deprecated. Rename it to NUXT_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

Full Changelog: v0.3.0...v0.3.1

Don't miss a new Sink release

NewReleases is sending notifications on new releases.