mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
1.7.0
This commit is contained in:
parent
d1494ff373
commit
f6214aaacc
24
CHANGELOG.md
24
CHANGELOG.md
@ -1,3 +1,27 @@
|
||||
1.7.0 (2022-05-12)
|
||||
===================
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
- Improve GitLab push hook formatting: markdown commit hashes, link "N commits" to the list of commits, if there are more commits than can be shown only link instead, and show commiter unless a single person committed and pushed. ([\#309](https://github.com/matrix-org/matrix-hookshot/issues/309))
|
||||
- Add `widgets.openIdOverrides` config option for developers to statically define server name <-> federation endpoints for openId lookups. ([\#326](https://github.com/matrix-org/matrix-hookshot/issues/326))
|
||||
- Add a new setup widget for feeds ([\#345](https://github.com/matrix-org/matrix-hookshot/issues/345))
|
||||
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Docker images can now be built cross-platform. Thanks @ptman for getting arm64 builds going! ([\#339](https://github.com/matrix-org/matrix-hookshot/issues/339))
|
||||
- Fix regression where GitHubRepo and GitLabRepo connection config options were not being honoured ([\#346](https://github.com/matrix-org/matrix-hookshot/issues/346))
|
||||
|
||||
|
||||
Improved Documentation
|
||||
----------------------
|
||||
|
||||
- Fix spacing of non-emoji icons in the docs navbar ([\#341](https://github.com/matrix-org/matrix-hookshot/issues/341))
|
||||
|
||||
|
||||
1.6.1 (2022-05-06)
|
||||
==================
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Improve GitLab push hook formatting: markdown commit hashes, link "N commits" to the list of commits, if there are more commits than can be shown only link instead, and show commiter unless a single person committed and pushed.
|
@ -1 +0,0 @@
|
||||
Add `widgets.openIdOverrides` config option for developers to statically define server name <-> federation endpoints for openId lookups.
|
@ -1 +0,0 @@
|
||||
Docker images can now be built cross-platform. Thanks @ptman for getting arm64 builds going!
|
@ -1 +0,0 @@
|
||||
Fix spacing of non-emoji icons in the docs navbar
|
@ -1 +0,0 @@
|
||||
Add a new setup widget for feeds
|
@ -1 +0,0 @@
|
||||
Fix regression where GitHubRepo and GitLabRepo connection config options were not being honoured
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "matrix-hookshot",
|
||||
"version": "1.6.1",
|
||||
"version": "1.7.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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user