Skip to content

Commit

Permalink
v3.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Sep 2, 2024
1 parent ca44992 commit 916f44b
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 3.0.0-rc1 (2024-09-02)
========================

**Note**: With version 3.0.0, the bridge takes over the serving of Matrix media, which until now was the responsibility of the homeserver.

To allow that, a Media Proxy needs to be configured and accessible from the internet. Please refer to the `mediaProxy` section in the config for details on how to configure it.

### Features

- Use MediaProxy to serve authenticated Matrix media. ([\#1805](https://github.com/matrix-org/matrix-appservice-irc/issues/1805))
- Add strikethrough formatting support ([\#1809](https://github.com/matrix-org/matrix-appservice-irc/issues/1809))

### Bugfixes

- Fix spelling of ignoreIdleUsersOnStartup in IrcServer config. ([\#1810](https://github.com/matrix-org/matrix-appservice-irc/issues/1810))
- Comment out tlsOptions property in sample config. ([\#1812](https://github.com/matrix-org/matrix-appservice-irc/issues/1812))

### Internal Changes

- Fix towncrier failing for wrong reasons. ([\#1813](https://github.com/matrix-org/matrix-appservice-irc/issues/1813))


2.0.1 (2024-07-04)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1813.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-appservice-irc",
"version": "2.0.1",
"version": "3.0.0-rc1",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down

0 comments on commit 916f44b

Please sign in to comment.