Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Dec 27, 2023
1 parent 9cc402b commit 67dfa44
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 14 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
5.0.0 (2023-12-27)
==================

Features
--------

- Warn if the bot does not have permissions to talk in a room. ([\#852](https://github.com/matrix-org/matrix-hookshot/issues/852))
- Support dark mode for the widget interface. ([\#863](https://github.com/matrix-org/matrix-hookshot/issues/863))
- Add `webhook list` and `webhook remove` commands. ([\#866](https://github.com/matrix-org/matrix-hookshot/issues/866))


Bugfixes
--------

- Fix notify on failure not being toggleable in the feeds widget interface. ([\#865](https://github.com/matrix-org/matrix-hookshot/issues/865))


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

- Documentation tidyups. ([\#855](https://github.com/matrix-org/matrix-hookshot/issues/855), [\#857](https://github.com/matrix-org/matrix-hookshot/issues/857), [\#858](https://github.com/matrix-org/matrix-hookshot/issues/858), [\#859](https://github.com/matrix-org/matrix-hookshot/issues/859), [\#860](https://github.com/matrix-org/matrix-hookshot/issues/860))
- Generally tidy up and improve metrics documentation. ([\#856](https://github.com/matrix-org/matrix-hookshot/issues/856))


Deprecations and Removals
-------------------------

- Drop support for Node 18 and start supporting Node 21. ([\#862](https://github.com/matrix-org/matrix-hookshot/issues/862))


4.7.0 (2023-12-06)
==================

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 = "4.7.0"
version = "5.0.0"
edition = "2021"

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/862.removal

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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": "4.7.0",
"version": "5.0.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 67dfa44

Please sign in to comment.