Skip to content

Commit

Permalink
0.30.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Aug 17, 2021
1 parent 1f4d0dc commit a1fb353
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 13 deletions.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@
0.29.0 (2021-08-02)
0.30.0-rc1 (2021-08-17)
========================

Features
--------

- Show message previews for uploaded long messages ([\#1430](https://github.com/matrix-org/matrix-appservice-irc/issues/1430))
- Export the `ircClients.maxClients` config value as a metric (`bridge_remote_ghosts_max`) ([\#1448](https://github.com/matrix-org/matrix-appservice-irc/issues/1448))


Bugfixes
--------

- Make sure that admin commands that don't need a server (like !help) don't require it ([\#1433](https://github.com/matrix-org/matrix-appservice-irc/issues/1433))
- Remove `client_config_domain_username_idx` which would have required a unique username for IPv6 users. ([\#1455](https://github.com/matrix-org/matrix-appservice-irc/issues/1455))


Improved Documentation
----------------------

- Expand documentation for irc_modes.md ([\#1429](https://github.com/matrix-org/matrix-appservice-irc/issues/1429))
- docs/usage.md: point to bridged networks in-tree ([\#1450](https://github.com/matrix-org/matrix-appservice-irc/issues/1450))
- Adding LibertaCasa to network bridges. Thanks @Mikaela. ([\#1454](https://github.com/matrix-org/matrix-appservice-irc/issues/1454))


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

- Do not generate a unique username for users on a IPv6 bridge, as it's unnessacery. ([\#1446](https://github.com/matrix-org/matrix-appservice-irc/issues/1446))
- Docker images are now automatically build and published via GitHub Actions, replacing DockerHub Autobuilds. ([\#1456](https://github.com/matrix-org/matrix-appservice-irc/issues/1456))


0.29.0 (2021-08-02)
====================

Bugfixes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/1429.doc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1450.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1454.doc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 changes: 2 additions & 2 deletions 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.29.0",
"version": "0.30.0-rc1",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit a1fb353

Please sign in to comment.