Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Jul 19, 2022
1 parent e375a39 commit 66a5d8b
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 10 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
1.8.1 (2022-07-18)
==================

Features
--------

- Added support for decoding XML payloads when handling generic webhooks. ([\#410](https://github.com/matrix-org/matrix-hookshot/issues/410))


Bugfixes
--------

- If `widgets.addToAdminRooms` is set, add the admin widget to a DM room the bot is invited to, instead of the non-admin widget. ([\#411](https://github.com/matrix-org/matrix-hookshot/issues/411))
- Disallow empty and invalid values for the `widgets.publicUrl` and `generic.urlPrefix` configuration settings. ([\#412](https://github.com/matrix-org/matrix-hookshot/issues/412))
- Post a non-empty message in response to `github list-connections` when no connections are present. ([\#416](https://github.com/matrix-org/matrix-hookshot/issues/416))


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

- Add deeplink for registration.sample.yml to setup documentation ([\#374](https://github.com/matrix-org/matrix-hookshot/issues/374))
- Update GitHub authentication documentation: list the steps for OAuth login (`github login`), and mention the correct command for checking GitHub authentication status (`github status`). ([\#415](https://github.com/matrix-org/matrix-hookshot/issues/415))


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

- Add package scripts for cleaning build files (which can be run with `yarn clean`). ([\#414](https://github.com/matrix-org/matrix-hookshot/issues/414))


1.8.0 (2022-07-11)
==================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matrix-hookshot"
version = "1.8.0"
version = "1.8.1"
edition = "2021"

[lib]
Expand Down
1 change: 0 additions & 1 deletion changelog.d/374.doc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/416.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": "1.8.0",
"version": "1.8.1",
"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 66a5d8b

Please sign in to comment.