Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Apr 26, 2021
1 parent 7be54d4 commit 9adf1d5
Show file tree
Hide file tree
Showing 11 changed files with 691 additions and 838 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
0.2.0 (2020-10-30)
0.3.0 (2021-04-26)
==================

Features
--------

- Add `roomRules` configuration to block rooms. ([\#224](https://github.com/matrix-org/matrix-bifrost/issues/224))


Bugfixes
--------

- - Add @xmpp/component-core and @xmpp/reconnect dependencies so the project is installed well with pnpm (#173). Thanks to @bodqhrohro ([\#192](https://github.com/matrix-org/matrix-bifrost/issues/192))
- If the bridge is already connected to a remote room requested via an alias, add that alias to the room. ([\#208](https://github.com/matrix-org/matrix-bifrost/issues/208))
- Fix bridge errors not showing human error text due to a missing attribute on a stanza. ([\#209](https://github.com/matrix-org/matrix-bifrost/issues/209))
- Download files as binary instead of as UTF-8 string. ([\#220](https://github.com/matrix-org/matrix-bifrost/issues/220))
- Fix TypeError in MatrixEventHandler ([\#221](https://github.com/matrix-org/matrix-bifrost/issues/221))


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

- Improve remote gateway join performance ([\#222](https://github.com/matrix-org/matrix-bifrost/issues/222))
- Validate room joins to ensure they contain a handle, domain and localparts ([\#225](https://github.com/matrix-org/matrix-bifrost/issues/225))


0.2.0 (2020-10-30)
===================

Internal Changes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/192.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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-bifrost",
"version": "0.2.0",
"version": "0.3.0",
"description": "Multi protocol bridging for Matrix.",
"main": "index.js",
"scripts": {
Expand Down
1,491 changes: 663 additions & 828 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 9adf1d5

Please sign in to comment.