Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Nov 3, 2022
1 parent ffa0f22 commit d582bc3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
3.1.0 (2022-11-03)
==================

Features
--------

- Adds a config value, in order to disable forwarding room topic changes from Matrix to Discord (`disableRoomTopicNotifications`, false by default). ([\#836](https://github.com/matrix-org/matrix-appservice-discord/issues/836))


Bugfixes
--------

- Include the domain name in the regular expression. ([\#834](https://github.com/matrix-org/matrix-appservice-discord/issues/834))
- Remove usage of unreliable field `age` on events, allowing the bridge to work with non-Synapse homeserver implementations. ([\#842](https://github.com/matrix-org/matrix-appservice-discord/issues/842))
- Prevent crashes when handling messages sent to voice channels. ([\#858](https://github.com/matrix-org/matrix-appservice-discord/issues/858))


3.0.0 (2022-08-12)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/834.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/836.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/842.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/858.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-discord",
"version": "3.0.0",
"version": "3.1.0",
"description": "A bridge between Matrix and Discord",
"main": "discordas.js",
"engines": {
Expand Down

0 comments on commit d582bc3

Please sign in to comment.