Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul committed Aug 11, 2022
1 parent 1b45d9e commit 7961ce0
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 9 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
3.0.0 (2022-08-12)
==================

Bugfixes
--------

- Make sure we don't lose errors thrown when checking usage limits. ([\#823](https://github.com/matrix-org/matrix-appservice-discord/issues/823))
- 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))
- Remove matrix.to hyperlinks when relaying non-Discord user mentions to Discord.
Fix mentioning Matrix users in Discord. ([\#829](https://github.com/matrix-org/matrix-appservice-discord/issues/829))


Deprecations and Removals
-------------------------

- Minimum required Node.js version is now 16. ([\#825](https://github.com/matrix-org/matrix-appservice-discord/issues/825))


Internal Changes
----------------

- Remove unused variables. ([\#657](https://github.com/matrix-org/matrix-appservice-discord/issues/657))
- 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))
- Remove `git config` workaround to pull a dependency from github.com. ([\#830](https://github.com/matrix-org/matrix-appservice-discord/issues/830))


2.0.0 (2022-08-05)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/657.misc

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/825.removal

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/826.misc

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/829.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/830.misc

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": "2.0.0",
"version": "3.0.0",
"description": "A bridge between Matrix and Discord",
"main": "discordas.js",
"engines": {
Expand Down

0 comments on commit 7961ce0

Please sign in to comment.