Skip to content

Commit

Permalink
0.21.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Oct 13, 2020
1 parent 0b23188 commit 4196b42
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 8 deletions.
48 changes: 47 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,50 @@
0.21.0-rc2 (2020-10-09)
0.21.0-rc3 (2020-10-13)
========================

Features
--------

- Add support for reconfiguring the bridge at runtime by sending a `SIGHUP` ([\#1145](https://github.com/matrix-org/matrix-appservice-irc/issues/1145))


Bugfixes
--------

- Fix a bug where the bridge would leave a user after joining ([\#1143](https://github.com/matrix-org/matrix-appservice-irc/issues/1143))
- Fix more cases of double bridged users ([\#1146](https://github.com/matrix-org/matrix-appservice-irc/issues/1146))
- Fix a bug where a user leaving with a reason would cause them to join then leave ([\#1151](https://github.com/matrix-org/matrix-appservice-irc/issues/1151))


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

- Add index to client_config for `config->>username` to speed up username lookups ([\#1148](https://github.com/matrix-org/matrix-appservice-irc/issues/1148))


0.21.0-rc2 (2020-10-13)
========================

Features
--------

- Add support for reconfiguring the bridge at runtime by sending a `SIGHUP` ([\#1145](https://github.com/matrix-org/matrix-appservice-irc/issues/1145))


Bugfixes
--------

- Fix a bug where the bridge would leave a user after joining ([\#1143](https://github.com/matrix-org/matrix-appservice-irc/issues/1143))
- Fix more cases of double bridged users ([\#1146](https://github.com/matrix-org/matrix-appservice-irc/issues/1146))
- Fix a bug where a user leaving with a reason would cause them to join then leave ([\#1151](https://github.com/matrix-org/matrix-appservice-irc/issues/1151))


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

- Add index to client_config for `config->>username` to speed up username lookups ([\#1148](https://github.com/matrix-org/matrix-appservice-irc/issues/1148))


0.21.0-rc2 (2020-10-09)
========================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1151.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.21.0-rc2",
"version": "0.21.0-rc3",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit 4196b42

Please sign in to comment.