Skip to content

Commit

Permalink
2.0.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Nov 28, 2022
1 parent da21437 commit 2ffaaf4
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2.0.2-rc1 (2022-11-28)
======================

Bugfixes
--------

- Correctly set "is_falling_back" flag in thread events so that events in threads are not also displayed as replies. ([\#709](https://github.com/matrix-org/matrix-appservice-slack/issues/709))
- Fix crash in `whoami` command when the team name of a Slack account is unavailable. ([\#714](https://github.com/matrix-org/matrix-appservice-slack/issues/714))
- Prevent admin commands from being unusable after an invalid command is issued. ([\#717](https://github.com/matrix-org/matrix-appservice-slack/issues/717))
- Improve the calculation of DM names & avatars. ([\#721](https://github.com/matrix-org/matrix-appservice-slack/issues/721))
- Ensure messages you send in a DM from Slack will appear in Matrix, even if the ghost of your Slack account was not initially present in the Matrix DM room. ([\#722](https://github.com/matrix-org/matrix-appservice-slack/issues/722))


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

- Update matrix-appservice-bridge to 6.0.0. ([\#710](https://github.com/matrix-org/matrix-appservice-slack/issues/710))
- Remove annoying noisy `Didn't handle event` log line. ([\#712](https://github.com/matrix-org/matrix-appservice-slack/issues/712))
- Remove IDE-related files from version control. ([\#715](https://github.com/matrix-org/matrix-appservice-slack/issues/715))


2.0.1 (2022-10-06)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/722.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-slack",
"version": "2.0.1",
"version": "2.0.2-rc1",
"description": "A Matrix <--> Slack bridge",
"engines": {
"node": ">=16 <=18"
Expand Down

0 comments on commit 2ffaaf4

Please sign in to comment.