File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 66
77setup (
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 ,
You can’t perform that action at this time.
0 commit comments