Skip to content

v0.2.285

Choose a tag to compare

@JoeBarraco JoeBarraco released this 22 Jun 22:33
3ca3c19

What's new

Features

  • Import detection history from a Windows install. Counterpart to the existing
    WinForms config import: Settings → "Import detection history (from the Windows
    app)" now reads the original WinForms detections.db and copies every row into
    the server's history, optionally migrating the matching snapshot + clip files
    into data/snapshots/yyyy/MM/dd/ and data/clips/yyyy/MM/dd/. Useful when
    moving a feeder from the desktop app to the server and you want to keep the
    life list, gallery, and stats unbroken. The WinForms DB is opened read-only,
    so the source install is untouched. The on-screen hint spells out that the
    path fields take container paths (/data/migration/...) — not the host path
    WinSCP shows you (~/birdwatch/data/migration/...) — so the most common
    setup mistake is now called out where you're about to make it.

Docs

  • macOS setup walkthrough. New MACOS-SETUP.md in the public release repo
    mirrors the Windows / Pi guides for users running Docker Desktop on Intel or
    Apple Silicon Macs. Ships with birdwatch-{start,stop,update,logs}.command
    double-clickable helpers.

Upgrading

cd ~/birdwatch
docker compose pull
docker compose up -d --force-recreate birdwatch