Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 6, 2020
1 parent 7b378b8 commit 47d5af9
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 7 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
1.6.1 (2020-11-06)
===================

Features
--------

- Allow docker to reuse cache when building the image by copying only npm related file before running `npm install` ([\#531](https://github.com/matrix-org/matrix-appservice-slack/issues/531))


Bugfixes
--------

- Hide typing notifications from puppeted users on Matrix ([\#528](https://github.com/matrix-org/matrix-appservice-slack/issues/528))
- Fix an issue where the bridge may send duplicate messages to Slack when encryption is enabled. ([\#539](https://github.com/matrix-org/matrix-appservice-slack/issues/539))


Improved Documentation
----------------------

- Improve the installation docs and the sample config file ([\#389](https://github.com/matrix-org/matrix-appservice-slack/issues/389))


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

- Added missing encryption config to the schema and sample config. ([\#538](https://github.com/matrix-org/matrix-appservice-slack/issues/538))


1.6.0 (2020-10-02)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/389.doc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion 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.6.0",
"version": "1.6.1",
"description": "A Matrix <--> Slack bridge",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 47d5af9

Please sign in to comment.