From a1fb353273eb3ff11774f2ca9497e60fdf6f7312 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Tue, 17 Aug 2021 09:47:52 +0100 Subject: [PATCH] 0.30.0-rc1 --- CHANGELOG.md | 34 +++++++++++++++++++++++++++++++++- changelog.d/1429.doc | 1 - changelog.d/1430.feature | 1 - changelog.d/1433.bugfix | 1 - changelog.d/1446.misc | 1 - changelog.d/1448.feature | 1 - changelog.d/1450.doc | 1 - changelog.d/1454.doc | 1 - changelog.d/1455.bugfix | 1 - changelog.d/1456.misc | 1 - package-lock.json | 4 ++-- package.json | 2 +- 12 files changed, 36 insertions(+), 13 deletions(-) delete mode 100644 changelog.d/1429.doc delete mode 100644 changelog.d/1430.feature delete mode 100644 changelog.d/1433.bugfix delete mode 100644 changelog.d/1446.misc delete mode 100644 changelog.d/1448.feature delete mode 100644 changelog.d/1450.doc delete mode 100644 changelog.d/1454.doc delete mode 100644 changelog.d/1455.bugfix delete mode 100644 changelog.d/1456.misc diff --git a/CHANGELOG.md b/CHANGELOG.md index 679871ecb..78f4e8dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,36 @@ - 0.29.0 (2021-08-02) + 0.30.0-rc1 (2021-08-17) +======================== + +Features +-------- + +- Show message previews for uploaded long messages ([\#1430](https://github.com/matrix-org/matrix-appservice-irc/issues/1430)) +- Export the `ircClients.maxClients` config value as a metric (`bridge_remote_ghosts_max`) ([\#1448](https://github.com/matrix-org/matrix-appservice-irc/issues/1448)) + + +Bugfixes +-------- + +- Make sure that admin commands that don't need a server (like !help) don't require it ([\#1433](https://github.com/matrix-org/matrix-appservice-irc/issues/1433)) +- Remove `client_config_domain_username_idx` which would have required a unique username for IPv6 users. ([\#1455](https://github.com/matrix-org/matrix-appservice-irc/issues/1455)) + + +Improved Documentation +---------------------- + +- Expand documentation for irc_modes.md ([\#1429](https://github.com/matrix-org/matrix-appservice-irc/issues/1429)) +- docs/usage.md: point to bridged networks in-tree ([\#1450](https://github.com/matrix-org/matrix-appservice-irc/issues/1450)) +- Adding LibertaCasa to network bridges. Thanks @Mikaela. ([\#1454](https://github.com/matrix-org/matrix-appservice-irc/issues/1454)) + + +Internal Changes +---------------- + +- Do not generate a unique username for users on a IPv6 bridge, as it's unnessacery. ([\#1446](https://github.com/matrix-org/matrix-appservice-irc/issues/1446)) +- Docker images are now automatically build and published via GitHub Actions, replacing DockerHub Autobuilds. ([\#1456](https://github.com/matrix-org/matrix-appservice-irc/issues/1456)) + + +0.29.0 (2021-08-02) ==================== Bugfixes diff --git a/changelog.d/1429.doc b/changelog.d/1429.doc deleted file mode 100644 index d9bf33523..000000000 --- a/changelog.d/1429.doc +++ /dev/null @@ -1 +0,0 @@ -Expand documentation for irc_modes.md \ No newline at end of file diff --git a/changelog.d/1430.feature b/changelog.d/1430.feature deleted file mode 100644 index 7c7bae7ca..000000000 --- a/changelog.d/1430.feature +++ /dev/null @@ -1 +0,0 @@ -Show message previews for uploaded long messages diff --git a/changelog.d/1433.bugfix b/changelog.d/1433.bugfix deleted file mode 100644 index 43f863dd3..000000000 --- a/changelog.d/1433.bugfix +++ /dev/null @@ -1 +0,0 @@ -Make sure that admin commands that don't need a server (like !help) don't require it diff --git a/changelog.d/1446.misc b/changelog.d/1446.misc deleted file mode 100644 index a8e006374..000000000 --- a/changelog.d/1446.misc +++ /dev/null @@ -1 +0,0 @@ -Do not generate a unique username for users on a IPv6 bridge, as it's unnessacery. \ No newline at end of file diff --git a/changelog.d/1448.feature b/changelog.d/1448.feature deleted file mode 100644 index 26229932c..000000000 --- a/changelog.d/1448.feature +++ /dev/null @@ -1 +0,0 @@ -Export the `ircClients.maxClients` config value as a metric (`bridge_remote_ghosts_max`) \ No newline at end of file diff --git a/changelog.d/1450.doc b/changelog.d/1450.doc deleted file mode 100644 index a93d45e56..000000000 --- a/changelog.d/1450.doc +++ /dev/null @@ -1 +0,0 @@ -docs/usage.md: point to bridged networks in-tree diff --git a/changelog.d/1454.doc b/changelog.d/1454.doc deleted file mode 100644 index ad6135540..000000000 --- a/changelog.d/1454.doc +++ /dev/null @@ -1 +0,0 @@ -Adding LibertaCasa to network bridges. Thanks @Mikaela. diff --git a/changelog.d/1455.bugfix b/changelog.d/1455.bugfix deleted file mode 100644 index d31c6df88..000000000 --- a/changelog.d/1455.bugfix +++ /dev/null @@ -1 +0,0 @@ -Remove `client_config_domain_username_idx` which would have required a unique username for IPv6 users. \ No newline at end of file diff --git a/changelog.d/1456.misc b/changelog.d/1456.misc deleted file mode 100644 index 9cddb55fa..000000000 --- a/changelog.d/1456.misc +++ /dev/null @@ -1 +0,0 @@ -Docker images are now automatically build and published via GitHub Actions, replacing DockerHub Autobuilds. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 820008a63..ad47c4155 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "matrix-appservice-irc", - "version": "0.29.0", + "version": "0.30.0-rc1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.29.0", + "version": "0.30.0-rc1", "license": "Apache-2.0", "dependencies": { "@sentry/node": "^5.27.1", diff --git a/package.json b/package.json index e70657a8f..4108e9b0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-irc", - "version": "0.29.0", + "version": "0.30.0-rc1", "description": "An IRC Bridge for Matrix", "main": "app.js", "bin": "./bin/matrix-appservice-irc",