Skip to content

Commit

Permalink
0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 13, 2022
1 parent 9a75c32 commit b52ac9e
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 10 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
0.35.0 (2022-09-13)
===================

Features
--------

- Add new Debug API `/warnReapUsers` which allows bridges to send a warning to users when they are going to be idle reaped. ([\#1571](https://github.com/matrix-org/matrix-appservice-irc/issues/1571))


Bugfixes
--------

- Truncated messages now default to wrapping URLs in angle brackets. ([\#1573](https://github.com/matrix-org/matrix-appservice-irc/issues/1573))


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

- Include the bridge version and homeserver in the `CTCP VERSION` response body. ([\#1559](https://github.com/matrix-org/matrix-appservice-irc/issues/1559))
- BREAKING: Remove (IRC) as a default displayName suffix. ([\#1567](https://github.com/matrix-org/matrix-appservice-irc/issues/1567))
- Update CONTRIBUTING.md ([\#1570](https://github.com/matrix-org/matrix-appservice-irc/issues/1570))
- Add new CI workflow to check for signoffs. ([\#1585](https://github.com/matrix-org/matrix-appservice-irc/issues/1585))
- Strongly type emitted events from the IRC client. ([\#1604](https://github.com/matrix-org/matrix-appservice-irc/issues/1604))


0.34.0 (2022-05-04)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/1559.misc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-irc",
"version": "0.34.0",
"version": "0.35.0",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit b52ac9e

Please sign in to comment.