• v3.3 0bb7a27164

    v3.3 Stable

    cadence released this 2025-12-02 11:55:20 +00:00 | 123 commits to main since this release

    This release fixes some infrequent but impactful issues. Other features you might like are also here.

    Notable fixes

    • 493bc25 Fix unbridging procedure
      • Before, deleting a bridged channel could make weird stuff happen to unrelated rooms.
    • 1758b7a m->d: make image-replies work
      • I had assumed I had already added this from the beginning, which is why it's only just getting to you now, after I happened to notice it didn't work.

    Features

    • c731303 Update global profiles for sims
      • For Synapse, you must add msc4069_profile_inhibit_propagation: true to experimental_features.
      • Conduit and descendants doesn't seem to support this feature.
      • For the record, I don't think this is a good MSC, but since it's implemented in Synapse I may as well use it.
    • edd4f98 Support persistent Matrix sims for webhooks
      • Disabled by default. Enable it on the website.
      • Useful when using other Discord bridges. Otherwise, not ideal, as sims will clutter the Matrix user list and will never be cleaned up.
    • 1338e6b Code blocks that don't contain code will be converted to quotes instead. This is needed beacuse Discord line-wraps code blocks, but Matrix clients don't, leading to lots of surprise horizontal scrolling.

    Fixes

    • 0bb7a27 Semaphore retries per room
    • f176b54 Maybe accept invites more reliably
    • e6c30f8 Configure whether to receive presences
    • 0f24994 The database works better if you query it.
    • ce30272 Exclude vulnerable version of glob
      • This didn't affect OOYE, but may as well update it anyway.
    • d0f7d79 Fix duplicated data appearing on Matrix
    • a2787f7 Record failed URL in more error messages
    Downloads