Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Oct 5, 2022
1 parent 3ec5bac commit 14747bb
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 16 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
2.3.0 (2022-10-05)
==================

Features
--------

- Added `create-confidential` GitLab connection command. ([\#496](https://github.com/matrix-org/matrix-hookshot/issues/496))
- Add new GitLab connection flag `includeCommentBody`, to enable including the body of comments on MR notifications. ([\#500](https://github.com/matrix-org/matrix-hookshot/issues/500), [\#517](https://github.com/matrix-org/matrix-hookshot/issues/517))
- Add room configuration widget for Jira. ([\#502](https://github.com/matrix-org/matrix-hookshot/issues/502))
- Add bot commands to list and remove Jira connections. ([\#503](https://github.com/matrix-org/matrix-hookshot/issues/503))
- Reorganize the GitHub widget to allow searching for repositories by organization. ([\#508](https://github.com/matrix-org/matrix-hookshot/issues/508))
- Print a notice message after successfully logging in to GitHub when conversing with the bot in a DM. ([\#512](https://github.com/matrix-org/matrix-hookshot/issues/512))


Bugfixes
--------

- Give a warning if the user attempts to add a configuration widget to the room without giving the bot permissions. ([\#491](https://github.com/matrix-org/matrix-hookshot/issues/491))
- Improve formatting of help commands and Jira's `whoami` command. ([\#504](https://github.com/matrix-org/matrix-hookshot/issues/504))
- Add a configuration widget for Jira. ([\#507](https://github.com/matrix-org/matrix-hookshot/issues/507))
- Fix inactive "Command Prefix" field in configuration widgets. ([\#515](https://github.com/matrix-org/matrix-hookshot/issues/515))
- Fix support for the "Labeled" event in the GitHub widget. ([\#519](https://github.com/matrix-org/matrix-hookshot/issues/519))


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

- Improve some type-checking in the codebase. ([\#505](https://github.com/matrix-org/matrix-hookshot/issues/505))
- Refactor the Vite component's `tsconfig.json` file to make it compatible with the TypeScript project settings & the TypeScript language server. ([\#506](https://github.com/matrix-org/matrix-hookshot/issues/506))
- Don't send empty query string in some widget API requests. ([\#518](https://github.com/matrix-org/matrix-hookshot/issues/518))


2.2.0 (2022-09-16)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/491.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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": "2.2.0",
"version": "2.3.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 14747bb

Please sign in to comment.