Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jun 9, 2023
1 parent 7ed1f3f commit 7cfb057
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 13 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
1.0.0 (2023-06-09)
==================

**Note**: This release drops support for Node 16. The minimum required version is now 18+.

Several changes were made since the previous RC, mostly fixes around our incoming [connection pooling](https://matrix-org.github.io/matrix-appservice-irc/latest/connection_pooling.html) feature. The feature is
*still* considered unstable for the time being, so please be careful when trying it out.

Features
--------

- New PM rooms are configured to disable calls, reactions, redactions, and stickers;
as they could not be bridged anyway. ([\#1663](https://github.com/matrix-org/matrix-appservice-irc/issues/1663))
- The bridge now logs the user performing plumb/unplumb operations for easy auditing. ([\#1738](https://github.com/matrix-org/matrix-appservice-irc/issues/1738))


Bugfixes
--------

- Fix the bridge pooling so it supports TLS. ([\#1709](https://github.com/matrix-org/matrix-appservice-irc/issues/1709))
- Fix setup widget failing to authenticate. ([\#1711](https://github.com/matrix-org/matrix-appservice-irc/issues/1711))
- Sort the list of channels in !listrooms output. ([\#1715](https://github.com/matrix-org/matrix-appservice-irc/issues/1715))
- Fix cases where the IRC bridge may erronously believe a user is not joined to a channel in pooling mode. ([\#1717](https://github.com/matrix-org/matrix-appservice-irc/issues/1717))
- Allow usernames to include more characters when using the `!username` command. ([\#1719](https://github.com/matrix-org/matrix-appservice-irc/issues/1719))
- Ensure that all passwords can be decrypted on startup, to detect any issues with the provided passkey. ([\#1720](https://github.com/matrix-org/matrix-appservice-irc/issues/1720))
- Fixes cases where powerlevel changes may not be correctly applied upon mode change. ([\#1732](https://github.com/matrix-org/matrix-appservice-irc/issues/1732))
- Fix a case where a proxied client connection may get missed until they use the bridge on startup, leading to missed
messages and logspam. ([\#1737](https://github.com/matrix-org/matrix-appservice-irc/issues/1737))


1.0.0-rc1 (2023-04-28)
======================

Expand Down
2 changes: 0 additions & 2 deletions changelog.d/1663.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/1737.bugfix

This file was deleted.

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

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

0 comments on commit 7cfb057

Please sign in to comment.