mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
1.7.2
This commit is contained in:
parent
86b9a83b97
commit
a665d3b949
29
CHANGELOG.md
29
CHANGELOG.md
@ -1,3 +1,32 @@
|
||||
1.7.2 (2022-06-08)
|
||||
==================
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
- Add support for GitHub enterprise. You can now specify the URL via `enterpriseUrl` in the config file. ([\#364](https://github.com/matrix-org/matrix-hookshot/issues/364))
|
||||
- Add ability for bridge admins to remove GitHub connections using the admin room. ([\#367](https://github.com/matrix-org/matrix-hookshot/issues/367))
|
||||
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Fix Github API URLs ([\#366](https://github.com/matrix-org/matrix-hookshot/issues/366))
|
||||
|
||||
|
||||
Improved Documentation
|
||||
----------------------
|
||||
|
||||
- Add CONTRIBUTING.md guide. ([\#134](https://github.com/matrix-org/matrix-hookshot/issues/134))
|
||||
- Suggest using https for cloning hookshot, rather than git. ([\#355](https://github.com/matrix-org/matrix-hookshot/issues/355))
|
||||
|
||||
|
||||
Internal Changes
|
||||
----------------
|
||||
|
||||
- Widgets now request the RequireClient permission to verify the users identity. ([\#370](https://github.com/matrix-org/matrix-hookshot/issues/370))
|
||||
|
||||
|
||||
1.7.1 (2022-05-23)
|
||||
==================
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -147,7 +147,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
||||
|
||||
[[package]]
|
||||
name = "matrix-hookshot"
|
||||
version = "1.3.0"
|
||||
version = "1.7.2"
|
||||
dependencies = [
|
||||
"contrast",
|
||||
"hex",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "matrix-hookshot"
|
||||
version = "1.3.0"
|
||||
version = "1.7.2"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
@ -1 +0,0 @@
|
||||
Add CONTRIBUTING.md guide.
|
@ -1 +0,0 @@
|
||||
Suggest using https for cloning hookshot, rather than git.
|
@ -1 +0,0 @@
|
||||
Add support for GitHub enterprise. You can now specify the URL via `enterpriseUrl` in the config file.
|
@ -1 +0,0 @@
|
||||
Fix Github API URLs
|
@ -1 +0,0 @@
|
||||
Add ability for bridge admins to remove GitHub connections using the admin room.
|
@ -1 +0,0 @@
|
||||
Widgets now request the RequireClient permission to verify the users identity.
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "matrix-hookshot",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user