Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Apr 8, 2022
1 parent e646746 commit 3bd5412
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 11 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
1.4.0 (2022-04-08)
==================

Features
--------

- Add support for configuring generic webhooks via widgets. ([\#140](https://github.com/matrix-org/matrix-hookshot/issues/140))
- Show the closing comments on closed GitHub PRs. ([\#262](https://github.com/matrix-org/matrix-hookshot/issues/262))
- Webhooks created via `!hookshot webhook` now have their secret URLs sent to the admin room with the user, rather than posted in the bridged room. ([\#265](https://github.com/matrix-org/matrix-hookshot/issues/265))
- Automatically link GitHub issues and pull requests when an issue number is mentioned (by default, using the # prefix). ([\#277](https://github.com/matrix-org/matrix-hookshot/issues/277))
- Support GitLab release webhook events. ([\#278](https://github.com/matrix-org/matrix-hookshot/issues/278))


Bugfixes
--------

- Bridge API: Don't sent HTTP header Content-Type: application/json when there is no body. ([\#272](https://github.com/matrix-org/matrix-hookshot/issues/272))


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

- Clarify steps of bridging a GitHub repo ([\#245](https://github.com/matrix-org/matrix-hookshot/issues/245))
- Update setup.md: Minor grammar corrections ([\#264](https://github.com/matrix-org/matrix-hookshot/issues/264))


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

- Make some grammar corrections in code, chat notices and documentation. ([\#267](https://github.com/matrix-org/matrix-hookshot/issues/267))
- Made ESLint lint all TypeScript files and fix a few linter errors. ([\#273](https://github.com/matrix-org/matrix-hookshot/issues/273))


1.3.0 (2022-03-30)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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-hookshot",
"version": "1.3.0",
"version": "1.4.0",
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
"main": "lib/app.js",
"repository": "https://github.com/matrix-org/matrix-hookshot",
Expand Down

0 comments on commit 3bd5412

Please sign in to comment.