Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 13, 2019
1 parent db08190 commit ba6c661
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 8 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
1.0.2 (2019-11-13)
===================

Features
--------

- Messages bridged to Slack now get links with text-based content unfurled ([\#266](https://github.com/matrix-org/matrix-appservice-slack/issues/266))


Bugfixes
--------

- Fix Markdown link replacements deleting link text, links, and text between links. ([\#299](https://github.com/matrix-org/matrix-appservice-slack/issues/299))
- Fix Matrix images being sent as the filename only on Slack ([\#302](https://github.com/matrix-org/matrix-appservice-slack/issues/302))
- Mentions will now work if followed by a colon and a space ([\#320](https://github.com/matrix-org/matrix-appservice-slack/issues/320))


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

- Fix minor typos in documentation that made it inconsistent ([\#306](https://github.com/matrix-org/matrix-appservice-slack/issues/306))
- Fix syntax typo for service start command. ([\#317](https://github.com/matrix-org/matrix-appservice-slack/issues/317))


1.0.1 (2019-10-08)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/266.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/306.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/317.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/320.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.0.1",
"version": "1.0.2",
"description": "A Matrix <--> Slack bridge",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit ba6c661

Please sign in to comment.