Skip to content

Commit

Permalink
1.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Feb 19, 2020
1 parent 04e7446 commit 9299de8
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 29 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion changelog.d/324.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/331.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/332.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/337.feature

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/340.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

15 changes: 1 addition & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 9299de8

Please sign in to comment.