From 9299de81fc7a0c19b84d0f2a7ce836055354fbeb Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Wed, 19 Feb 2020 16:39:54 +0000 Subject: [PATCH] 1.1.0-rc1 --- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++++- changelog.d/324.bugfix | 1 - changelog.d/325.bugfix | 1 - changelog.d/329.bugfix | 1 - changelog.d/330.misc | 1 - changelog.d/331.feature | 1 - changelog.d/332.feature | 1 - changelog.d/335.misc | 1 - changelog.d/336.bugfix | 1 - changelog.d/337.feature | 1 - changelog.d/339.bugfix | 1 - changelog.d/340.feature | 1 - changelog.d/355.bugfix | 1 - changelog.d/356.misc | 1 - package-lock.json | 15 +-------------- package.json | 2 +- 16 files changed, 34 insertions(+), 29 deletions(-) delete mode 100644 changelog.d/324.bugfix delete mode 100644 changelog.d/325.bugfix delete mode 100644 changelog.d/329.bugfix delete mode 100644 changelog.d/330.misc delete mode 100644 changelog.d/331.feature delete mode 100644 changelog.d/332.feature delete mode 100644 changelog.d/335.misc delete mode 100644 changelog.d/336.bugfix delete mode 100644 changelog.d/337.feature delete mode 100644 changelog.d/339.bugfix delete mode 100644 changelog.d/340.feature delete mode 100644 changelog.d/355.bugfix delete mode 100644 changelog.d/356.misc diff --git a/CHANGELOG.md b/CHANGELOG.md index d98a312a..86793266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,35 @@ - 1.0.2 (2019-11-13) + 1.1.0-rc1 (2020-02-19) +=================== + +Features +-------- + +- Add ability to sync Slack channels and users automatically to Matrix ([\#331](https://github.com/matrix-org/matrix-appservice-slack/issues/331)) +- Sync Slack membership changes to Matrix ([\#332](https://github.com/matrix-org/matrix-appservice-slack/issues/332)) +- Add `whoami` user command. ([\#337](https://github.com/matrix-org/matrix-appservice-slack/issues/337)) +- Create private rooms on demand if it doesn't exist ([\#340](https://github.com/matrix-org/matrix-appservice-slack/issues/340)) + + +Bugfixes +-------- + +- Fix edits from Matrix appearing as fallback text. ([\#324](https://github.com/matrix-org/matrix-appservice-slack/issues/324)) +- Fix issue where Slack edits would sometimes not appear as Matrix edits. ([\#325](https://github.com/matrix-org/matrix-appservice-slack/issues/325)) +- Fix issue where messages from the bot would be interpreted as commands. ([\#329](https://github.com/matrix-org/matrix-appservice-slack/issues/329)) +- Fix matrix replies not showing up on slack ([\#336](https://github.com/matrix-org/matrix-appservice-slack/issues/336)) +- Allow webhook/oauth/event requests with prefixes. ([\#339](https://github.com/matrix-org/matrix-appservice-slack/issues/339)) +- Fix issue where slack bot actions may fail (such as listing channels). Also increase the number of channels returned when provisioning ([\#355](https://github.com/matrix-org/matrix-appservice-slack/issues/355)) + + +Internal Changes +---------------- + +- SIGTERM now causes a clean exit ([\#330](https://github.com/matrix-org/matrix-appservice-slack/issues/330)) +- Move ghost handing to `SlackGhostStore` ([\#335](https://github.com/matrix-org/matrix-appservice-slack/issues/335)) +- New installations should use a "Classic Slack app" rather than a new Slack App for OAuth. More details in README.md ([\#356](https://github.com/matrix-org/matrix-appservice-slack/issues/356)) + + +1.0.2 (2019-11-13) =================== Features diff --git a/changelog.d/324.bugfix b/changelog.d/324.bugfix deleted file mode 100644 index ffebf79a..00000000 --- a/changelog.d/324.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix edits from Matrix appearing as fallback text. \ No newline at end of file diff --git a/changelog.d/325.bugfix b/changelog.d/325.bugfix deleted file mode 100644 index 1ea0f7cb..00000000 --- a/changelog.d/325.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issue where Slack edits would sometimes not appear as Matrix edits. \ No newline at end of file diff --git a/changelog.d/329.bugfix b/changelog.d/329.bugfix deleted file mode 100644 index 3e423bf1..00000000 --- a/changelog.d/329.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issue where messages from the bot would be interpreted as commands. \ No newline at end of file diff --git a/changelog.d/330.misc b/changelog.d/330.misc deleted file mode 100644 index 239f6d68..00000000 --- a/changelog.d/330.misc +++ /dev/null @@ -1 +0,0 @@ -SIGTERM now causes a clean exit \ No newline at end of file diff --git a/changelog.d/331.feature b/changelog.d/331.feature deleted file mode 100644 index a22302cf..00000000 --- a/changelog.d/331.feature +++ /dev/null @@ -1 +0,0 @@ -Add ability to sync Slack channels and users automatically to Matrix \ No newline at end of file diff --git a/changelog.d/332.feature b/changelog.d/332.feature deleted file mode 100644 index c8bab4ce..00000000 --- a/changelog.d/332.feature +++ /dev/null @@ -1 +0,0 @@ -Sync Slack membership changes to Matrix \ No newline at end of file diff --git a/changelog.d/335.misc b/changelog.d/335.misc deleted file mode 100644 index c3a4d0d4..00000000 --- a/changelog.d/335.misc +++ /dev/null @@ -1 +0,0 @@ -Move ghost handing to `SlackGhostStore` \ No newline at end of file diff --git a/changelog.d/336.bugfix b/changelog.d/336.bugfix deleted file mode 100644 index 7b86e257..00000000 --- a/changelog.d/336.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix matrix replies not showing up on slack \ No newline at end of file diff --git a/changelog.d/337.feature b/changelog.d/337.feature deleted file mode 100644 index 50201e10..00000000 --- a/changelog.d/337.feature +++ /dev/null @@ -1 +0,0 @@ -Add `whoami` user command. \ No newline at end of file diff --git a/changelog.d/339.bugfix b/changelog.d/339.bugfix deleted file mode 100644 index 7ed38b16..00000000 --- a/changelog.d/339.bugfix +++ /dev/null @@ -1 +0,0 @@ -Allow webhook/oauth/event requests with prefixes. \ No newline at end of file diff --git a/changelog.d/340.feature b/changelog.d/340.feature deleted file mode 100644 index 0a0f0354..00000000 --- a/changelog.d/340.feature +++ /dev/null @@ -1 +0,0 @@ -Create private rooms on demand if it doesn't exist \ No newline at end of file diff --git a/changelog.d/355.bugfix b/changelog.d/355.bugfix deleted file mode 100644 index 77099259..00000000 --- a/changelog.d/355.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix issue where slack bot actions may fail (such as listing channels). Also increase the number of channels returned when provisioning \ No newline at end of file diff --git a/changelog.d/356.misc b/changelog.d/356.misc deleted file mode 100644 index 20eb103a..00000000 --- a/changelog.d/356.misc +++ /dev/null @@ -1 +0,0 @@ -New installations should use a "Classic Slack app" rather than a new Slack App for OAuth. More details in README.md diff --git a/package-lock.json b/package-lock.json index 847b239b..4696b6e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-slack", - "version": "1.0.2", + "version": "1.1.0-rc1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2497,11 +2497,6 @@ "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=" }, - "stackback": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", - "integrity": "sha1-Gsig2Ug4SNFpXkGLbQMaPDzmjjs=" - }, "statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", @@ -2782,14 +2777,6 @@ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" }, - "why-is-node-running": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.1.0.tgz", - "integrity": "sha512-oLmJ1uZOaKra+GDmYcUHMnVhi4CnZnlt4IE3J05ZDSEAiejeB5dMoR4a4rGcMWRy1Avx24dGTw8yxJ/+EmwPBQ==", - "requires": { - "stackback": "0.0.2" - } - }, "wide-align": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", diff --git a/package.json b/package.json index 713bb33b..4c7a091f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-appservice-slack", - "version": "1.0.2", + "version": "1.1.0-rc1", "description": "A Matrix <--> Slack bridge", "main": "app.js", "scripts": {