Skip to content

Commit 6ad94dc

Browse files
committed
v2.2.0
1 parent 57a169c commit 6ad94dc

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ 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] - None
15+
## [v2.2.0] - 2025-03-03
1616

1717
### Changed
1818

19-
- **The unban command no longer accepts a list argument**. The unban command now
20-
features a preview and confirmation prompt unless the `--no-confirm` option is
21-
provided. This preview shows all the policies that will have to be removed to
22-
unban a user, all the rooms they will need to be unbanned from, and any rooms
23-
that they will be invited to if the `--invite` option is used. Accepting the
24-
prompt will then unban the user or entity from all watched lists and all
25-
protected rooms.
19+
- ⚠️ **The unban command no longer accepts a list argument**. The unban command
20+
now features a preview and confirmation prompt unless the `--no-confirm`
21+
option is provided. This preview shows all the policies that will have to be
22+
removed to unban a user, all the rooms they will need to be unbanned from, and
23+
any rooms that they will be invited to if the `--invite` option is used.
24+
Accepting the prompt will then unban the user or entity from all watched lists
25+
and all protected rooms.
2626
![image](https://github.com/user-attachments/assets/93ac16b1-048d-406e-84c9-6d628c2dd190)
2727

2828
- The unban prompt in the ban propagation protection now includes a preview of
@@ -64,6 +64,14 @@ and this project adheres to
6464
[#691](https://github.com/the-draupnir-project/Draupnir/issues/691) and need
6565
help.
6666

67+
- Fixed a bug where Draupnir would reply with a very hard to understand error
68+
message to commands that had provided an extra argument.
69+
70+
### Special thanks
71+
72+
Special thanks to all contributors who helped in this release: @daedric7,
73+
@FSG-Cat, @JokerGermany, @ll-SKY-ll, @mahdi1234, @MTRNord, and @TheArcaneBrony
74+
6775
## [v2.1.0] - 2025-02-02
6876

6977
### 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.1.0",
3+
"version": "2.2.0",
44
"description": "A moderation tool for Matrix",
55
"main": "lib/index.js",
66
"repository": "https://github.com/the-draupnir-project/Draupnir.git",

synapse_antispam/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="mjolnir",
9-
version="2.1.0", # version automated in package.json - Do not edit this line, use `yarn version`.
9+
version="2.2.0", # version automated in package.json - Do not edit this line, use `yarn version`.
1010
packages=find_packages(),
1111
description="Mjolnir Antispam",
1212
include_package_data=True,

0 commit comments

Comments
 (0)