Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Sep 15, 2023
1 parent a546c1b commit 8ae61dd
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 8 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
4.0.0 (2023-09-15)
==================

Bugfixes
--------

- Prefer server-level display names when available. ([\#888](https://github.com/matrix-org/matrix-appservice-discord/issues/888))
- Update matrix-appservice-bridge to use a non-deprecated method of authenticating to a homeserver. Fixes #896. ([\#897](https://github.com/matrix-org/matrix-appservice-discord/issues/897))
- Let file logs correctly ignore modules matching `"logging.files[*].disabled"` in the configuration file. ([\#902](https://github.com/matrix-org/matrix-appservice-discord/issues/902))


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

- Node.JS 16 is now unsupported, please upgrade to Node.JS 18 or later. Node.JS 18 is now used for Docker. ([\#897](https://github.com/matrix-org/matrix-appservice-discord/issues/897))


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

- Update the package registry for better-discord.js, and use its latest release. ([\#898](https://github.com/matrix-org/matrix-appservice-discord/issues/898))
- Modify the "start" and "debug" package scripts to not trigger a TypeScript build, and to accept a user-supplied command line option for the path to the bridge configuration file. ([\#900](https://github.com/matrix-org/matrix-appservice-discord/issues/900))
- Update the GitHub action used for checking pull requests for sign-off status. ([\#901](https://github.com/matrix-org/matrix-appservice-discord/issues/901))


3.1.1 (2022-11-10)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/902.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.1.1",
"version": "4.0.0",
"description": "A bridge between Matrix and Discord",
"main": "discordas.js",
"engines": {
Expand Down

0 comments on commit 8ae61dd

Please sign in to comment.