• v1.4 cd2e012b8e

    v1.4 Stable

    cadence released this 2023-11-25 10:09:28 +00:00 | 110 commits to main since this release

    This release adds a new feature to work around mentions, allows message links to jump into the past, and fixes some rare text formatting issues.

    Features:

    • 53a009c d->m: Users who aren't joined can be mentioned

    This feature is useful when you know a user exists on Discord-side, but you can't mention them because their sim hasn't been joined to Matrix-side yet, probably because OOYE hasn't seen them type in that room.

    To use this feature, on Matrix-side, write a plaintext @mention that names a Discord user. If you successfully named a user in the server, they will be added to Matrix-side and @mentioned on their own side, sending them a notification.

    Your message will still look like plaintext, but if you see that the sim user was invited, then you know that the mention did trigger correctly via the bridge.

    This is kind of a workaround - I would appreciate any suggestions for how to improve this workflow!

    Improvements:

    • 8d45210 d->m: Message links are guessed when unknown

    If you migrated from a different bridge to OOYE, d->m message links into the past (from before OOYE was set up) would not work correctly. Now they will! They will link to the correct Matrix message.

    While this is a "guess", it should be a correct guess 99% of the time :)

    • a542bbd d->m: List and heading formatting is now fully supported.
    • e73de60 m->d: If your rich text mention has a colon after it, Discord users won't see the colon.
    • afbbe0d Some embed formatting edge-cases fixed.

    Fixes:

    • 083f7bd Android didn't like how spoiler attachment links were formatted, and they couldn't be clicked. This works around the issue.
    • fa68b87 Some previous versions had a rare bug where OOYE could become disconnected from Discord-side. It should stay connected reliably now.
    Downloads