This commit is contained in:
Andrew Ferrazzutti 2024-06-20 07:46:02 -04:00
parent 863065792e
commit 5dae23b2ad
7 changed files with 21 additions and 8 deletions

View File

@ -1,3 +1,23 @@
5.4.0 (2024-06-20)
==================
Features
--------
- Add support for reopened GitLab MR. ([\#935](https://github.com/matrix-org/matrix-hookshot/issues/935))
- Add support for new connection type "Outgoing Webhooks". This feature allows you to send outgoing HTTP requests to other services
when a message appears in a Matrix room. See [the documentation](https://matrix-org.github.io/matrix-hookshot/latest/setup/webhooks.html)
for help with this feature. ([\#945](https://github.com/matrix-org/matrix-hookshot/issues/945))
Bugfixes
--------
- Fix GitLab's ready for review hook. ([\#936](https://github.com/matrix-org/matrix-hookshot/issues/936))
- Fix rendering of comments of GitLab merge requests. ([\#937](https://github.com/matrix-org/matrix-hookshot/issues/937))
- Fix the symbol used to prefix GitLab merge requests. ([\#938](https://github.com/matrix-org/matrix-hookshot/issues/938))
5.3.0 (2024-04-17) 5.3.0 (2024-04-17)
================== ==================

View File

@ -1 +0,0 @@
Add support for reopened GitLab MR.

View File

@ -1 +0,0 @@
Fix GitLab's ready for review hook.

View File

@ -1 +0,0 @@
Fix rendering of comments of GitLab merge requests.

View File

@ -1 +0,0 @@
Fix the symbol used to prefix GitLab merge requests.

View File

@ -1,3 +0,0 @@
Add support for new connection type "Outgoing Webhooks". This feature allows you to send outgoing HTTP requests to other services
when a message appears in a Matrix room. See [the documentation](https://matrix-org.github.io/matrix-hookshot/latest/setup/webhooks.html)
for help with this feature.

View File

@ -1,6 +1,6 @@
{ {
"name": "matrix-hookshot", "name": "matrix-hookshot",
"version": "5.3.0", "version": "5.4.0",
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
"main": "lib/app.js", "main": "lib/app.js",
"repository": "https://github.com/matrix-org/matrix-hookshot", "repository": "https://github.com/matrix-org/matrix-hookshot",