Skip to content

Commit

Permalink
0.21.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Oct 12, 2020
1 parent 5d60ef5 commit 8965c11
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 9 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
0.20.2 (2020-08-21)
0.21.0-rc1 (2020-10-07)
========================

Features
--------

- Implement mechanisms to fix powerlevels in rooms if messages fail to bridge ([\#1054](https://github.com/matrix-org/matrix-appservice-irc/issues/1054))


Bugfixes
--------

- Fix a bug where connection reaping would not work sometimes if the bridge could not use the synapse whois admin endpoint ([\#1131](https://github.com/matrix-org/matrix-appservice-irc/issues/1131))
- Fixes Matrix displayName not being updated properly. Thanks to @BernardZhao ([\#1137](https://github.com/matrix-org/matrix-appservice-irc/issues/1137))


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

- Use types from `matrix-appservice-bridge` rather than local definitions. ([\#1101](https://github.com/matrix-org/matrix-appservice-irc/issues/1101))
- Fix attribution link in CONTRIBUTING.md ([\#1132](https://github.com/matrix-org/matrix-appservice-irc/issues/1132))
- The deprecated remove-idle-users.py has been removed. Bridge admins should use the /reapUsers Debug API endpoint instead ([\#1139](https://github.com/matrix-org/matrix-appservice-irc/issues/1139))


0.20.2 (2020-08-21)
====================

Features
Expand Down
1 change: 0 additions & 1 deletion changelog.d/1054.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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.20.2",
"version": "0.21.0-rc1",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit 8965c11

Please sign in to comment.