Skip to content

Commit 916f44b

Browse files
committed
v3.0.0-rc1
1 parent ca44992 commit 916f44b

File tree

7 files changed

+23
-6
lines changed

7 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 3.0.0-rc1 (2024-09-02)
2+
========================
3+
4+
**Note**: With version 3.0.0, the bridge takes over the serving of Matrix media, which until now was the responsibility of the homeserver.
5+
6+
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.
7+
8+
### Features
9+
10+
- Use MediaProxy to serve authenticated Matrix media. ([\#1805](https://github.com/matrix-org/matrix-appservice-irc/issues/1805))
11+
- Add strikethrough formatting support ([\#1809](https://github.com/matrix-org/matrix-appservice-irc/issues/1809))
12+
13+
### Bugfixes
14+
15+
- Fix spelling of ignoreIdleUsersOnStartup in IrcServer config. ([\#1810](https://github.com/matrix-org/matrix-appservice-irc/issues/1810))
16+
- Comment out tlsOptions property in sample config. ([\#1812](https://github.com/matrix-org/matrix-appservice-irc/issues/1812))
17+
18+
### Internal Changes
19+
20+
- Fix towncrier failing for wrong reasons. ([\#1813](https://github.com/matrix-org/matrix-appservice-irc/issues/1813))
21+
22+
123
2.0.1 (2024-07-04)
224
==================
325

changelog.d/1805.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1809.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1810.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1812.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1813.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-appservice-irc",
3-
"version": "2.0.1",
3+
"version": "3.0.0-rc1",
44
"description": "An IRC Bridge for Matrix",
55
"main": "app.js",
66
"bin": "./bin/matrix-appservice-irc",

0 commit comments

Comments
 (0)