Skip to content

Commit

Permalink
0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Feb 13, 2020
1 parent 841d770 commit 6c62a3a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
0.15.1 (2020-02-06)
0.15.2 (2020-02-13)
====================

Features
--------

- The bridge will now notify you if a DM recipient is offline. ([\#978](https://github.com/matrix-org/matrix-appservice-irc/issues/978))


Bugfixes
--------

- Fix "User did not rejoin" error when bridge debounces QUITs ([\#977](https://github.com/matrix-org/matrix-appservice-irc/issues/977))
- Fix an issue where users were not rejoined to channels on netsplit/password change. ([\#979](https://github.com/matrix-org/matrix-appservice-irc/issues/979))


0.15.1 (2020-02-06)
====================

Bugfixes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/977.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion 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.15.1",
"version": "0.15.2",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit 6c62a3a

Please sign in to comment.