Skip to content

Commit 8764a17

Browse files
committed
v2.0.2
1 parent 0eb8546 commit 8764a17

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,37 @@ and this project adheres to
1414

1515
## [Unreleased] - None
1616

17+
## [v2.0.2] 2025-01-24
18+
19+
### Added
20+
21+
- The unban command now has an `--invite` option to re-invite any users that are
22+
unbanned by the command. By @nexy7574 in
23+
https://github.com/the-draupnir-project/Draupnir/pull/666.
24+
25+
### Fixed
26+
27+
- Draupnir will now refresh the room state cache in the background after startup
28+
when the backing store is in use. Fixed by @Gnuxie.
29+
30+
- Fixed issues where the bot wouldn't respond to pings from some SchildiChat,
31+
Element Web, and Element X. Reported by @Cknight70 in
32+
https://github.com/the-draupnir-project/Draupnir/issues/686. Fixed by @Gnuxie
33+
in https://github.com/the-draupnir-project/Draupnir/pull/699
34+
35+
- Fixed an issue where Draupnir would ignore the `Retry-After` http header and
36+
so not rate limit Draupnir properly. Reported and fixed by @nexy7574 in
37+
https://github.com/the-draupnir-project/Draupnir/pull/694.
38+
39+
- Draupnir will respond when the `allowNoPrefix` config option is used. Reported
40+
by @JacksonChen666 in
41+
https://github.com/the-draupnir-project/Draupnir/issues/678. Fixed by @Gnuxie
42+
in https://github.com/the-draupnir-project/Draupnir/pull/699.
43+
44+
- Draupnir will now ignore newlines in secret files, previously Draupnir was
45+
appending the newline to the secrets. Reported and fixed by @TheArcaneBrony in
46+
https://github.com/the-draupnir-project/Draupnir/pull/696.
47+
1748
## [v2.0.1] 2025-01-18
1849

1950
### 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.0.1",
3+
"version": "2.0.2",
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.0.1", # version automated in package.json - Do not edit this line, use `yarn version`.
9+
version="2.0.2", # 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)