Skip to content

Commit

Permalink
0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbot committed Mar 7, 2023
1 parent a18b256 commit f0d8bdc
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 9 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
0.37.1 (2023-03-07)
====================

Bugfixes
--------

- Fix provisioning API base URL in setup widgets. ([\#1677](https://github.com/matrix-org/matrix-appservice-irc/issues/1677))


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

- Update matrix-appservice-bridge to `8.1.1`. ([\#1676](https://github.com/matrix-org/matrix-appservice-irc/issues/1676))

0.37.0 (2023-02-08)
===================

Features
--------

- Add support for Node.JS 19. ([\#1646](https://github.com/matrix-org/matrix-appservice-irc/issues/1646))
- Refactor provisioning API to use `matrix-appservice-bridge`, adding support for OpenID token auth among other improvements. ([\#1655](https://github.com/matrix-org/matrix-appservice-irc/issues/1655))
- Add a UI in the form of a Matrix widget for linking and unlinking channels from a Matrix room. ([\#1656](https://github.com/matrix-org/matrix-appservice-irc/issues/1656))


Bugfixes
--------

- Document 8090 to be the default port, to match the code's behaviour. ([\#1427](https://github.com/matrix-org/matrix-appservice-irc/issues/1427))
- Fix the configured bind port being overridden in Docker. ([\#1654](https://github.com/matrix-org/matrix-appservice-irc/issues/1654))


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

- Update builder image for Freebind from Stretch (EOL) to Buster. ([\#1653](https://github.com/matrix-org/matrix-appservice-irc/issues/1653))

0.36.0 (2022-10-25)
===================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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

0 comments on commit f0d8bdc

Please sign in to comment.