You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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))
0 commit comments