• feat: add clipboard magic string for quick channel creation from token copy
    Some checks failed
    Publish Docker image (Multi Registries, native amd64+arm64) / Build & push (amd64) [native] (push) Has been cancelled
    Publish Docker image (Multi Registries, native amd64+arm64) / Build & push (arm64) [native] (push) Has been cancelled
    Publish Docker image (Multi Registries, native amd64+arm64) / Create multi-arch manifests (Docker Hub) (push) Has been cancelled

    Ghost released this 2026-03-31 19:39:23 +08:00 | 182 commits to main since this release

    When copying a token, users can now choose "Copy Connection String" which
    encodes both the API key and server URL as a JSON clipboard payload
    (type: newapi_channel_conn). When opening the channel creation form, the
    clipboard is auto-detected and a banner offers to fill key + base_url,
    eliminating repeated tab-switching when connecting to another new-api instance.

    Downloads