Skip to content

Commit 0a24107

Browse files
committed
7.4.0
1 parent b524bf1 commit 0a24107

7 files changed

Lines changed: 18 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 7.4.0 (2026-06-10)
2+
3+
## Features
4+
5+
- You can now add hints to Hookshot messages to disable URL previews on clients. Uses [MSC4095](https://github.com/matrix-org/matrix-spec-proposals/pull/4095).
6+
7+
See https://matrix-org.github.io/matrix-hookshot/latest/setup.html#messaging-defaults and https://matrix-org.github.io/matrix-hookshot/latest/setup/webhooks.html#v2-api ([\#1304](https://github.com/matrix-org/matrix-hookshot/issues/1304))
8+
9+
## Bugfixes
10+
11+
- Statically configured generic webhook connections no longer error when configuring JS transformation functions. ([\#1229](https://github.com/matrix-org/matrix-hookshot/issues/1229))
12+
- Fix a bug where hookshot would require both "webhooks" and "generic" service permissions to manage webhooks. This has now been corrected so that all
13+
webhook commands require "generic" service permissions. "webhooks" will continue to work, but may be removed at a future date. ([\#1281](https://github.com/matrix-org/matrix-hookshot/issues/1281))
14+
15+
116
# 7.3.3 (2026-05-18)
217

318
## Bugfixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-hookshot"
3-
version = "7.3.3"
3+
version = "7.4.0"
44
edition = "2021"
55

66
[lib]

changelog.d/1229.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1281.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/1304.feature

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-hookshot",
3-
"version": "7.3.3",
3+
"version": "7.4.0",
44
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
55
"main": "lib/app.js",
66
"repository": "https://github.com/matrix-org/matrix-hookshot",

0 commit comments

Comments
 (0)