Releases: matrix-org/mjolnir
Releases · matrix-org/mjolnir
v1.8.3
What's Changed
- Fix default config to maintain backwards compatibility by @turt2live in #535
Full Changelog: v1.8.2...v1.8.3
v1.8.2
v1.8.1
v1.8.0
What's Changed
- Resolve aliases and get via servers before storing watch list by @H-Shay in #518
- Support authenticated media (by updating bot-sdk / matrix-appservice-bridge) by @Half-Shot in #523
- Fix NSFW protection not awaiting redaction by @Half-Shot in #526
- Log the name of the failed protection to the moderation room when it fails. by @Half-Shot in #525
- Add protection for mention spam by @Half-Shot in #524
- Improve messaging and checks in NSFW protection by @H-Shay in #529
- Add native encryption support to Mjolnir by @H-Shay in #528
Note that configuration options related to Pantalaimon are now deprecated (as native encryption is now supported in mjolnir) and will be removed at a later date.
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Add some releasing instructions by @H-Shay in #500
- Update releasing instructions to use script by @H-Shay in #502
- Bump postcss from 8.4.16 to 8.4.39 by @dependabot in #507
- Bump crypto-js from 4.1.1 to 4.2.0 by @dependabot in #492
- Bump express from 4.18.1 to 4.19.2 by @dependabot in #512
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #511
- Bump sanitize-html from 2.7.1 to 2.13.0 by @dependabot in #510
- Bump ws from 7.5.5 to 7.5.10 by @dependabot in #509
- Bump follow-redirects from 1.15.1 to 1.15.6 by @dependabot in #508
- Add commands to suspend/unsuspend user by @H-Shay in #506
- Check for via servers before trying to join room in policy list manager by @H-Shay in #514
- Use modern language by @H-Shay in #513
- Do not interrupt redact sequences because of exceptions on backfilling by @maranda in #479
- remove real name requirement from DCO by @joshsimmons in #515
- Enhance media protections by @H-Shay in #516
- Add a NSFW protection by @H-Shay in #520
- Bump express from 4.19.2 to 4.20.0 by @dependabot in #521
- Bump micromatch from 4.0.4 to 4.0.8 by @dependabot in #519
New Contributors
- @joshsimmons made their first contribution in #515
Special Thanks
- Thanks to @Gnuxie for inspiration/groundwork on the NSFW protection
Full Changelog: v1.6.5...v1.7.0
v1.6.5
What's Changed
- Detect stickers as media by @RasmusRendal in #480
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #486
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #484
- Bump yaml from 2.1.1 to 2.2.2 by @dependabot in #478
- Bump matrix-appservice-bridge from 8.0.0 to 8.1.2 by @dependabot in #487
- Bump node version to 18 by @H-Shay in #496
- Bump package version in preparation for release by @H-Shay in #498
- Bump package version to 1.6.5 by @H-Shay in #499
New Contributors
- @RasmusRendal made their first contribution in #480
- @H-Shay made their first contribution in #496
Full Changelog: v1.6.4...v1.6.5
v1.6.4
v1.6.3
ChangeLog
Bot
- Bugfix:
!mjolnir config get
was broken, should now be fixed by @jesopo in 5824539. - Feature: Support for decentralized abuse report (MSC3215). Use command
!mjolnir rooms setup <room alias/ID> reporting
to setup a room so that users can decide to send abuse reports to moderators (who can read the offending messages) instead of homeserver administrators (who typically cannot) by @Yoric in fa5fbee, 5b509a2. Sending an abuse report this way currently requires Element Web Develop with Labs featurereport_to_moderator
. - Feature: Mjölnir-for-all bot now has a nicer name and is easier to invite by @Yoric in d83127e.
Hosting
- Feature: Early support for OpenMetrics/Prometheus. If you are hosting your Mjölnir, this will let you monitor e.g. CPU usage, memory usage, number of Matrix errors, ... Additional probes may be added in the future. Off by default. By @Yoric in c3cb22b
Security
- Bumping up dependency
json5
to 1.0.2 by @dependabot in 1451ac9
v1.6.2
Changelog
Year
- We are now in 2023. Happy New Year to all!
Bot
- Change of behavior The bot can now start even if it doesn't manage to resolve some policy rooms. Note that this situation is not ideal, because a broken policy room means that your protections are most likely broken, but at least users are now able to use Mjölnir to fix that list by @Yoric in 433ff7e.
- Change of behavior Setting
autojoinOnlyIfManager
is nowtrue
by default by @Gnuxie in 1d3da94. - Performance improvement Changing the policy sync algorithm means that we need fewer communications with the homeserver whenever there are policy list changes by @Gnuxie in 704bb66.
Monitoring
Dependencies
- Bump express 4.17.3 in dafbd20
v1.6.1
Changelog
Bot:
- Change of behaviour: Mjolnir now supports specifying the config file with the argument
--mjolnir-config
. It is highly recommended that you do this as opposed to relying on the environment variableNODE_ENV
. The documentation for running with docker and from source have been updated accordingly. - Change of behaviour: If you had run
latest
sincev1.5.0
orv1.6.0
, briefly mjolnir would have loadeddefault.yaml
ifNODE_ENV
was unset, whereas previously it would have loadeddevelopment.yaml
. This led to highly confusing behaviour as the documentation for running from source had instructed users to createdevelopment.yaml
without settingNODE_ENV=development
while running mjolnir, which was how mjolnir understood to loaddevelopment.yaml
in all previous versions. Silently loading the default was an undocumented new behaviour that has now been removed. - Fixed a bug where if
config.protectAllJoinedRooms
was enabled mjolnir would temporarily start protecting all watched policy lists at startup. by @Gnuxie in #431. Thanks to @cremesk for reporting.
Full Changelog: v1.6.0...v1.6.1