• v1.5.2 772241098b

    v1.5.2 Stable

    Ghost released this 2026-05-05 03:01:50 +02:00 | 319 commits to main since this release

    What's Changed

    • refactor: replace mpsc with broadcast for send commands and add runtime supervisor (57ac765)
      Replace mpsc channel with broadcast channel for Matrix send commands to support multiple subscribers. Add comprehensive debug event recording throughout the message bus for messages, media, avatar changes, and send commands.

      Introduce RuntimeSupervisor to manage Matrix client and module lifecycle in response to runtime configuration changes. Supervisor handles account reconciliation, preloading secondary accounts, and grac

    Downloads