Skip to content

Commit

Permalink
1.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 24, 2019
1 parent f0d48e1 commit 4bfb1a5
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 10 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
1.0.0-rc3 (2019-09-24)
1.0.0-rc4 (2019-09-24)
=======================

Bugfixes
--------

- Fix multi-person DMs being marked with the group (private channel) type rather than the mpim type. ([\#253](https://github.com/matrix-org/matrix-appservice-slack/issues/253))
- Connecting an account via OAuth will no longer barf on the lack of a `puppeting` parameter ([\#254](https://github.com/matrix-org/matrix-appservice-slack/issues/254))
- Don't log stack traces for missing rooms, teams or events ([\#255](https://github.com/matrix-org/matrix-appservice-slack/issues/255))
- Don't log the whole response object when an error occurs when sending slack requests ([\#256](https://github.com/matrix-org/matrix-appservice-slack/issues/256))
- Fix .toUpperCase() errors due to the bridge trying to handle unknown deleted messages ([\#257](https://github.com/matrix-org/matrix-appservice-slack/issues/257))


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

- Update datastore.md with a few more options ([\#239](https://github.com/matrix-org/matrix-appservice-slack/issues/239))
- Fix issue where towncrier would wrongly link to matrix-appservice-slack-issues ([\#251](https://github.com/matrix-org/matrix-appservice-slack/issues/251))
- Towncrier should check against develop for changelog changes ([\#258](https://github.com/matrix-org/matrix-appservice-slack/issues/258))


1.0.0-rc3 (2019-09-24)
=======================

Bugfixes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/239.misc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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": "1.0.0-rc3",
"version": "1.0.0-rc4",
"description": "A Matrix <--> Slack bridge",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 4bfb1a5

Please sign in to comment.