Skip to content

Commit 7961ce0

Browse files
author
Christian Paul
committed
v3.0.0
1 parent 1b45d9e commit 7961ce0

File tree

9 files changed

+27
-9
lines changed

9 files changed

+27
-9
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
3.0.0 (2022-08-12)
2+
==================
3+
4+
Bugfixes
5+
--------
6+
7+
- Make sure we don't lose errors thrown when checking usage limits. ([\#823](https://github.com/matrix-org/matrix-appservice-discord/issues/823))
8+
- Fix Docker instances not starting due to being unable to load a dynamic library in the latest unstable image. ([\#828](https://github.com/matrix-org/matrix-appservice-discord/issues/828))
9+
- Remove matrix.to hyperlinks when relaying non-Discord user mentions to Discord.
10+
Fix mentioning Matrix users in Discord. ([\#829](https://github.com/matrix-org/matrix-appservice-discord/issues/829))
11+
12+
13+
Deprecations and Removals
14+
-------------------------
15+
16+
- Minimum required Node.js version is now 16. ([\#825](https://github.com/matrix-org/matrix-appservice-discord/issues/825))
17+
18+
19+
Internal Changes
20+
----------------
21+
22+
- Remove unused variables. ([\#657](https://github.com/matrix-org/matrix-appservice-discord/issues/657))
23+
- Add workflow for building docker images, and push new docker images to ghcr.io. ([\#826](https://github.com/matrix-org/matrix-appservice-discord/issues/826))
24+
- Remove `git config` workaround to pull a dependency from github.com. ([\#830](https://github.com/matrix-org/matrix-appservice-discord/issues/830))
25+
26+
127
2.0.0 (2022-08-05)
228
==================
329

changelog.d/657.misc

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

changelog.d/823.bugfix

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

changelog.d/825.removal

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

changelog.d/826.misc

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

changelog.d/828.bugfix

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

changelog.d/829.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/830.misc

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": "2.0.0",
3+
"version": "3.0.0",
44
"description": "A bridge between Matrix and Discord",
55
"main": "discordas.js",
66
"engines": {

0 commit comments

Comments
 (0)