Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuxie committed Jan 24, 2025
1 parent 0eb8546 commit 8764a17
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,37 @@ and this project adheres to

## [Unreleased] - None

## [v2.0.2] 2025-01-24

### Added

- The unban command now has an `--invite` option to re-invite any users that are
unbanned by the command. By @nexy7574 in
https://github.com/the-draupnir-project/Draupnir/pull/666.

### Fixed

- Draupnir will now refresh the room state cache in the background after startup
when the backing store is in use. Fixed by @Gnuxie.

- Fixed issues where the bot wouldn't respond to pings from some SchildiChat,
Element Web, and Element X. Reported by @Cknight70 in
https://github.com/the-draupnir-project/Draupnir/issues/686. Fixed by @Gnuxie
in https://github.com/the-draupnir-project/Draupnir/pull/699

- Fixed an issue where Draupnir would ignore the `Retry-After` http header and
so not rate limit Draupnir properly. Reported and fixed by @nexy7574 in
https://github.com/the-draupnir-project/Draupnir/pull/694.

- Draupnir will respond when the `allowNoPrefix` config option is used. Reported
by @JacksonChen666 in
https://github.com/the-draupnir-project/Draupnir/issues/678. Fixed by @Gnuxie
in https://github.com/the-draupnir-project/Draupnir/pull/699.

- Draupnir will now ignore newlines in secret files, previously Draupnir was
appending the newline to the secrets. Reported and fixed by @TheArcaneBrony in
https://github.com/the-draupnir-project/Draupnir/pull/696.

## [v2.0.1] 2025-01-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draupnir",
"version": "2.0.1",
"version": "2.0.2",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
Expand Down
2 changes: 1 addition & 1 deletion synapse_antispam/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="mjolnir",
version="2.0.1", # version automated in package.json - Do not edit this line, use `yarn version`.
version="2.0.2", # version automated in package.json - Do not edit this line, use `yarn version`.
packages=find_packages(),
description="Mjolnir Antispam",
include_package_data=True,
Expand Down

0 comments on commit 8764a17

Please sign in to comment.