• v1.5.5 fac4b2290b

    v1.5.5 Stable

    Ghost released this 2026-05-09 17:08:10 +02:00 | 494 commits to main since this release

    What's Changed

    • chore(deps): update oven/bun:canary-slim docker digest to ed3c88a (69036d1)
    Downloads
  • v1.5.4 b32216ba5e

    v1.5.4 Stable

    Ghost released this 2026-05-08 17:12:03 +02:00 | 497 commits to main since this release

    What's Changed

    • chore(deps): update oven/bun:canary-slim docker digest to 5d5a30d (715d1de)
    Downloads
  • v1.5.3 1eeeba6921

    v1.5.3 Stable

    Ghost released this 2026-05-07 18:08:06 +02:00 | 500 commits to main since this release

    What's Changed

    • chore(deps): update oven/bun:canary-slim docker digest to 54461bd (4c7bd70)
    Downloads
  • v1.5.2 eb09d25cb4

    v1.5.2 Stable

    Ghost released this 2026-05-07 15:08:14 +02:00 | 503 commits to main since this release

    What's Changed

    • refactor(webhooks): improve Matrix message formatting with cleaner HTML structure (7a86393)
      Replace code blocks with bullet lists for added/removed content in Matrix notifications. Split content into trimmed non-empty lines and format as list items. Omit empty sections when no content is added or removed. Separate monitor name and URL into distinct lines in plain text body. Update HTML formatting to use proper paragraph and list tags instead of pre/code blocks.
    Downloads
  • v1.5.1 d2c0533849

    v1.5.1 Stable

    Ghost released this 2026-05-06 21:35:36 +02:00 | 505 commits to main since this release

    What's Changed

    • chore(docker): copy Drizzle migrations directory to production image (8e93bba)
      Add drizzle directory to Docker image to support runtime database migrations. Update comment to reflect that migrations are now included alongside config and schema files.
    Downloads
  • v1.5.0 ff287e61bd

    v1.5.0 Stable

    Ghost released this 2026-05-06 21:20:14 +02:00 | 507 commits to main since this release

    What's Changed

    • feat(database): add configurable schema initialization strategy with auto-detection (03c66da)
      Add DATABASE_SCHEMA_STRATEGY environment variable to control database initialization behavior. Implement auto-detection of existing core schema to determine whether to run push or migrate on startup. Support four modes: auto (default, detects existing schema), migrate (migrations only), push (force push then migrate), and none (skip initialization). Update webhook schema to require url field and populate it with matrixHomeserverUrl for Matrix targets
    Downloads
  • v1.4.1 b2347b1767

    v1.4.1 Stable

    Ghost released this 2026-05-06 20:09:55 +02:00 | 509 commits to main since this release

    What's Changed

    • chore(deps): update oven/bun:canary-slim docker digest to db9ec63 (e58699b)
    • docs(readme): update database migration and notification documentation (0827072)
      Update CLAUDE.md and README.md to reflect migration from runtime schema push to checked-in Drizzle migrations. Add db:migrate command documentation and clarify notification target types (HTTP JSON vs Matrix Room). Update webhook payload examples to include Matrix message format with msgtype and formatted_body fields.
    Downloads
  • v1.4.0 278015b271

    v1.4.0 Stable

    Ghost released this 2026-05-06 02:34:31 +02:00 | 513 commits to main since this release

    What's Changed

    • feat(webhooks): add detailed change tracking with moved content detection and summary (59553fc)
      Add comprehensive change tracking to webhook payloads including summary statistics, moved content detection, and detailed diff formatting. Enhance content-diff to distinguish between changed, added, removed, and moved lines with proper line counting and formatting.
    Downloads
  • v1.3.86 70f6838e4f

    v1.3.86 Stable

    Ghost released this 2026-05-05 23:21:22 +02:00 | 515 commits to main since this release

    What's Changed

    • fix(core): migrate from Phoenix/Elixir to Next.js/Bun project instructions (a2c3971)
    Downloads
  • v1.3.85 460f536086

    v1.3.85 Stable

    Ghost released this 2026-05-04 17:09:16 +02:00 | 517 commits to main since this release

    What's Changed

    • chore(deps): update oven/bun:canary-slim docker digest to 6093c0d (67ab1ce)
    Downloads