Skip to content

Commit 9632003

Browse files
committed
v3.0.0
1 parent 916f44b commit 9632003

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

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": "3.0.0-rc1",
3+
"version": "3.0.0",
44
"description": "An IRC Bridge for Matrix",
55
"main": "app.js",
66
"bin": "./bin/matrix-appservice-irc",

0 commit comments

Comments
 (0)