Skip to content

Commit 548d304

Browse files
committed
v2.4.0
1 parent 296bce0 commit 548d304

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1212
and this project adheres to
1313
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414

15-
## [Unreleased] - 2025-XX-XX
15+
## [v2.4.0] - 2025-06-23
1616

1717
### Added
1818

@@ -21,6 +21,23 @@ and this project adheres to
2121
It is now possible to check if synapse is misconfigured by searching for
2222
`Successfully pinged antispam server with request ID` in any worker log.
2323

24+
- It is now possible to configure the _symbol prefix_ (by default `!`) used for
25+
Draupnir commands by @FSG-Cat.
26+
27+
- The `RoomTakedownProtection` now sources rooms from the Synapse admin API
28+
aswell as synapse-http-antispam.
29+
30+
### Changed
31+
32+
- Room discovery notifications are now disabled by default. This is because if
33+
enabled initially, they are likely to flood your management room with room
34+
details that you will never go through.
35+
36+
### Fixed
37+
38+
- Bringing Draupnir into safe mode would not disable and dispose of enabled
39+
protections.
40+
2441
## [v2.3.1] - 2025-05-29
2542

2643
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draupnir",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "A moderation tool for Matrix",
55
"main": "lib/index.js",
66
"repository": "https://github.com/the-draupnir-project/Draupnir.git",

0 commit comments

Comments
 (0)