• v7.2.1 7425a4c1a8

    v7.2.1
    All checks were successful
    CI / API — typecheck & tests (push) Successful in 3m38s
    CI / Images — production build (push) Successful in 3m41s
    CI / App — typecheck, test & build (push) Successful in 4m3s
    Publish Images / Build & push images (push) Successful in 1m29s
    Stable

    claude-bot released this 2026-07-17 21:38:32 +00:00 | 96 commits to main since this release

    Tea Leaves v7.2.1

    Released 2026-07-17

    A small patch — the first release cut through the new auto-deploy pipeline (#134).

    Changes

    • Image-dedup upload warning (#136 follow-up). After v7.2.0 gave the API real perceptual image dedup, the media-attachment UI now surfaces it: uploading a near-duplicate shows a dismissible "same file / looks similar to an image you already have" banner linking to the existing entry. Non-destructive — the upload still succeeds.
    • Auto-deploy (#134). CI now publishes channel-tagged images to the Forgejo registry (main:beta, vX.Y.Z:stable), and both environments run them under a per-stack, label-scoped Watchtower that auto-redeploys on a new image — dev follows :beta (tracks main), prod follows :stable (release tags). The API self-migrates on boot, so an image swap migrates itself. See deploy/.

    Upgrading: no migrations, no config changes. Hosts on the image-based stack update automatically; this is the release that produced the :stable images.

    Downloads