diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b3b911..e1db0395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ================== diff --git a/changelog.d/888.bugfix b/changelog.d/888.bugfix deleted file mode 100644 index dbb1c3b3..00000000 --- a/changelog.d/888.bugfix +++ /dev/null @@ -1 +0,0 @@ -Prefer server-level display names when available. diff --git a/changelog.d/897.bugfix b/changelog.d/897.bugfix deleted file mode 100644 index 1111acf0..00000000 --- a/changelog.d/897.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update matrix-appservice-bridge to use a non-deprecated method of authenticating to a homeserver. Fixes #896. diff --git a/changelog.d/897.removal b/changelog.d/897.removal deleted file mode 100644 index 55a01928..00000000 --- a/changelog.d/897.removal +++ /dev/null @@ -1 +0,0 @@ -Node.JS 16 is now unsupported, please upgrade to Node.JS 18 or later. Node.JS 18 is now used for Docker. diff --git a/changelog.d/898.misc b/changelog.d/898.misc deleted file mode 100644 index 4649dbbd..00000000 --- a/changelog.d/898.misc +++ /dev/null @@ -1 +0,0 @@ -Update the package registry for better-discord.js, and use its latest release. diff --git a/changelog.d/900.misc b/changelog.d/900.misc deleted file mode 100644 index 75ccd705..00000000 --- a/changelog.d/900.misc +++ /dev/null @@ -1 +0,0 @@ -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. diff --git a/changelog.d/901.misc b/changelog.d/901.misc deleted file mode 100644 index 21357c39..00000000 --- a/changelog.d/901.misc +++ /dev/null @@ -1 +0,0 @@ -Update the GitHub action used for checking pull requests for sign-off status. diff --git a/changelog.d/902.bugfix b/changelog.d/902.bugfix deleted file mode 100644 index b93fa650..00000000 --- a/changelog.d/902.bugfix +++ /dev/null @@ -1 +0,0 @@ -Let file logs correctly ignore modules matching "logging.files[*].disabled" in the configuration file. diff --git a/package.json b/package.json index 86f4c72d..f2ea8a3d 100644 --- a/package.json +++ b/package.json @@ -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": {