• v1.6.1 2264c9095e

    v1.6.1
    All checks were successful
    CD / test (push) Successful in 5m35s
    CD / deploy (push) Successful in 35s
    Stable

    claude-bot released this 2026-07-22 15:44:14 +00:00 | 98 commits to main since this release

    Follow-ups to v1.6.0.

    Changed

    • Lightning proximity alerts are now edge-triggered (#87) — fires once when lightning moves into a location's radius, stays silent while it persists, and re-arms only after the area is clear for LIGHTNING_ALERT_CLEAR_MINUTES (default 10), instead of re-firing on a fixed 30-minute cooldown. Migration 0030 adds Location.lightning_last_seen_at. LIGHTNING_ALERT_COOLDOWN_MINUTES is deprecated/unused.

    Added

    • Open/copy button for public location pages — a public-enabled location now shows a "Public page ↗" link and a "Copy link" button on the Locations page (the page was already served at /api/locations/{id}/public but had no UI entry point).

    Testing

    Bulk suite 776 passed; migration 0030 verified through the full chain on a restored copy of the real prod DB.

    Downloads