Skip to content

Commit d582bc3

Browse files
committed
v3.1.0
1 parent ffa0f22 commit d582bc3

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
3.1.0 (2022-11-03)
2+
==================
3+
4+
Features
5+
--------
6+
7+
- 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))
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- Include the domain name in the regular expression. ([\#834](https://github.com/matrix-org/matrix-appservice-discord/issues/834))
14+
- 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))
15+
- Prevent crashes when handling messages sent to voice channels. ([\#858](https://github.com/matrix-org/matrix-appservice-discord/issues/858))
16+
17+
118
3.0.0 (2022-08-12)
219
==================
320

changelog.d/834.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/836.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/842.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/858.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-appservice-discord",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A bridge between Matrix and Discord",
55
"main": "discordas.js",
66
"engines": {

0 commit comments

Comments
 (0)