Skip to content

0.33.0 (2022-03-02)

Compare
Choose a tag to compare
@Half-Shot Half-Shot released this 02 Mar 15:57
· 129 commits to develop since this release
0.33.0

Features

Bugfixes

  • Matrix message edits no longer bridge as a diff if it's longer than the new message (#1477)
  • Fix a duplicate metric that would prevent the bridge from starting. (#1534)

Improved Documentation

  • Update the list of bridged networks after hackint started offering a bridge once again. (#1501)
  • Removed freenode from bridged networks. (#1523)

Deprecations and Removals

  • The bridge will no longer treat invites without a is_direct: true as DM invites (and will henceforth reject group room invites). This may break some Matrix
    clients that do not supply this metadata when creating a room. (#1506)
  • Minimum required Node version is now 14. Users on Node 12 are advised to update to newer versions. (#1515)

Internal Changes

  • Check changelog.d entries in CI. (#1527)
  • Update various packages that were out of date. (#1530)